Flux-pro-1.1 throws bad request (even in playground) "Model not supported with Responses API."

Jona 0 Reputation points
2026-09-02T08:33:10.7466667+00:00

Suddenly our flux-pro-1.1 deployment stopped working again.

We get this error:

"``Model not supported with Responses API."

This occurs not just in our code but even when I use the playground:

2026-09-02_10-15

As of now our deployment is not working at all and our client product is broken.

Steps to reproduce:

  1. Open the FLUX-1.1-pro deployment.
  2. Open the playground.
  3. Enter the following sanitized prompt:
  4. Select Generate.
  5. The error appears.

What can we do?

Foundry Models
Foundry Models

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


1 answer

Sort by: Most helpful
  1. Ganesh Gurram 7,405 Reputation points Microsoft External Staff Moderator
    2026-09-02T10:58:50.82+00:00

    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

    Foundry Models sold by Azure

    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.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.