Skip to main content
To keep the system fast and fair for everyone, Mirage enforces simple rate limits on API requests.

Limits

FeatureLimit (RPM)
Video Captions100 requests
Video Generation2 requests
Note: These limits apply per organization. If you need higher throughput, talk to your account manager to raise your limits.

What happens when you exceed the limit?

When the limit is exceeded, the API returns HTTP 429 Too Many Requests. Example 429 error response
{
  "error": {
    "type": "rate_limit_exceeded",
    "message": "Rate limit exceeded."
  }
}