Multimodal inference just got a lot faster. Cerebras has launched Gemma 4 31B on its wafer-scale inference cloud, clocking in at a measured 1,851 output tokens per second according to third-party benchmarking firm Artificial Analysis. That is roughly 35 times the speed of a typical GPU endpoint running the same model, and it marks the first time a multimodal model has run at this kind of throughput on any public cloud.

This is not just a speed record for its own sake. The combination of vision support and extreme throughput is what changes what you can actually build.

Why agentic loops hate slow inference

The case for fast inference goes well beyond user experience. As agentic AI workflows proliferate, models are making many sequential calls, reasoning over longer context windows, and driving dramatically higher compute consumption. A single agentic task might call the model five or ten times in sequence: inspect an image, reason over it, call a tool, check the result, retry. As Cerebras CEO Andrew Feldman put it, "speed can become better answers. The longer your reasoning, the more iterations, the better answer you get."

At conventional GPU speeds of 50 to 100 tokens per second, those loops feel sluggish enough that developers design around them. At 1,800+ tokens per second, the loop becomes fast enough to keep a human or another agent in the feedback cycle in real time.

What Gemma 4 31B actually is

Gemma 4 31B is a dense 30.7B multimodal model supporting text, images, and video with a 256K context window, native thinking mode, function calling, and 140+ languages, released under Apache 2.0. Being a dense model (as opposed to a Mixture-of-Experts model, where only a fraction of parameters activate per token) means it achieves high quality without the large memory footprint that MoE architectures require.

Alpha Signal

Don't miss what's next in AI

Join 300,000+ engineers and researchers who get the signal, not the noise.

  • Full access to in-depth AI research breakdowns
  • Be the first to know what's trending before it hits mainstream
  • Daily curated papers, repos, and industry moves