mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
docs: clarify xhigh reasoning effort on gpt-5.2 (#7911)
## Changes - Update config docs and example config comments to state that "xhigh" is supported on gpt-5.2 as well as gpt-5.1-codex-max - Adjust the FAQ model-support section to reflect broader xhigh availability
This commit is contained in:
@@ -37,7 +37,7 @@ model_provider = "openai"
|
||||
# Reasoning & Verbosity (Responses API capable models)
|
||||
################################################################################
|
||||
|
||||
# Reasoning effort: minimal | low | medium | high | xhigh (default: medium; xhigh only on gpt-5.1-codex-max)
|
||||
# Reasoning effort: minimal | low | medium | high | xhigh (default: medium; xhigh on gpt-5.1-codex-max and gpt-5.2)
|
||||
model_reasoning_effort = "medium"
|
||||
|
||||
# Reasoning summary: auto | concise | detailed | none (default: auto)
|
||||
|
||||
Reference in New Issue
Block a user