Rate Limiting
Quick Overview
Each endpoint has its own rate limits based on requests per minute, tokens per minute, and requests per day. Exceeding these limits may result in request throttling or rejection. If you need higher limits, please contact us.
Rate Limit Tiers
We offer five tiers with increasing limits. Here's a breakdown for the Embeddings & Reranking endpoint:
Tier | Requests/Min | Tokens/Min | Requests/Day | Burst |
---|---|---|---|---|
Home Baker (Free) | 100 | 100,000 | 5,000 | 10 |
Professional Baker | 300 | 500,000 | - | 30 |
Bakery Shop | 500 | 1,000,000 | - | 50 |
Bakery Chain | 1,000 | 5,000,000 | - | 100 |
Bakery Franchise | 2,000 | 10,000,000 | - | 200 |
Custom tiers are available upon request.
Handling Rate Limits
When you hit a rate limit:
- You'll receive a
429 Too Many Requests
response - The response will include a
Retry-After
header - Wait for the specified time before retrying
Example error response:
Best Practices
To optimize your API usage and avoid rate limits, implement exponential backoff in your client code (if not using an SDK), cache results when possible to reduce API calls, and optimize your requests to use fewer tokens.
Need Higher Limits?
If you need higher limits:
- Contact us or join our Discord community
- Provide details about your use case and expected request volume
- We'll review and adjust your limits if feasible
Remember, we're here to help you succeed. Don't hesitate to reach out if you have any questions or need assistance optimizing your API usage!
Last updated: July 28, 2025