-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Description
What version of Codex is running?
0.24
Which model were you using?
gpt-5
What platform is your computer?
Linux 5.15.167.4-microsoft-standard-WSL2 x86_64 x86_64
What steps can reproduce the bug?
Currently, it is difficult in Codex CLI to automatically switch to the API when you reach your limits. Ideally, OpenAI will integrate a fallback here that kicks in automatically so that you don't have to stop in the middle of your work.
- I start codex with: codex --config preferred_auth_method="apikey"
- I select option 2: "Provide your own API key"
- When I hit enter here, I am back at step 2
To use Codex with the OpenAI API, set OPENAI_API_KEY in your environment
Press Enter to return
The OpenAI key is set as ENV: OPENAI_API_KEY.
Error exists in the following versions: 0.23 and 0.24
What is the expected behavior?
Use of the API key.
What do you see instead?
Endless loop, you keep coming back to step 2
You are currently using ChatGPT, while your preferred method is API key.
- Continue using ChatGPT
Included in Plus, Pro, and Team plans
- Specify your own API key
Pay only for actual usage
Additional information
To solve the problem, you have to log out of Codex every time and log back in later. That's just no fun with such low 5-hour limits.