models.md +30 −89
26 26
27API Access27API Access
28 28
29
30
31gpt-5.4-mini
32
33Fast, efficient mini model for responsive coding tasks and subagents.
34
35codex -m gpt-5.4-mini
36
37Copy command
38
39Capability
40
41Speed
42
43Codex CLI & SDK
44
45Codex app & IDE extension
46
47Codex Cloud
48
49ChatGPT Credits
50
51API Access
52
2953
30 54
31gpt-5.3-codex55gpt-5.3-codex
76 100
77For most tasks in Codex, start with `gpt-5.4`. It combines strong coding,101For most tasks in Codex, start with `gpt-5.4`. It combines strong coding,
78reasoning, native computer use, and broader professional workflows in one102reasoning, native computer use, and broader professional workflows in one
79103model. The `gpt-5.3-codex-spark` model is available in research preview formodel. Use `gpt-5.4-mini` when you want a faster, lower-cost option for
80104ChatGPT Pro subscribers and is optimized for near-instant, real-time codinglighter coding tasks or subagents. The `gpt-5.3-codex-spark` model is
81105iteration.available in research preview for ChatGPT Pro subscribers and is optimized for
106near-instant, real-time coding iteration.
82 107
83## Alternative models108## Alternative models
84 109
85
86
87gpt-5.2-codex
88
89Advanced coding model for real-world engineering. Succeeded by GPT-5.3-Codex.
90
91codex -m gpt-5.2-codex
92
93Copy command
94
95Show details
96
97110
98 111
99gpt-5.2112gpt-5.2
100 113
101114Previous general-purpose model for coding and agentic tasks across industries and domains. Succeeded by GPT-5.4.Previous general-purpose model for coding and agentic tasks, including hard debugging tasks that benefit from deeper deliberation.
102 115
103codex -m gpt-5.2116codex -m gpt-5.2
104 117
106 119
107Show details120Show details
108 121
109
110
111gpt-5.1-codex-max
112
113Optimized for long-horizon, agentic coding tasks in Codex.
114
115codex -m gpt-5.1-codex-max
116
117Copy command
118
119Show details
120
121
122
123gpt-5.1
124
125Great for coding and agentic tasks across domains. Succeeded by GPT-5.2.
126
127codex -m gpt-5.1
128
129Copy command
130
131Show details
132
133
134
135gpt-5.1-codex
136
137Optimized for long-running, agentic coding tasks in Codex. Succeeded by GPT-5.1-Codex-Max.
138
139codex -m gpt-5.1-codex
140
141Copy command
142
143Show details
144
145
146
147gpt-5-codex
148
149Version of GPT-5 tuned for long-running, agentic coding tasks. Succeeded by GPT-5.1-Codex.
150
151codex -m gpt-5-codex
152
153Copy command
154
155Show details
156
157
158
159gpt-5-codex-mini
160
161Smaller, more cost-effective version of GPT-5-Codex. Succeeded by GPT-5.1-Codex-Mini.
162
163codex -m gpt-5-codex
164
165Copy command
166
167Show details
168
169
170
171gpt-5
172
173Reasoning model for coding and agentic tasks across domains. Succeeded by GPT-5.1.
174
175codex -m gpt-5
176
177Copy command
178
179Show details
180
181## Other models122## Other models
182 123
183124Codex works best with the models listed above.When you sign in with ChatGPT, Codex works best with the models listed above.
184 125
185You 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.126You 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.
186 127