A limited request returns
429 and a Retry-After header:
Retry-After, add jitter when many workers share a key, and avoid concurrent retry loops. The IP cap can be reached even if every individual key remains below its own limit.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Respect per-key and per-IP request limits.
| Header | Example | Meaning |
|---|---|---|
RateLimit | limit=2, remaining=1, reset=1 | Limit, remaining requests, and seconds until reset. |
RateLimit-Policy | 2;w=1 | Two requests per one-second window. |
429 and a Retry-After header:
{ "error": "Too many requests, please try again later." }
Retry-After, add jitter when many workers share a key, and avoid concurrent retry loops. The IP cap can be reached even if every individual key remains below its own limit.