Search code examples
azure-openai

Azure OpenAI - models missing


Yesterday I have been deploying Azure Open AI resource using Bicep template and it went OK. I was deploying following models:

  • gpt-35-turbo-16k version: 0613
  • gpt-35-turbo version 0613
  • text-embedding-ada-002 version 2

And today I can't see gpt-35-turbo-16k at all, and I can't see the 0613 version as well. It's also impossible to choose the version at all for the gpt-35-turbo.

Why is that?


Solution

  • As a matter of fact there has been internal issue, which made Microsoft to turn off certain model versions. Take a look here: https://learn.microsoft.com/en-us/answers/questions/1329186/where-did-gpt-3-5-turbo-0613-and-gpt-3-5-turbo-16k

    It seems models 0613 have been restored, at least in US East region.