Rate Limits
To ensure fair usage and prevent abuse of our API, we have implemented rate limiting on our generative endpoints.
Your allowance for image and video generation is calculated dynamically from your current account balance. The formulas below are applied every second when your request arrives:
Rate Limit Calculator
Image generation: 6 req/s
Video generation: 1 req/s
Formula
Image generation
limitPerSecond = balanceUSD * 4
- minimum 6 req/s
- maximum 100 req/s
Video generation
limitPerSecond = balanceUSD / 6
- minimum 1 req/s
- maximum 20 req/s
Where to see your limits
Open the API Keys page inside the dashboard. Your personalised rate limits are displayed at the top of the page.
Lifting Limits
Adding more balance will immediately raise the calculated caps (up to the hard maximums above). Head over to the Pricing page to deposit credits.
If you have a special use-case that still needs higher throughput, please contact us.