Share via

Can the o4-mini model (global-standard) be used in Azure OpenAI (Region: Japan East)?

阿部道和 0 Reputation points
2025-07-09T09:23:53.12+00:00

Regarding Azure OpenAI (Japan East region): Can the o4-mini model (global-standard) be used?

The documentation seems to indicate it's not available, but Azure AI Foundry shows it as usable, and I've confirmed that requests go through.

I'm having trouble determining if it's in a GA (Generally Available) state and suitable for use in production applications. Any information you could provide would be greatly appreciated.

Table indicating o4-mini cannot be used in Japan East (Global standard model availability)

https://learn.microsoft.com/en-us/azure/ai-foundry/openai/concepts/models?tabs=global-standard%2Cstandard-chat-completions#global-standard-model-availability

Screenshot 2025-07-09 at 18.21.35

AI Foundry display indicating o4-mini is usable

スクリーンショット 2025-07-08 16.10.43

cURL request that confirmed o4-mini can be executed

curl -X POST "https://xxxxxxx.openai.azure.com/openai/deployments/o4-mini/chat/completions?api-version=2025-01-01-preview" \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $AZURE_API_KEY" \
    -d '{
        "messages": [
            {
                "role": "user",
                "content": "I am going to Paris, what should I see?"
            }
        ],
        "max_completion_tokens": 100000,
        "model": "o4-mini"
    }'
Azure OpenAI in Foundry Models
0 comments No comments

2 answers

Sort by: Most helpful
  1. Nikhil Jha (Accenture International Limited) 4,330 Reputation points Microsoft External Staff Moderator
    2025-09-12T08:16:23.0666667+00:00

    Hello 阿部道和,

    Apologies for late reply, I can reproduce your concern for o4-mini in Japan east and it's available to use. Also, now the documentation is updated - Link.

    User's image
    User's image


    Please accept the answer and upvote, for other community member remediation. Thank you for helping Q&A community. 😊

    Was this answer helpful?


  2. Amira Bedhiafi 41,966 Reputation points MVP Volunteer Moderator
    2025-07-09T11:05:41.4566667+00:00

    Hello !

    Thank you for posting on Microsoft Learn.

    Azure documentation may not be fully updated, or Japan East might be in a pre-GA or limited preview phase for o4-mini (Global Standard).

    The ability to deploy and run successfully does not guarantee general availability (GA) or full compliance for production workloads, especially under stricter compliance regimes like GDPR, FISC, or APPI (important for Japan).

    If you want to check if it is GA and production-ready, you can open an Azure support ticket and

    ask explicitly whether o4-mini in Japan East is officially GA and compliant with regional processing requirements.

    Meanwhile, you can use eastus2 instead if you need full compliance and certainty since it’s the only region marked as fully available for o4-mini Global Standard in the latest documentation.

    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.