gpt-5.3-codex model not supported in Codex CLI when authenticated with ChatGPT Plus
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.
14 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Please refer to this comment.
@etraut-openai I'm having the same issue, despite having a Plus subscription, I cannot use gpt-5.4 nor gpt-5.3-codex inside Codex CLI or Codex desktop app.
@etraut-openai I'm having the same issue as reported above. I'm on a paid Plus plan but can't access gpt-5.4. It keeps falling back to gpt-5.2 or gpt-5 codex based agent. I followed the steps you suggested in your comment on #14331 . Logged out and logged back in, deleted the models cache file, and relaunched. First tried this on the CLI (0.114.0), then upgraded to 0.115.0, and subsequently tried the Codex macOS desktop app as well. No success, still the same result across all of them.
i'm also still running into this, followed all steps: logged out, quit app, restarted, deleted models cache file, upgraded to latest (0.130.0). I'm on a paid plus account. 019e0f86-01ba-7ba1-8a64-5be8acfcd285
same here. Feedback ID: 019e841d-70a4-7fa1-9cf2-50c51b914d2b
feedback id: 019e85ed-b810-74c1-a76d-76da5e11b995
I suddenly started having this issue today.
I believe I have a valid Plus plan.
I used to successfully using the model for months.
I am experiencing a similar issue with Codex in VS Code Remote WSL.
Environment:
Issue:
The VS Code Codex model dropdown does not show
gpt-5.3-codex. It only shows models such as GPT-5.5, GPT-5.4, and GPT-5.4-Mini.I tried setting the model manually in
~/.codex/config.toml:The CLI UI initially shows:
However, when Codex actually sends a request, it fails with:
This is confusing because the model can be entered manually and appears to be accepted by the local CLI/config, but it is rejected only after the request is sent. Also, the IDE dropdown does not clearly explain whether
gpt-5.3-codexis unavailable for ChatGPT Plus accounts, unavailable only in the IDE, or unavailable only for ChatGPT-account authentication.Expected behavior:
gpt-5.3-codexis not supported for ChatGPT Plus / ChatGPT account authentication, the IDE and CLI should clearly hide or disable it and show a clear availability message.config.toml.Current impact:
I want to use a model that is more suitable for large codebases and multi-file refactoring without using GPT-5.5, because GPT-5.5 consumes my 5-hour Codex usage limit much faster. GPT-5.4-Mini is available, but it is not ideal for large refactors. GPT-5.4 is available, but it is unclear whether it is the intended replacement for
gpt-5.3-codexfor ChatGPT Plus users.Please clarify whether
gpt-5.3-codexis supposed to be available for ChatGPT Plus users in Codex VS Code/CLI when signed in with a ChatGPT account, and if not, please update the model selector and error messaging to avoid this confusion.They have stopped Plus users from accessing GPT-5.2 and GPT-5.3 Codex.
Source:https://x.com/thsottiaux/status/2059650685948551384
@Ionharin
Thank you for the info!
Now I have to use at least
gpt-5.4, which is more costly (~ 1.5x) thangpt-5.3-codex...Guys, Honestly, this is very disappointing :((
I’m paying for ChatGPT Plus and was using
gpt-5.3-codexspecifically because it felt like the best model for real coding work in Codex CLI / native app.Removing it from ChatGPT-authenticated Codex, while keeping it available via API, feels like a downgrade for paid users and makes the product much less predictable :/
Please provide a clear replacement path, not just a “model not supported” error.
Where is the codex 5.5 ???
As of last night, 5.3-codex stopped working for me in Codex CLI on ChatGPT Plus. 5.4 is inferior to 5.3-codex for coding related tasks. I won't be continuing with a ChatGPT subscription if there is no access to Codex level models.
The gpt-5.2 and gpt-5.3-codex models have been retired. Please update to gpt-5.4 or gpt-5.5. These models have been trained for coding, so there is no special "codex" variant of these newer-generation models. They are excellent at coding — significantly better than the older-generation models.
I found the root cause on Windows.
The issue was not fixed by:
The problem was in:
C:\Users\<username>\.codex\config.tomlMy config still contained:
Even after reinstalling the app.
The error was:
Changing the config to:
fixed the issue immediately.
For anyone looking for the file, you don't need to search manually:
Settings → Configuration → Open config.toml
The desktop app includes a direct link to the configuration file.
It looks like Codex preserves
.codex/config.tomlacross reinstalls, so users may continue trying to usegpt-5.3-codexwithout realizing it.Hope this helps someone else.
<img width="2402" height="1223" alt="Image" src="https://github.com/user-attachments/assets/30e31e31-7681-4804-bcc1-2a3addfcaf53" />