Quick answer: DiffusionGemma 26B-A4B is Google DeepMind's open-weight diffusion-based language model — a fundamentally different architecture from standard autoregressive LLMs. Rather than generating tokens left-to-right, it iteratively denoises an entire output sequence in parallel, with 26B total parameters and 4B active per denoising step.
Where DiffusionGemma leads
Where it lags
Best for: research on diffusion-based generation, controlled text editing tasks, and applications where parallel refinement is preferable to sequential decoding.
Diffusion language models apply the iterative denoising approach from image diffusion (Stable Diffusion, DALL-E) to text generation. The model starts with a noisy sequence and progressively refines it over multiple forward passes until the output converges to a coherent, high-quality text sequence.
DiffusionGemma 26B-A4B is Google DeepMind's research contribution to this space — using the Gemma 4 architecture (Mixture of Experts, 26B total / 4B active) as the backbone for a diffusion LLM. The open-weight release enables the research community to study, fine-tune, and benchmark diffusion-based language generation.
| Field | Value |
|---|---|
| Organization | Google DeepMind |
| Architecture | Diffusion LLM (not autoregressive) |
| Total parameters | 26 billion |
| Active parameters per step | 4 billion |
| License | Gemma Terms of Use |
| Modality | Text |
| Generation method | Iterative denoising |
| HuggingFace | google/diffusiongemma-26b-a4b |
Last updated 2026-06-19.
Open weights under Gemma Terms of Use — self-host at no cost.
| Model | MMLU-Pro | License |
|---|---|---|
| DiffusionGemma 26B A4B | 77.6% | Gemma ToU |
| Gemma 4 26B A4B | — | Gemma ToU |
| Gemma 4 12B | 77.2% | Gemma ToU |
DiffusionGemma 26B A4B uses diffusion decoding (vs autoregressive). Similar MMLU-Pro to Gemma 4 12B (77.6% vs 77.2%).
Scores from Benchgen evaluations. Last updated 2026-07-24.