Beam · Rate Limits

Beam Cloud Rate Limits

Beam governs workloads primarily through container concurrency limits rather than classic per-minute request quotas. Each usage tier caps the number of GPU and CPU containers that may run simultaneously (Developer 5 GPU / 30 CPU, Team 50 GPU / 1,000 CPU, Growth custom / unlimited), and the platform autoscales deployments up to those ceilings. Synchronous web endpoints are additionally bound by an invocation time limit of roughly 180 seconds, beyond which work should move to asynchronous task queues.

Beam Cloud Rate Limits is the machine-readable rate-limit profile for Beam on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 4 rate-limit definitions, measuring containers and seconds.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Serverless, GPU, Python, Inference, and Containers.

4 Limits Throttle: 429
ServerlessGPUPythonInferenceContainersRate LimitingQuotasThrottling

Limits

GPU Container Concurrency account
containers
5 (Developer) / 50 (Team) / custom (Growth)
Maximum number of GPU containers running concurrently per tier.
CPU Container Concurrency account
containers
30 (Developer) / 1000 (Team) / unlimited (Growth)
Maximum number of CPU containers running concurrently per tier.
Synchronous Endpoint Timeout endpoint
seconds
~180
Web endpoints target synchronous work under ~180 seconds; longer work belongs in task queues.
Autoscaling deployment
containers
up to tier concurrency ceiling
Deployments scale out per concurrent inputs up to the account's GPU/CPU concurrency limit.

Policies

Concurrency-Based Throttling
New invocations queue or scale containers up to the tier ceiling rather than being rejected outright.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/beam-cloud-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.