Skip to main content
Rate limits scale with your plan. See Plans and billing for tier thresholds, requests-per-minute (RPM) limits, and monthly caps.

Prerequisites

Check rate limit headers

Chat completion responses include request-level rate limit headers:

Handle 429 responses

When you exceed a rate limit, the API returns a 429 Too Many Requests response with a Retry-After header:
The Arbytra SDK (Python, TypeScript) retries failed requests with exponential backoff (up to 2 retries by default). For manual handling, see Error handling — Retry manually.