A catalog of AI models in Microsoft Foundry that you can discover, compare, and deploy using Azure’s built‑in tools for evaluation, fine‑tuning, and inference
Hi @Jona
Thank you for posting your query in MS Q&A forum.
Based on the error message shown in the Playground:
Model not supported with Responses API.
the request appears to be going through a Responses API-based flow. FLUX-1.1-pro is an image-generation model, and the current Microsoft Foundry documentation lists it as supported through the Image API (images/generations) and the Black Forest Labs (BFL) provider-specific API.
Therefore, this error does not by itself indicate that the FLUX deployment is corrupted or needs to be recreated.
Please verify the API path being used:
For FLUX-1.1-pro, please verify that the application is using one of the supported interfaces:
- Image API (
images/generations) - BFL provider-specific API for
flux-pro-1.1
The current documentation provides the Image API endpoint for FLUX-1.1-pro and the corresponding BFL provider endpoint.
If the application is explicitly calling the Responses API with the FLUX-1.1-pro deployment, please switch to the Image API or BFL API instead.
Since the Playground is also affected:
Because you are seeing the same error directly in the Foundry Playground, this is useful information and may indicate an issue with how the Playground is routing the request rather than an issue with your application code.
If the Playground previously worked with this deployment and no deployment or application changes were made, please share more details in private message. This will help us investigate further.
If possible, please also test the same deployment using the Image API (images/generations). If the Image API succeeds while the Playground continues to return "Model not supported with Responses API", that would help isolate the issue to the Playground/API routing path.
For more details refer: Deploy and use FLUX models in Microsoft Foundry
I Hope this helps. Do let me know if you have any further queries.
If this answers your query, please do click Accept Answer and Yes for was this answer helpful.