change api default model (#9188)

This commit is contained in:
Ahmed Ibrahim
2026-01-13 22:33:34 -08:00
committed by GitHub
parent 0c09dc3c03
commit b9ff4ec830
5 changed files with 19 additions and 16 deletions

View File

@@ -5,11 +5,12 @@ expression: popup
Select Model and Effort
Access legacy models by running codex -m <model_name> or in your config.toml
1. gpt-5.1-codex-max (default) Codex-optimized flagship for deep and fast
reasoning.
2. gpt-5.1-codex-mini Optimized for codex. Cheaper, faster, but
less capable.
3. gpt-5.2 Latest frontier model with improvements
across knowledge, reasoning and coding
1. gpt-5.2-codex (default) Latest frontier agentic coding model.
2. gpt-5.1-codex-max Codex-optimized flagship for deep and fast
reasoning.
3. gpt-5.1-codex-mini Optimized for codex. Cheaper, faster, but less
capable.
4. gpt-5.2 Latest frontier model with improvements across
knowledge, reasoning and coding
Press enter to select reasoning effort, or esc to dismiss.