InternalServerError: Backend returned unexpected response (Gpt-4o-mini, West Europe)

Aron Heesakkers 0 Reputation points
2024-09-23T11:50:32+00:00

I am getting an error on my gpt-4o-mini deployment in West Europe. I checked another deployment of mine in Sweden which does work.

{"error":{"code":"InternalServerError","message":"Backend . Please contact Microsoft for help."}}
payload="{\"messages\":[{\"role\":\"system\",\"content\":[{\"type\":\"text\",\"text\":\"You are an AI assistant that helps people find information.\"}]}],\"temperature\":0.7,\"top_p\":0.95,\"max_tokens\":800}"
   curl "https://{{INSTANCE_NAME}}.openai.azure.com/openai/deployments/gpt-4o-mini/chat/completions?api-version=2024-02-15-preview" \
  -H "Content-Type: application/json" \
  -H "api-key: {{API_KEY}}" \
  -d "$payload"
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,132 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 46,476 Reputation points Microsoft Employee
    2024-09-23T14:07:30.6+00:00

    @Aron Heesakkers I did a quick lookup of the model availability page from documentation and it looks like gpt-4o-mini is not available in west europe. This could be the reason for the error.

    User's image

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

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.