Cerebras hit 981 tokens per second on Kimi K2.6. The inference layer is now its own category.

A trillion-parameter open-weight model just ran at 981 tokens per second on Cerebras, 29x faster than the official Kimi endpoint. What that unlocks, and why workflow platforms can't pin themselves to one provider.

Cerebras hit 981 tokens per second on Kimi K2.6. The inference layer is now its own category.

On May 6, 2026, Artificial Analysis measured Cerebras serving Kimi K2.6 at 981 output tokens per second. K2.6 is Moonshot AI's trillion-parameter open-weight model, released April 20 with native multimodal handling and an agent swarm that scales to 300 sub-agents over 4,000 coordinated steps. The official Kimi endpoint serves the same weights, and the same 10,000-token request takes it 163.7 seconds. Cerebras returns the answer in 5.6. That is a 29x improvement in time to final answer on identical model weights.

What 981 tokens per second actually unlocks

For most of the last two years, generative UI has been a research demo with an asterisk. The idea, outlined by Google Research, is that the model writes the interface itself for each prompt instead of routing the user through a fixed app. The asterisk has always been latency. A custom UI that takes a minute to render is a slideshow. A custom UI that streams in inside five seconds is software.

Apps coded in seconds works on the same arithmetic. A few thousand lines of code at a thousand tokens per second is a coffee sip. A few thousand lines of code at 30 tokens per second is a meeting. The product category doesn't change because the model got smarter. It changes because the inference got fast enough that a person stays in flow.

The Cerebras run is the first time those numbers have been hit on a frontier-grade open-weight model in production.

The inference layer split off from the model

A year ago, choosing a model meant choosing an endpoint. The model lab built the weights, hosted the API, set the price, and that was the package. That has come apart. The same Kimi K2.6 weights now run on the Moonshot endpoint, on Cerebras wafer-scale inference, on NVIDIA NIM, on Azure AI Foundry, on GPU clouds like DeepInfra and Spheron, and on local hardware. Each one has a different latency, a different cost per token, and a different ceiling on context length.

This is the second major axis of model choice that opened up in 2026. The first was which weights to use, where DeepSeek V4, Kimi K2.6, GPT-5.5, and Opus 4.7 are now all live options depending on task. The second is which inference provider serves those weights, where Cerebras is 6.7x faster than the next-fastest GPU cloud and 23x faster than the median on this particular workload.

Both axes move on their own timeline. A new frontier model lands every few weeks. A new inference provider posts a new throughput record every few months. The platform that locked in last quarter is already a generation behind.

Why pinning to one endpoint is a planning error

Most workflow tools still bind to a single provider per workflow. That made sense when the model and the endpoint were the same decision. It doesn't survive the split.

A real workflow has steps with different shapes. A planning step wants the smartest reasoning model and is fine waiting 30 seconds. A UI generation step needs 1,000 tokens per second or the interaction breaks. A summarization step running over 50,000 documents wants the cheapest per-token rate that clears a quality bar. Routing all three through the same endpoint means overpaying on the bulk step, waiting too long on the UI step, or losing quality on the planning step. Usually all three.

The fix is per-step routing. Each step in the workflow declares the constraint that matters for that step. The platform picks the model and the provider that satisfy it. When Cerebras lands a faster Kimi, the UI step picks it up without anyone rewriting the workflow. When DeepSeek's next release undercuts the bulk step on cost, the bulk step picks it up. The workflow author writes the logic once and the substrate keeps getting faster and cheaper underneath them.

What this means for the next twelve months

The next year of model innovation is going to look like the last six weeks. A new frontier model approximately every release cycle. A new inference benchmark approximately every month. Cerebras itself just IPO'd at a $95B market cap on May 14 on the bet that this trajectory continues. There are too many independent axes of improvement to predict which combination wins.

The teams that compound the fastest are the ones whose workflows can adopt each release without a rewrite. The model isn't the bottleneck anymore. The inference provider is. And both of them are moving too fast to bet on.

Frequently asked questions

How fast is 981 tokens per second compared to a typical model endpoint?
It's roughly 29x faster than the official Kimi endpoint serving the same K2.6 weights, and about 23x faster than the median GPU cloud on that workload. A 10,000-token response that takes 163 seconds on a standard endpoint returns in under 6 seconds on Cerebras.
Does picking a faster inference provider mean using a different model?
No. The same open-weight model can run on multiple providers, each with different latency, cost, and context-length tradeoffs. The model is one decision, the inference provider is a separate one.
Why does inference speed matter for generative UI and AI-written apps?
Custom interfaces and generated code are only usable if they render fast enough to keep a person in flow. Sub-10-second response times turn slideshow demos into software people actually use.
Can I route different steps in a single workflow to different models and providers?
Yes. General Input lets each step in a workflow pick the model and inference provider that fits its constraints, so a planning step, a UI step, and a bulk summarization step can each use the substrate that's right for them.

Don't pin your workflows to one inference provider.

Route each step to the model and provider that fits, and pick up every new speed record without rewriting a thing.