To ensure service stability, Anyone enforces rate limits on API requests.Documentation Index
Fetch the complete documentation index at: https://docs.anyone.ai/llms.txt
Use this file to discover all available pages before exploring further.
Rate limit rules
- Each token has a requests per minute limit
- Different models may have different rate limits
- Exceeding the limit results in a
429 Too Many Requestserror
What to do when rate limited
When you receive a 429 error:- Wait and retry — the
Retry-Afterresponse header tells you how many seconds to wait - Use exponential backoff — double the delay between each retry (1s → 2s → 4s → 8s)
- Control concurrency — reduce the number of simultaneous requests
Increasing your limit
If the default limit isn’t enough, you can:- Top up more credits (higher balance generally means more generous limits)
- Contact support to request a higher limit

