codex - 💡(How to fix) Fix "Unsupported value: 'low' is not supported with the 'gpt-5.2-codex-2026-01-14' model. Supported values are: 'medium'. [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#19188Fetched 2026-04-24 05:59:10
View on GitHub
Comments
2
Participants
2
Timeline
6
Reactions
0
Timeline (top)
labeled ×3commented ×2closed ×1

Error Message

"error": {

Code Example

› test

{
  "error": {
    "message": "Unsupported value: 'low' is not supported with the 'gpt-5.2-codex-2026-01-14' model. Supported values are: 'medium'.",
    "type": "invalid_request_error",
    "param": "text.verbosity",
    "code": "unsupported_value"
  }
}
RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using (From “About Codex” dialog)?

v0.124.0

What subscription do you have?

none, using azure

What platform is your computer?

Darwin 25.3.0 arm64 arm

What issue are you seeing?

After moving from v0.122.0 to v0.124.0 I'm seeing this for all queries

› test

■ {
  "error": {
    "message": "Unsupported value: 'low' is not supported with the 'gpt-5.2-codex-2026-01-14' model. Supported values are: 'medium'.",
    "type": "invalid_request_error",
    "param": "text.verbosity",
    "code": "unsupported_value"
  }
}

What steps can reproduce the bug?

Install v0.224.0, target codex 52

What is the expected behavior?

No response

Additional information

No response

extent analysis

TL;DR

The issue is likely due to an unsupported verbosity value 'low' with the 'gpt-5.2-codex-2026-01-14' model in Codex App v0.124.0.

Guidance

  • The error message indicates that the 'low' verbosity value is not supported with the specified model, and only 'medium' is allowed.
  • To mitigate this, try changing the text.verbosity parameter to 'medium' in your queries.
  • Verify that the issue is resolved by checking the response for successful query execution without the "unsupported_value" error.
  • If the issue persists, ensure that you are using the correct model and version, as specified in the error message.

Notes

The solution assumes that the 'medium' verbosity value is a suitable replacement for 'low' in the context of the queries being executed.

Recommendation

Apply workaround: change the text.verbosity parameter to 'medium', as it is the only supported value for the 'gpt-5.2-codex-2026-01-14' model.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING