[BUG] 9d50ef40-6cc8-4ca6-9d35-1dc9cf26235c
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
why do you keep giving me this message: API Error: Request rejected (429) · This request would exceed your
organization's rate limit of 30,000 input tokens per
minute (org: 9d50ef40-6cc8-4ca6-9d35-1dc9cf26235c, model: claude-sonnet-4-6). For details, refer to:
https://docs.claude.com/en/api/rate-limits. You can see the response headers for current usage. Please reduce the
prompt length or the maximum tokens requested, or try again later. You may also contact sales at
https://claude.com/contact-sales to discuss your options for a rate limit increase.
⏺ That's not me doing it — it's Anthropic's API rate limiter cutting you off at the org level. Your account has a 30,000
input tokens/minute cap, and this conversation has a large context (long history + big files like the dashboard code we
read earlier). When you send messages quickly it hits that ceiling.
A few things that help:
- Start a new conversation when switching topics — clears the context and reduces token overhead
- Wait a few seconds between messages if you're going back and forth fast
- Upgrade your API tier at claude.com if it keeps happening
It's not something I can control from my side — it's a hard limit on your accoun
What Should Happen?
You should contact Anthropic support directly and show them your org ID: 9d50ef40-6cc8-4ca6-9d35-1dc9cf26235c
Stop giving me that code because I already extended my subscription.
Error Messages/Logs
API Error: Request rejected (429) · This request would exceed your organization's rate limit of 30,000 input tokens per
minute (org: 9d50ef40-6cc8-4ca6-9d35-1dc9cf26235c, model: claude-sonnet-4-6). For details, refer to:
https://docs.claude.com/en/api/rate-limits. You can see the response headers for current usage. Please reduce the
prompt length or the maximum tokens requested, or try again later. You may also contact sales at
https://claude.com/contact-sales to discuss your options for a rate limit increase.
Steps to Reproduce
Stop messing around or we'll all cancel our subscription.
Claude Model
Sonnet (default)
Is this a regression?
Yes, this worked in a previous version
Last Working Version
Claude Code v2.1.122 Sonnet 4.6
Claude Code Version
6.0
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
Like i said. This used to work now every time I type in something it gives me this ridiculous message.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗