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

Limits

ModelLimit (RPM)
Mirage Video 12 requests
Note: These limit applies 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."
  }
}