Hey,
Starting two days ago, models like 5.1, 5.4, and 5.5 do not stream their responses anymore when using the platform.openai.com UI. Up until then, with reasoning effort set to ‘none’, models would stream their responses as usual, with text appearing as the answer was being generated. Now even with the reasoning effort set to ‘none’, the interface shows the loading icon and then the whole response pops at once.
Additionally, models like 5.1 chat-latest, 5.2 chat-latest, and 5.3 chat-latest give an error when trying to use the ‘low’ reasoning effort setting, and there is no more ‘none’ option anymore. I get the following error if I try setting the reasoning effort to ‘low’ on 5.1 chat-latest, 5.2 chat-latest, and 5.3 chat latest:
“Unsupported value: ‘reasoning_effort’ does not support ‘low’ with this model. Supported values are: ‘medium’.”
Same happens if I put the reasoning effort to ‘high’ on either of the chat models.
What is the issue here? It honestly feels like the non-chat models now default to the “low” reasoning effort in the backend.