Hi I am trying to run an eval with gpt-5-chat-latest in the console.
When selecting the model, the console applies a reasoning_effort parameter automatically which is unsupported by gpt-5-chat-latest, resulting the following error:
Failed to add run: Invalid ‘reasoning_effort’ for non-reasoning model: gpt-5-chat-latest.
The playground sending gpt-5-chat-latest an empty “tools” list that the API refuses, and thus the model not working at in the playground either, serves as a reminder that you should not develop with this model, it’s going to be unsupported for your products.
The cookbook (GPT-5 New Params and Tools) states that parameters such as reasoning and verbosity is supported in the completion API.
however, when I ask GPT-5 Thinking (and even give it the link as well as text to the page) it keeps insisting you must use the responses endpoint?
GPT-5 reply: ”verbosity and reasoning.effort are supported for GPT-5 via Responses (and only in specific forms), not as top-level args on Chat Completions.”