Skip to content

Rate Limits

ResourceLimit
Requests per minute60
Concurrent requests10
Max request body size10 MB

Limits may vary by model and account tier.

Every response includes rate limit information:

X-RateLimit-Limit: 60
X-RateLimit-Remaining: 55
X-RateLimit-Reset: 1625097600
  1. Implement exponential backoff when receiving 429 responses
  2. Cache results where possible to reduce API calls
  3. Use webhooks instead of polling for async tasks (video generation)
  4. Batch requests when generating multiple images with the same parameters
  5. Monitor usage from Dashboard → Usage

Contact us for enterprise rate limits at support@hiapi.ai.