cli/features.md +7 −7
107 107
108## Models and reasoning108## Models and reasoning
109 109
110110For most tasks in Codex, `gpt-5.4` is the recommended model. It brings theFor most tasks in Codex, `gpt-5.5` is the recommended model when it is
111111industry-leading coding capabilities of `gpt-5.3-codex` to OpenAI’s flagshipavailable. It is OpenAI's newest frontier model for complex coding, computer
112112frontier model, combining frontier coding performance with stronger reasoning,use, knowledge work, and research workflows, with stronger planning, tool use,
113113native computer use, and broader professional workflows. For extra fast tasks,and follow-through on multi-step tasks. If `gpt-5.5` is not yet available,
114114ChatGPT Pro subscribers have access to the GPT-5.3-Codex-Spark model incontinue using `gpt-5.4`. For extra fast tasks, ChatGPT Pro subscribers have
115115research preview.access to the GPT-5.3-Codex-Spark model in research preview.
116 116
117Switch models mid-session with the `/model` command, or specify one when launching the CLI.117Switch models mid-session with the `/model` command, or specify one when launching the CLI.
118 118
119```bash119```bash
120120codex --model gpt-5.4codex --model gpt-5.5
121```121```
122 122
123[Learn more about the models available in Codex](https://developers.openai.com/codex/models).123[Learn more about the models available in Codex](https://developers.openai.com/codex/models).