How limits are measured
Every limit is enforced at three scopes — organization, project, and API key — and a request counts against all three.
Tiers
Your tier is the higher of two things:- your subscription plan, and
- the spend tier you earn from your total lifetime payments.
A subscription sets your tier immediately. Spend accumulates over time and graduates you automatically — a free account that has paid $200 in usage reaches Tier 3 without a subscription.
Limits by tier
Values below are per API key.
Project limits are 1.5× and organization limits are 2× the per-key request and token values. Concurrent-request limits are set per scope:
Rate limit headers
Every response reports your current usage:When you hit a limit
Requests over a limit return429 Too Many Requests with a Retry-After header. Wait for the indicated delay and retry, ideally with exponential backoff.
See pricing for per-token rates and plans to subscribe or buy credits.