Rate Limit Overview
Mila enforces rate limits to ensure fair usage and maintain service quality for all users. Rate limits apply per API key and are enforced across all endpoints.Current Rate Limits
All plans have the same rate limiting structure:Limit Type | Value |
---|---|
Requests per minute | 100 |
Requests per second | 10 |
How Rate Limiting Works
Rate limits are calculated using a sliding window approach:- Per-second limit: You can make up to 10 requests in any 1-second window
- Per-minute limit: You can make up to 100 requests in any 60-second window
429 Too Many Requests
response.