On your own keys
Only one limit applies. Your organization can run a fixed number of flex races at a time. Past that number we run the request on the standard tier, so you lose the discount, not the answer.On Managed Keys
- Concurrency. Your organization can run a fixed number of managed requests at a time. Past it you get
429 rate_limit_exceededwith aRetry-After. - Shared pools. Workers AI and Foundry serve everyone from one pool, so each organization gets a per-minute rate there. Past it you get the same
429.
On every organization
We count requests per minute three ways (per organization, per key, and per IP). A fourth counter tracks failed auth attempts per IP. A body over 50 MB returns413 request_too_large.
Back off for the seconds in Retry-After.
GET /v1/limits reports every ceiling on this page next to the spending ones. See Spending Limits.