Share via

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 in Foundry Models
0 comments No comments

Answer accepted by question author

Marcin Policht 89,825 Reputation points MVP Volunteer Moderator
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

Was this answer helpful?


0 additional answers

Sort by: Most helpful

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.