Azure with o3-mini Error: Unrecognized request argument supplied: reasoning_effort

Hi,

I’m using o3-mini model with Azure OpenAI. Why is it that every time I request a chat, I always get an error like the one below?

Request failed with status code 400: {
  "error": {
    "message": "Unrecognized request argument supplied: reasoning_effort",
    "type": "invalid_request_error",
    "param": null,
    "code": null
  }
}

Do I need to set the reasoning effort parameter? if so, how do I do it?

Thank you!

I’m getting a similar error when using the OpenAI API Key with o1-mini

Request failed with status code 400: {
    "error": {
        "message":"Unknown parameter: 'reasoning_effort'.",
        "type":"invalid_request_error",
        "param":"reasoning_effort",
        "code":"unknown_parameter"
    }
}

anyone knows how to solve it?

same problem. any fix ?

found a fix ?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.