400 model_error Sweden Central

Grossmann, Tobias 11 Reputation points
2025-03-12T12:54:33.4833333+00:00

I get the following error:

Error processing request: Request failed: 400 model_error

With O1 and O3 mini models deployed to sweden central.

let apiversion = "2024-12-01-preview"
let response = await fetch(`${endpoint}/openai/deployments/${deploymentName}/chat/completions?api-version=${apiversion}`, {
        method: "POST",
        headers: {
            "Content-Type": "application/json",
            "api-key": azureApiKey,
        },
        body: JSON.stringify({
            messages: commands,
            ...options
        })
    });
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,785 questions
{count} votes

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.