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!