Modal Labs Rate Limits
Modal governs usage through concurrency limits rather than classic requests-per-minute API throttling, because the developer surface is an SDK/gRPC control plane and user-deployed containers, not a metered REST API. The key limits are concurrent containers and concurrent GPUs, which scale by subscription tier. User-deployed web endpoints (*.modal.run) scale by container concurrency; any request-level rate limiting on those endpoints is defined by the developer's own function code.
Modal Labs Rate Limits is the machine-readable rate-limit profile for Modal on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 6 rate-limit definitions, measuring containers, gpus, and requests.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Serverless, Compute, GPU, AI Infrastructure, and Rate Limiting.