-
Notifications
You must be signed in to change notification settings - Fork 10.2k
gpt-5.3-codex model not supported in Codex CLI when authenticated with ChatGPT Plus #14735
Description
What version of Codex CLI is running?
codex-cli 0.114.0
What subscription do you have?
ChatGPT Plus
Which model were you using?
gpt-5.4 (previously working), currently falling back to gpt-5.2
What platform is your computer?
Windows 11 with WSL2 (Ubuntu)
What terminal emulator and version are you using (if applicable)?
Windows Terminal running WSL Ubuntu
What issue are you seeing?
When using Codex CLI with a ChatGPT Plus account, the CLI returns the following error:
"The 'gpt-5.3-codex' model is not supported when using Codex with a ChatGPT account."
Environment:
- Codex CLI version: 0.114.0
- OS: Windows 11 with WSL2 (Ubuntu)
- Authentication: ChatGPT account login
- Plan: ChatGPT Plus
Important context:
The model gpt-5.4 worked correctly until yesterday with the same setup.
Today the CLI started returning the error above and appears to route requests to gpt-5.3-codex which is not supported for ChatGPT accounts.
As a workaround I had to switch to gpt-5.2 to continue using Codex CLI.
What steps can reproduce the bug?
- Install Codex CLI
- Login using ChatGPT account authentication
- Run Codex CLI normally
- The CLI attempts to use gpt-5.3-codex
- The CLI returns the error:
"The 'gpt-5.3-codex' model is not supported when using Codex with a ChatGPT account."
Uploaded thread:
019cf02c-4f18-78c0-817a-3db5c82ed772
What is the expected behavior?
Codex CLI should either:
- Allow the gpt-5.3-codex model when using a ChatGPT Plus account, or
- Automatically select a supported default model instead of failing.
Previously gpt-5.4 worked correctly with the same setup.
Additional information
I noticed that multiple GitHub issues report the same error and were closed as duplicates (for example #14306 referencing #14331).
However the issue still occurs in Codex CLI version 0.114.0.