No legacy models when on Pro
Resolved 💬 9 comments Opened Jan 8, 2026 by emsi Closed Jan 8, 2026
💡 Likely answer: A maintainer (etraut-openai, contributor)
responded on this thread — see the highlighted reply below.
What version of Codex is running?
0.79.0
What subscription do you have?
Pro
Which model were you using?
_No response_
What platform is your computer?
_No response_
What issue are you seeing?
Even though I'm on Pro subscription I cannot access legacy models.
What steps can reproduce the bug?
Use /model command to see available models when on Pro.
What is the expected behavior?
Access to legacy models.
Additional information
_No response_
9 Comments
@emsi, which legacy models are you looking for? We retire models after a while, as we cannot support them indefinitely. For a full list of recommended and alternative models that we support, refer to this documentation.
Hi!
@etraut-openai thank you for your response.
It'd be be great to have access to thees:
<img width="590" height="922" alt="Image" src="https://github.com/user-attachments/assets/7cd80230-5264-4940-8ea0-8600fef6253a" />
The "Pro" models don't make sense for Codex usage. When you use a "Pro" model, it's effectively running a model multiple times and choosing the best result. That's great for difficult research-like queries, but doesn't make sense for code generation.
The
gpt-5.1andgpt-5models are supported in Codex, and you can combine them with various reasoning efforts. Refer to the documentation I linked above for all of the models supported by Codex.Currently running this command on Pro subscription forces gpt-5.2 and there is no way to choose gpt-5:
I'm talking about Pro subscription, not "pro" models. I need access to GPT-5 and GPT-5.1.
<img width="814" height="336" alt="Image" src="https://github.com/user-attachments/assets/34964241-bdbf-4aab-9d80-c4a4c6fae336" />
As you can see from my comments before, choosing gpt-5 (by
-m gpt-5) does not work as expected and runs codex with gpt-5.2.Yep, I understood that. My comment above was referring to the two "Pro" models that you highlighted in your screen shot ("GPT 5.1-Pro" and "GPT 5-Pro").
Yeah, it looks like we recently removed support for gpt-5. I'll update the documentation accordingly. The GPT-5 models is pretty outdated at this point (two generations old). The newer models are much more capable. I'm curious why you'd want to use such an old model?
Mainly because it's more capable (willing to undertake more effort) than newer models.
Not really. When running on different subscription i can access gpt-5, no issues: