models.md +61 −64
2 2
3## Recommended models3## Recommended models
4 4
55
6 6
77gpt-5.3-codexgpt-5.5
8 8
99Most capable agentic coding model to date, combining frontier coding performance with stronger reasoning and professional knowledge capabilities.OpenAI's newest frontier model for complex coding, computer use, knowledge work, and research workflows in Codex.
10 10
1111codex -m gpt-5.3-codexcodex -m gpt-5.5
12 12
13Copy command13Copy command
14 14
26 26
27API Access27API Access
28 28
2929
30 30
3131gpt-5.3-codex-sparkgpt-5.4
32 32
3333Text-only research preview model optimized for near-instant, real-time coding iteration. Available to ChatGPT Pro users.Flagship frontier model for professional work that brings the industry-leading coding capabilities of GPT-5.3-Codex together with stronger reasoning, tool use, and agentic workflows.
34 34
3535codex -m gpt-5.3-codex-sparkcodex -m gpt-5.4
36 36
37Copy command37Copy command
38 38
50 50
51API Access51API Access
52 52
5353The gpt-5.3-codex-spark model is available in research preview for ChatGPT Pro
54subscribers. It is optimized for near-instant, real-time coding iteration.
55
56## Alternative models
57
58
59 54
6055gpt-5.2-codexgpt-5.4-mini
61 56
6257Advanced coding model for real-world engineering. Succeeded by GPT-5.3-Codex.Fast, efficient mini model for responsive coding tasks and subagents.
63 58
6459codex -m gpt-5.2-codexcodex -m gpt-5.4-mini
65 60
66Copy command61Copy command
67 62
6863Show detailsCapability
69 64
7065Speed
71 66
7267gpt-5.2Codex CLI & SDK
73 68
7469Our best general agentic model for tasks across industries and domains.Codex app & IDE extension
75 70
7671codex -m gpt-5.2Codex Cloud
77 72
7873Copy commandChatGPT Credits
79 74
8075Show detailsAPI Access
81 76
8277
83 78
8479gpt-5.1-codex-maxgpt-5.3-codex
85 80
8681Optimized for long-horizon, agentic coding tasks in Codex.Industry-leading coding model for complex software engineering. Its coding capabilities now also power GPT-5.4.
87 82
8883codex -m gpt-5.1-codex-maxcodex -m gpt-5.3-codex
89 84
90Copy command85Copy command
91 86
9287Show detailsCapability
93 88
9489Speed
95 90
9691gpt-5.1Codex CLI & SDK
97 92
9893Great for coding and agentic tasks across domains. Succeeded by GPT-5.2.Codex app & IDE extension
99 94
10095codex -m gpt-5.1Codex Cloud
101 96
10297Copy commandChatGPT Credits
103 98
10499Show detailsAPI Access
105 100
106101
107 102
108103gpt-5.1-codexgpt-5.3-codex-spark
109 104
110105Optimized for long-running, agentic coding tasks in Codex. Succeeded by GPT-5.1-Codex-Max.Text-only research preview model optimized for near-instant, real-time coding iteration. Available to ChatGPT Pro users.
111 106
112107codex -m gpt-5.1-codexcodex -m gpt-5.3-codex-spark
113 108
114Copy command109Copy command
115 110
116111Show detailsCapability
117
118
119
120gpt-5-codex
121
122Version of GPT-5 tuned for long-running, agentic coding tasks. Succeeded by GPT-5.1-Codex.
123
124codex -m gpt-5-codex
125 112
126113Copy commandSpeed
127 114
128115Show detailsCodex CLI & SDK
129 116
130117Codex app & IDE extension
131 118
132119gpt-5-codex-miniCodex Cloud
133 120
134121Smaller, more cost-effective version of GPT-5-Codex. Succeeded by GPT-5.1-Codex-Mini.ChatGPT Credits
135 122
136123codex -m gpt-5-codexAPI Access
137 124
138125Copy commandFor most tasks in Codex, start with `gpt-5.5` when it appears in your model
126 picker. It is strongest for complex coding, computer use, knowledge work, and
127 research workflows. GPT-5.5 is currently available in Codex when you sign in
128 with ChatGPT; it isn't available with API-key authentication. During the
129 rollout, continue using `gpt-5.4` if `gpt-5.5` is not yet available. Use
130 `gpt-5.4-mini` when you want a faster, lower-cost option for lighter coding
131 tasks or subagents. The `gpt-5.3-codex-spark` model is available in research
132 preview for ChatGPT Pro subscribers and is optimized for near-instant,
133 real-time coding iteration.
139 134
140135Show details## Alternative models
141 136
142137
143 138
144139gpt-5gpt-5.2
145 140
146141Reasoning model for coding and agentic tasks across domains. Succeeded by GPT-5.1.Previous general-purpose model for coding and agentic tasks, including hard debugging tasks that benefit from deeper deliberation.
147 142
148143codex -m gpt-5codex -m gpt-5.2
149 144
150Copy command145Copy command
151 146
153 148
154## Other models149## Other models
155 150
156151Codex works best with the models listed above.When you sign in with ChatGPT, Codex works best with the models listed above.
157 152
158You can also point Codex at any model and provider that supports either the [Chat Completions](https://platform.openai.com/docs/api-reference/chat) or [Responses APIs](https://platform.openai.com/docs/api-reference/responses) to fit your specific use case.153You can also point Codex at any model and provider that supports either the [Chat Completions](https://platform.openai.com/docs/api-reference/chat) or [Responses APIs](https://platform.openai.com/docs/api-reference/responses) to fit your specific use case.
159 154
166 161
167The Codex CLI and IDE extension use the same `config.toml` [configuration file](https://developers.openai.com/codex/config-basic). To specify a model, add a `model` entry to your configuration file. If you don't specify a model, the Codex app, CLI, or IDE Extension defaults to a recommended model.162The Codex CLI and IDE extension use the same `config.toml` [configuration file](https://developers.openai.com/codex/config-basic). To specify a model, add a `model` entry to your configuration file. If you don't specify a model, the Codex app, CLI, or IDE Extension defaults to a recommended model.
168 163
164```toml
165model = "gpt-5.5"
169```166```
170167model = "gpt-5.2"
171168```If `gpt-5.5` isn't available in your account yet, use `gpt-5.4`.
172 169
173### Choosing a different local model temporarily170### Choosing a different local model temporarily
174 171
177To start a new Codex CLI thread with a specific model or to specify the model for `codex exec` you can use the `--model`/`-m` flag:174To start a new Codex CLI thread with a specific model or to specify the model for `codex exec` you can use the `--model`/`-m` flag:
178 175
179```bash176```bash
180177codex -m gpt-5.3-codexcodex -m gpt-5.5
181```178```
182 179
183### Choosing your model for cloud tasks180### Choosing your model for cloud tasks