Google Ships A Diffusion Text Model
10JUN
Google open-sourced a model that writes text in blocks, not word by word. DiffusionGemma hits 1,000-plus tokens a second on one H100, roughly 4x faster than normal models. Free to download under Apache.
Most AI writes one token at a time. DiffusionGemma starts from noise and denoises 256-token blocks in parallel until clean text appears. That parallelism is where the speed comes from.
It's a 26B mixture-of-experts, only 3.8B active per step. It takes text, image, and video in. The catch: quality trails standard Gemma 4 on reasoning and coding.
Speed-critical jobs get a cheap new option. Watch whether diffusion text closes the quality gap. If it does, the token-by-token default starts to look optional.