Crashed with rate limit
Resolved 💬 10 comments Opened Apr 18, 2025 by ashish01 Closed Apr 22, 2025
💡 Likely answer: A maintainer (jonchurch, contributor)
responded on this thread — see the highlighted reply below.
What version of Codex is running?
v0.1.2504172351
Which model were you using?
gpt-4.1
What platform is your computer?
Darwin 23.2.0 arm64 arm
What steps can reproduce the bug?
Crashed with
e [Error]: Rate limit reached for gpt-4.1 in organization ... on tokens per min (TPM): Limit 30000, Used 25890, Requested 4193. Please try again in 166ms. Visit https://platform.openai.com/account/rate-limits to learn more.
What is the expected behavior?
please don't crash
What do you see instead?
_No response_
Additional information
_No response_
10 Comments
Same - drives me insane - cant use it .. back to Claude until they work this out - cant keep paying for 1/2 baked code
Because Codex uses any regular OpenAI API key, rate limits that apply to keys in your org will also apply to Codex as it makes API requests. I'm assuming here, but it's very likely that your organization is subject to Tier 1 usage rate limits.
Here are a few potential options:
Same issue here. Have seen multiple closed issues stating that the issue has been resolved, but issue is persisting.
@ashish01 @calvinlacock @r0wl I have a fix working for me here: https://github.com/pascudder/codex
dupe of https://github.com/openai/codex/issues/157
Seriously? My first experience of Codex was a Joke. First prompt, crash!
[Error]: Rate limit reached for gpt-4.1 in organization org- on tokens per min (TPM): Limit 30000, Used 26988, Requested 5783. Please try again in 5.542s. Visit https://platform.openai.com/account/rate-limits to learn more.
What did you change? It works amazingly!
@tibo-openai
STILL NOT FIXED!!!
Lots of bugs open for this one issue?!?
https://github.com/openai/codex/issues?q=is%3Aissue%20state%3Aopen%20rate%20limit
Should be fixed in latest release, please install 0.1.2504221401 and re-open if this is still an issue you encounter.
Excellent, great news. Thank you, @tibo-openai.
I confirmed, it's working now.