Azure Open AI The service is temporarily unable to process your request. Please try again later

Arun Srinivasan 80 Reputation points
2023-11-29T13:50:59.81+00:00
Region: East US
{
    "model": "gpt-35-turbo16k",
    "messages": [
        {
            "role": "system",
            "content": ""
        },
        {
            "role": "user",
            "content": "1+1=?"
        }
    ],
    "temperature": 0.0,
    "max_tokens": 1024,
    "n": 1
}

503 Service Unavailable
{
    "error": {
        "code": "InternalServerError",
        "message": "The service is temporarily unable to process your request. Please try again later."
    }
}

This is happening for the last 1-2 hours.
Intermittenly getting response which is very very slow. Takes 40-60 secs. This problem is happening only today.
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,101 questions
{count} votes

Accepted answer
  1. Saurabh Sharma 23,851 Reputation points Microsoft Employee Moderator
    2023-11-30T18:45:13.9266667+00:00

    Hi @Arun Srinivasan ,

    The problem has been resolved and you can now access the gpt-35-turbo models in east us. I have verified this in my own environment, and it works well.

    Please inform me if you encounter any difficulties.

    Thanks

    Saurabh


    Please 'Accept as answer' and Upvote if it helped so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.

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.