aicoolies logo
Cerebras logo
Cerebras logo

Cerebras

Wafer-scale inference at thousands of tokens per second

freemiumupdated May 23, 2026

Cerebras Inference serves open-weight LLMs like Llama, Qwen, and GPT-OSS on wafer-scale CS-3 chips through an OpenAI-compatible API, benchmarking between 1,800 and 2,600 output tokens per second on Llama 3.1 8B and several hundred on 70B models. A free tier offers one million tokens per day with no credit card, while paid pay-per-token pricing starts at $0.04 per million tokens for the smaller Llama models.

Cerebras Inference is the inference API from Cerebras Systems that runs open-weight LLMs on wafer-scale CS-3 chips instead of GPUs. The service exposes popular open models — including Llama 3.1 8B, Llama 3.3 70B, Llama 4 Maverick, Qwen 3 32B, Qwen 3 235B, GPT-OSS 120B, and GLM-4 — through an OpenAI-compatible REST API. Because the CS-3 keeps an entire model on one wafer-scale die with 44 GB of on-chip SRAM, there is no weight streaming between HBM and compute, which is the part that caps GPU inference speed.

Developers point an OpenAI SDK at api.cerebras.ai and get output speeds that routinely benchmark between 1,800 and 2,600 tokens per second on Llama 3.1 8B and several hundred tokens per second on 70B-class models — roughly 10–20x faster than hyperscaler GPU endpoints for the same weights. The platform offers a free tier of up to one million tokens per day with no credit card, paid pay-per-token pricing that starts at $0.04–0.10 per million tokens for smaller Llama models, and enterprise tiers with dedicated capacity. Structured outputs, tool calling, streaming, and reasoning-mode endpoints for the Qwen thinking models are all supported.

Cerebras is most compelling for teams building real-time agents, voice applications, and interactive coding copilots where latency dominates cost, or for batch pipelines that need to burn through large token counts without multi-hour queue times. Compared to Groq, which runs similar models on LPUs, Cerebras generally posts higher raw tokens-per-second on larger models and offers a broader lineup of Qwen and reasoning models. The main trade-offs are a narrower catalog than Together AI or Fireworks, no proprietary frontier weights, and occasional capacity limits on the newest models during launch windows.

Pricing

Free tier up to 1M tokens/day / Pay-per-use from $0.04/M tokens

Platforms

API, Web (Cerebras Cloud)

Categories

Tags

Use Cases

Alternatives

Related Tools

Hugging Face logo

Text Embeddings Inference

Hugging Face's open-source inference server for embeddings, rerankers, and classifiers

Text Embeddings Inference is Hugging Face's Apache-2.0 server for high-throughput embedding, reranking, and sequence-classification models. TEI packages token-based dynamic batching, optimized Transformers kernels, Safetensors loading, OpenAI-compatible embedding endpoints, Prometheus metrics, and configurable OpenTelemetry tracing in deployable CPU and GPU images.

Open Source
LMDeploy logo

LMDeploy

Open-source toolkit for quantizing, deploying, and serving LLMs and vision-language models

LMDeploy is an Apache-2.0 toolkit for self-hosting LLM and vision-language model inference with TurboMind and PyTorch engines. It combines continuous batching, blocked KV cache, tensor parallelism, AWQ and KV-cache quantization with OpenAI-compatible APIs, multi-GPU distribution, offline pipelines, and production metrics.

Open Source
Sakana Fugu logo

Sakana Fugu

Multi-agent model API that orchestrates frontier models behind one OpenAI-compatible endpoint

Sakana Fugu is a hosted model-provider API that exposes a learned multi-agent system as one OpenAI-compatible model. It dynamically routes coding, code review, research, and reasoning tasks across a frontier-model pool, with Fugu for lower-latency work and Fugu Ultra for harder workloads where answer quality matters more than cost or speed.

paidTelemetry
ElevenLabs logo

ElevenLabs

Lifelike AI voice generation, cloning, and voice agents

ElevenLabs is an AI voice platform for text-to-speech, voice cloning, and conversational AI agents, built on models like Multilingual v2 and the low-latency Flash v2.5 and Turbo v2.5. Developers call its API to generate lifelike narration, clone voices from short audio samples, dub content across 30+ languages, add sound effects, and deploy real-time voice agents for customer service, IVR, and interactive apps, with SDKs for Python, JavaScript, and more.

freemium
xAI Python SDK logo

xAI Python SDK

Official Python SDK for the xAI API

The xAI Python SDK is the official Python client for the xAI API, giving developers a direct way to build Grok-powered apps without relying on community proxies or unofficial wrappers. It supports synchronous and asynchronous Python clients for chat completions, streaming responses, function/tool calling, and multimodal workflows, making it a clean fit for backend services, agents, notebooks, and developer tools that need programmatic xAI access.

Open Source
Chatbox logo

Chatbox

One desktop app for every LLM — private, cross-platform, extensible

Chatbox is a cross-platform desktop AI client supporting OpenAI, Claude, Gemini, DeepSeek, and local models via Ollama. All chat data stays on-device, making it ideal for privacy-conscious developers. Features include document analysis, code assistance with syntax highlighting, image generation, web search, and a local knowledge base for private Q&A. Available on Windows, macOS, Linux, Android, iOS, and web.

freemiumOpen Source