Default Limits
Rate limits apply per API key, not per account. If you need more than 60 req/sec across a single workload, you can either request a higher limit on one key or distribute traffic across multiple keys.
Rate Limit Errors
When a request exceeds your limit, the API responds with HTTP 429 Too Many Requests:Handling Rate Limits
Implement exponential backoff with jitter so your application recovers automatically from bursts that exceed the limit:retry.py
Requesting Higher Limits
If 60 req/sec is not enough for your workload, email support@boole.ai with:- Your account email
- The model(s) you need higher limits for
- Your expected request volume (req/sec and daily total)
- A brief description of your use case
Local binary deployments have no rate limits. Throughput is constrained only by your GPU hardware — for example, 312 tokens/sec on Llama 3.3 70B on a single NVIDIA A10 GPU.