If request volume exceeds the active limit for your account or the platform, the API returns HTTP
429.Behavior
- Limits can apply to request rate, concurrent work, or temporary platform capacity.
- Active limits can vary by account and may change over time.
- HTTP
429responses use the public error codeTOO_MANY_REQUESTS.
Retry Guidance
- Apply exponential backoff for
429responses. - Add jitter to avoid synchronized retry spikes.
- Keep client-side concurrency bounded for generation-heavy workflows.
Example Error Envelope
/errors for the current error response format and common error codes.