company_rate_limit_exceeded
The company exceeded the per-minute rate its plan grants to all of its keys together, not the rate of a single key.
| Code | Type | HTTP | Category |
|---|---|---|---|
company_rate_limit_exceeded | rate_limit_error | 429 | Rate Limit |
Cause
The company exceeded the per-minute rate its plan grants to all of its keys together, not the rate of a single key.
What to do
Wait the number of seconds in Retry-After and lower the concurrency across your integrations; spreading traffic over more keys does not raise this ceiling, because it adds them all up. If that peak is your normal workload, move up a plan or request an increase.
Related
All Rate Limit error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.