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
Updates the model definitions for the newly released GPT-5.2.
## Changes
- **GPT base model**: Updated from `gpt-5.1` to `gpt-5.2`
- **GPT-5.2 Pro**: Added new model with `medium`, `high`, `xhigh`
reasoning levels
- **Codex models**: Remain on 5.1 (`gpt-5.1-codex`,
`gpt-5.1-codex-mini`, `gpt-5.1-codex-max`)
- **Model data**: Added pricing/context info for `gpt-5.2` and
`gpt-5.2-pro` in models-extra.ts
- **Thinking policy**: Updated for gpt-5.2-pro's 3-level reasoning
support
- **Aliases**: `gpt` → `openai:gpt-5.2`, `gpt-pro` →
`openai:gpt-5.2-pro`
_Generated with `mux`_
0 commit comments