Unrecognized request argument supplied: enable_thinking

When I accessed the API address to test the gpt-4o-2024-11-20 model.

Error 400 Unrecognized request argument supplied: enable_thinking

1 Like

When I accessed the model using either the Responses or the Chat Completions endpoint, the worst symptom I got is an AI telling me how to use code I just gave it.

Something must be going wrong with your API call - such as a made-up parameter.

Use the API reference and its code examples, and report on what you then obtain.

Are you able to switch between OpenAI AI models and it is only this particular one that reports a parameter error for a parameter found nowhere in the code you are using?

It may be a problem with the calling interface of a third-party client. I encountered this problem when I used the latest version v1.3.6 of cherry studio to configure the openAI model access API.
I have already raised this issue in the debug of the third-party github.

Should a file " OpenAIProvider.ts" have a bunch of non-OpenAI stuff in it? I think not. Yet there it is.