GPT-5 does not support 'Concise' Reasoning Summaries
Resolved 💬 7 comments Opened Aug 16, 2025 by ChakibHi Closed Nov 28, 2025
What version of Codex is running?
codex-cli 0.22.0
Which model were you using?
gpt-5
What platform is your computer?
Microsoft Windows NT 10.0.26100.0 x64
What steps can reproduce the bug?
Setting up in the config.toml file the model_reasoning_summary = "concise" for GPT-5 model, e.g.:
```config.toml
model = "gpt-5"
model_reasoning_summary = "concise"
### What is the expected behavior?
Concise summaries
### What do you see instead?
```terminal
🖐 unexpected status 400 Bad Request: {
"error": {
"message": "Unsupported value: 'concise' is not supported with the 'gpt-5-2025-08-07' model. Supported values are: 'detailed'.",
"type": "invalid_request_error",
"param": "reasoning.summary",
"code": "unsupported_value"
}
}
Additional information
_No response_
7 Comments
Any update on this? Seems to be an issue with GPT-5
+1
<img width="387" height="110" alt="Image" src="https://github.com/user-attachments/assets/39b1d6a7-b198-4f71-b9c5-936913dec1d2" />
<img width="425" height="97" alt="Image" src="https://github.com/user-attachments/assets/564ab975-d77d-47e9-b6af-23ebf06c4f4b" />
• WSL2/Debian/VSCode
🧠 Model
• CLI Version: 0.41.0
⚠️ stream error: unexpected status 400 Bad Request: {
"error": {
"message": "Unsupported value: 'concise' is not supported with the 'gpt-5-codex' model. Supported values are: 'detailed'.",
"type": "invalid_request_error",
"param": "reasoning.summary",
"code": "unsupported_value"
}
Confirmed still not working
still not working
+1.
"auto" == "detailed" right now so I get these silly long summaries for very simple tasks and decisions. I asked it to change a number to a roman numeral and the reasoning summary was 4 paragraphs long.
Seems like its not clear from the docs what are all available values: