-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Description
What issue are you seeing?
As of March 10, 2026, the models gpt-5.4 and gpt-5.3-codex are no longer accessible when using Codex with a ChatGPT account.
When selecting either model in Codex App or the VSCode Codex extension and sending a prompt, the request fails with the following error:
{"detail":"The 'gpt-5.4' model is not supported when using Codex with a ChatGPT account."}
The same behavior occurs with gpt-5.3-codex.
These models were confirmed working on March 9. Older models such as gpt-5.2 still function normally.
The issue has been reported by multiple users across Free and Business plans, suggesting a possible backend regression or access policy change.
What steps can reproduce the bug?
- Open Codex App or VSCode with the Codex extension installed.
- Log in using a ChatGPT account.
- Select the model "gpt-5.4" or "gpt-5.3-codex".
- Send any prompt.
Result:
The request fails with the error:
{"detail":"The 'gpt-5.4' model is not supported when using Codex with a ChatGPT account."}
Note:
Older models such as gpt-5.2 continue to work normally.
What is the expected behavior?
No response
Additional information
No response