Chat completions not available in some regions?

Bierbaum, Ben 20 Reputation points
2025-01-30T22:07:58.79+00:00

We are upgrading from 35-turbo to 4o-mini and this page in the documentation looks like it says the chat Completions endpoint is not available in some global regions like australiaeast and canadaeast. Is that correct and my code will no longer work in those regions?

We are upgrading from 35-turbo because it will soon no longer be available but we will need to use the chat completions endpoint in some of the regions in which the table says it's unavailable.

Here is an example of how we are calling the endpoint:

const chatCompletion = await openai.chat.completions.create({
  messages: messages,
  temperature: 0
});
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,623 questions
0 comments No comments
{count} votes

Accepted answer
  1. Marcin Policht 34,175 Reputation points MVP
    2025-01-30T22:43:18.65+00:00

    That is correct - as with any public cloud, availability is subject to constraints based on region/demand


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin


0 additional answers

Sort by: Most helpful

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.