Support GPT-5-pro

Resolved 💬 7 comments Opened Oct 7, 2025 by stainlu Closed Dec 14, 2025

What version of Codex is running?

0.45.0

Which model were you using?

_No response_

What platform is your computer?

_No response_

What steps can reproduce the bug?

/model

What is the expected behavior?

see gpt-5-pro

i am on the pro plan

What do you see instead?

only gpt-5 and gpt-5-codex

Additional information

_No response_

View original on GitHub ↗

7 Comments

heatzhang · 9 months ago

I think Pro description user should have the access to 5Pro (you can add limitation)

stainlu · 9 months ago
I think Pro description user should have the access to 5Pro (you can add limitation)

tried but returning 400 Unsupported model

nkeilar · 9 months ago

I signed up just to use gpt-5-pro instead of opus, and its not even available on codex - false advertising

nkeilar · 9 months ago

<img width="1459" height="744" alt="Image" src="https://github.com/user-attachments/assets/dfd69525-b6fd-4b36-9716-fb1078b1e8f6" />

JarrettOneSource · 9 months ago

https://github.com/openai/codex/issues/2038#issuecomment-3221828629

They said they don't plan on putting it into Codex.
You use it via API by installing this version of codex npm install -g @openai/codex@0.1.2505172129 but you won't have the various QOL and actually useful features they have put it since this version so your context window will explode and other things. But it works.

Zaczero · 8 months ago

Is that still an issue? I don't have pro but their documentation mentions gpt-5-pro model:

https://developers.openai.com/codex/local-config/

[profiles.deep-review]
model = "gpt-5-pro"
model_reasoning_effort = "high"
approval_policy = "never"

Running codex --profile deep-review will use the gpt-5-pro model with high reasoning effort and no approval policy.

---

EDIT: It appears to be API-only, sadly. Despite it being accessible in the web:

{"detail":"The 'gpt-5-pro' model is not supported when using Codex with a ChatGPT account."}

Zaczero · 8 months ago

@etraut-openai GPT-4-Pro ?