For the complete documentation index, see llms.txt. This page is also available as Markdown.

Exceeding Rate Limits

Exceeding the rate limit will result in an HTTP 429 (Too Many Requests) response and include the Retry-After HTTP header:

# Pause requests for the number of seconds specified
Retry-After: 32

Continuing to make requests while you are rate limited may result in your user being banned.

Last updated

Was this helpful?