Model deployment rate limits
By default, each account can deploy one model at a time. Contact support if you need additional concurrent deployments.Model inference rate limits
Each deployed model supports up to 100 requests per second (RPS) by default. Contact support for higher RPS requirements.Model instance rate limits
A deployed model can run on multiple instances. Each instance typically handles 6–8 concurrent requests, depending on model type and size. The autoscaler adds instances when per-instance load exceeds your scale up threshold.HTTP 429 responses
When rate limits are exceeded, the API returns HTTP429 Too Many Requests. Implement exponential backoff with jitter in production clients:
Related
- Autoscaling — scale instances to absorb higher concurrency
- API overview — error codes and authentication
- Troubleshooting — diagnose failed requests

