Cerebras API Pricing, Models & Rate Limits (2026)
Cerebras hosts other labs' open-weight models — gpt-oss-120b and Z.ai's GLM 4.7 — on its wafer-scale inference hardware. Like Groq, the product is speed, not training; Cerebras' wafer-scale engine is the fastest hosting option on this site for the models it serves.
Models and prices
| Model | Input /M | Output /M | Blended /M |
|---|---|---|---|
| GPT-OSS 120B (Cerebras) | $0.35 | $0.75 | $0.45 |
| GLM 4.7 (Cerebras) | $2.25 | $2.75 | $2.38 |
Speed
Fastest measured Cerebras model is GPT-OSS 120B (Cerebras) at 2450 tokens/sec (90ms TTFT), median across measured Cerebras models is 2215 tokens/sec. See the full speed benchmark methodology.
Operational facts
Verified 2026-08-08 against source.
| OpenAI-compatible | Yes |
| API base URL | https://api.cerebras.ai/v1 |
| Auth model | Bearer API key |
| Prompt caching | Not documented |
| Batch discount | Not documented |
| Free tier | Free tier with a daily token cap |
| Rate-limit model | Per-model requests/minute and tokens/minute caps by tier |
| Data residency | US |
| Trains on API data | Not documented |
| SLA published | No |
Switching to and from Cerebras
Calling Cerebras through All AI Ask
curl https://allaiask.com/api/v1/chat \
-H "Authorization: Bearer $ALLAIASK_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "cerebras-gpt-oss-120b", "messages": [{"role": "user", "content": "Hello"}]}'FAQ
Is Cerebras OpenAI-compatible?
Yes — Cerebras's API base (https://api.cerebras.ai/v1) accepts the OpenAI SDK request/response shape, so existing OpenAI client code works with a base-URL and key swap.
Does Cerebras support prompt caching?
Not documented as of 2026-08-08 — we did not find a published prompt-caching feature for Cerebras. If that changes, this page updates.
Does Cerebras have a free tier?
Yes — Free tier with a daily token cap.
How much does the Cerebras API cost?
Current Cerebras models range from $0.45 to $2.38 per million blended tokens (3:1 input:output). Full per-model pricing is in the table below.
Where is Cerebras API data hosted?
US
