DiffusionGemma tests a faster path for open-weight text models
Google’s experimental DiffusionGemma trades some polish for speed, testing whether open-weight text models can feel more interactive on local and dedicated GPUs.

Google’s DiffusionGemma is not trying to be the new default Gemma. It is a more interesting experiment than that: an open-weight text model that asks whether developers will trade some output polish for a much faster, more interactive generation loop.
The model, google/diffusiongemma-26B-A4B-it, is a 26B Mixture-of-Experts system based on Gemma 4 with 3.8B active parameters at inference time. Instead of generating one token after another, it works on 256-token blocks through diffusion-style denoising, providing advantages for domains like in-line editing and mathematical graphs. Google says that can reach more than 1,000 tokens per second on a single NVIDIA H100 and more than 700 tokens per second on a GeForce RTX 5090, with quantized deployments fitting in roughly 18GB of VRAM.
The expert read: this is Google moving Gemma into the same latency conversation that usually belongs to smaller open models, speculative decoding and optimized serving stacks. OpenAI and Anthropic still sell the most polished managed frontier-model experience, but Google’s open-weight strategy gives builders another lever: run a specialized model close to the user, on your own GPU budget, and optimize for feel rather than leaderboard prose. That matters for inline editing, code infill, constrained generation and local agent loops where waiting for a model to type every token is the product problem.
Google is also being clear about the trade-off. Standard Gemma 4 remains the better default when quality is the priority. DiffusionGemma is for speed-critical experiments where parallel block generation, bidirectional refinement and local deployment are the point. Developers can test the weights on Hugging Face, follow Google’s developer guide, use vLLM’s native DiffusionGemma integration, or try NVIDIA’s NIM-hosted OpenAI-compatible endpoint under the same model name.
References:
