How are rate limits measured?
We measure rate limits in requests sent and tokens used within a specified timeframe:- Requests per minute/hour/day (RPM, RPH, RPD)
- Tokens per minute/hour/day (TPM, TPH, TPD)
Token Rate Limiting
When you send a request, we estimate the total tokens the request will consume by:- Estimating the input tokens in your prompt
- Adding either the
max_completion_tokensparameter or an analyzed estimate for an upper bound of the output tokens
max_completion_tokens appropriately for your use case to avoid overestimating token usage and triggering unnecessary rate limits.
Quota Replenishment
Your quota is calculated as:Uncached vs. Total Tokens
Cerebras enforces two independent token limits per organization:
Both limits are enforced independently. A 429 error will indicate which bucket was exceeded.
Cached tokens don’t count toward your uncached TPM limit, so a higher cache hit rate lets you process far more total tokens within the same uncached limit.
Example: With a 1M uncached TPM limit, your total limit is 3M TPM. At a 70% cache hit rate, you can effectively process up to 3M total tokens per minute — 1M uncached plus up to 2M cached — all within your standard limits.
Uncached rate limits are rolling out gradually. If you don’t yet see an uncached token limit in your console, it will be visible by August 17, 2026.
Limits by Tier
This provides an overview of general limits, though specific cases may vary. For precise, up-to-date rate limit information applicable to your organization, check the Limits section within your account.- Free Trial
- Developer (Pay as You Go)
- Enterprise
1 Image limits: 2 per request, 4 MB payload
Notes
If you exceed your rate limits, you will receive a 429 Too Many Requests error. The error message will indicate whether your uncached or total token limit was exceeded.
FAQ
What is the Free Trial tier?
What is the Free Trial tier?
New accounts receive $5 in free credits after adding a verified payment method. These credits expire 30 days after they’re granted and can be used across all public models. There is no charge until you choose to purchase additional credits. If you skip adding a payment method at sign-up, Playground and API access remain inactive until you do.
Which models can I use on the Free Trial?
Which models can I use on the Free Trial?
Every model on the public Model Catalog is available on the Free Trial tier, subject to the per-model Free Trial rate limits listed above. This includes both production and preview models. Additional model families listed in Choose a Model are only available through Dedicated Endpoints.
Is there a permanently free tier?
Is there a permanently free tier?
No. The Free Trial is time- and credit-bounded: $5 in credits that expire 30 days after they’re granted. Once your credits are used up or expire, you need to purchase credits (Pay as You Go) to keep using public endpoints. Cerebras doesn’t currently offer a no-cost tier that renews automatically or a per-model always-free allowance.
What happens when my Free Trial credits run out or expire?
What happens when my Free Trial credits run out or expire?
API and Playground access stop on the Free Trial tier until you purchase credits. Your API keys, projects, and settings remain intact. A Pay as You Go purchase reactivates access immediately and moves you to the Developer tier, which raises rate limits and removes hourly and daily token caps.
How do I get higher rate limits?
How do I get higher rate limits?
Purchase credits (Pay as You Go) from the Billing tab in the Cloud Console. Your first purchase moves you to the Developer tier with significantly higher rate limits and no hourly or daily token caps. For Enterprise limits or reserved capacity, contact us.
Where can I see pricing?
Where can I see pricing?
See cerebras.ai/pricing or each model page (for example, OpenAI GPT OSS) for per-token rates. The Cost tab in Usage Monitoring breaks down your spend by model. Dedicated Endpoint pricing varies by organization — contact us for a quote.

