Unable to see o3 pro deployment in Sweden central

Kamil Cisewski 40 Reputation points
2025-07-11T21:43:10.1666667+00:00

I created deployment of o3 pro in Sweden Central.

I try to use it in Chat Playground - Azure Ai Foundry but it was not on the list for chat.

This deployment existed in the list of deployments, but I'm unable to see this deployment on the chat in the Foundry.

Does anyone had similar issue?

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Divyesh Govaerdhanan 8,345 Reputation points
    2025-07-11T23:01:15.6366667+00:00

    Hello,

    Welcome to Microsoft Q&A,

    Chat Completions API is not enabled for o3-pro, this is why you can't use it in Chat Playground or Azure AI Foundry chat interface.

    This happens because:

    • Microsoft may allow deployment of certain models like o3-pro for API use only initially.

    UI integrations (like Playground or AI Foundry) may lag behind in support for preview or limited-access models, especially newer ones like o3-pro.User's image

    What You Can Do Instead

    You can still interact with o3-pro through:

    • Azure OpenAI Responses API

    Function/tool calls

    Structured output handling

    Streaming responses

    Image input and reasoning

    But all this must be done via code or API clients, not in the GUI tools (like Chat Playground or Foundry Chat tab).

    https://learn.microsoft.com/en-us/azure/ai-foundry/openai/how-to/reasoning?tabs=python-secure%2Cpy

    Please Upvote and accept the answer if it helps!!


Your answer

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