You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 feat: add GPT-5.1-Codex-Max model with xhigh reasoning level
Add support for OpenAI's gpt-5.1-codex-max model which introduces a new
'xhigh' (Extra High) reasoning effort level for extended deep thinking.
Changes:
- Extended ThinkingLevel type to include 'xhigh' as 5th option
- Added GPT_CODEX_MAX to known models with codex-max alias
- Updated thinking policy to return 5 levels for codex-max only
- Added xhigh to UI level descriptions and command palette
- Added model pricing/capability data to models-extra
- Updated SendMessageOptionsSchema to accept xhigh
- Added comprehensive tests for codex-max policy
The xhigh level is exclusive to gpt-5.1-codex-max. Other models
gracefully fall back to their maximum supported level when xhigh
is requested.
Change-Id: Iab7ba7187703e275c4c0aa76779381dff4006316
Signed-off-by: Thomas Kosiewski <tk@coder.com>
0 commit comments