We keep running into random bouts of receiving an error when attempting a Chat Completion request to Azure OpenAI's gpt-4o model (2024-08-06) (Global Standard).
Status: 500 (model_not_ready)
at Azure.AI.OpenAI.ClientPipelineExtensions.ProcessMessageAsync(ClientPipeline pipeline, PipelineMessage message, RequestOptions options)
at Azure.AI.OpenAI.Chat.AzureChatClient.CompleteChatAsync(BinaryContent content, RequestOptions options)
at OpenAI.Chat.ChatClient.CompleteChatAsync(IEnumerable`1 messages, ChatCompletionOptions options, CancellationToken cancellationToken)
at Microsoft.SemanticKernel.Connectors.OpenAI.ClientCore.RunRequestAsync[T](Func`1 request)
The error eventually goes away, but the stability is an issue. There is plenty of capacity available for our deployment to handle our requests.