Please allow us to disable reasoning for low-latency interactions
Open
runtime
runtime triage
- Dominant language
- Java
- Stars
- 10.5k
- Forks
- 1.5k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 128
Description
GPT 5.2 and 5.4 support the following reasoning levels:
- none
- low
- medium
- high
- xhigh
where **none** disables reasoning entirely.
However, the API doesn't allow us to use **none** - it's not exposed through `SupportedReasoningEfforts`, and attempting to use it results in fallback to the default of **medium**. Can support for **none** be added, please?
The same applies to Sonnet, for which there is no means to disable reasoning completely.
Right now, the only available model suitable for low-latency interactions is GPT 4.1.
Contributor guide
Assessment
This issue has not been assessed yet.