
Gemma 4 12B: Native Multimodality in 16GB
Google's June 3 checkpoint brings encoder-free image and audio input, agentic reasoning, and multi-token drafting to a laptop-sized open model.
Read MoreZharfAI Research
Model release desk

Google released DiffusionGemma on June 10, 2026 as an experimental Apache-2.0 model that generates blocks of text in parallel instead of committing to one next token at a time. The official announcement reports up to four times faster generation, more than 1,000 tokens per second on one H100, and more than 700 tokens per second on an RTX 5090.
The model has 26 billion total parameters but activates 3.8 billion through a mixture-of-experts path. A quantized checkpoint fits in about 18GB of VRAM. Google explicitly says overall quality is below standard autoregressive Gemma 4 and recommends the ordinary family when maximum quality matters. That caveat makes this a useful research release rather than a disguised replacement claim.
An autoregressive language model emits token 1, then token 2 conditioned on token 1, and continues sequentially. DiffusionGemma starts with a noisy or masked block and refines many positions together. The release describes 256 tokens generated in parallel per forward pass with bidirectional attention among positions.
Parallel refinement can use compute-heavy matrix operations instead of waiting on memory-bound, token-by-token decode. It can also revise an earlier position while considering later structure. That is valuable for infilling, editing, code patches, biological sequences, and graph-like outputs where future context helps.
The trade-off is convergence. The system must decide how many denoising steps to run and when a block is good enough. Fewer steps improve speed but can reduce coherence or exactness. The model's experimental status reflects that frontier.

The launch supplies concrete systems values and a qualitative intelligence comparison:
| Measure | DiffusionGemma result | Boundary |
|---|---|---|
| Total / active parameters | 26B / 3.8B | Sparse capacity, not the whole serving footprint |
| H100 generation | 1,000+ tokens/s | Vendor-optimized dedicated GPU setup |
| RTX 5090 generation | 700+ tokens/s | Hardware and kernel specific |
| Relative speed | Up to 4x | Compared in Google's latency-quality study |
| Quantized memory | About 18GB VRAM | Format and context affect the actual peak |
| Parallel block | 256 tokens | Positions refine together per step |
| Quality | Below standard Gemma 4 overall | Google recommends autoregressive Gemma for maximum quality |
Tokens per second in a diffusion system need careful definition. The model may refine the same block over several steps. Effective accepted output, time to a complete answer, and revision quality matter more than a raw internal token count.
Autoregressive decode is often memory-bandwidth bound because every token rereads large weights. Diffusion processes many positions per pass, creating larger matrix operations that can use GPU compute more efficiently. NVFP4 kernels further increase throughput on supported NVIDIA hardware.
The benefit is largest on dedicated GPUs with optimized kernels. Consumer cards, other vendors, or generic runtimes may see a different ratio. Prompt processing and context handling can still dominate short outputs. Batch and output length change the economics.
Benchmark end-to-end latency at fixed accepted quality. Include warm-up, prompt encoding, refinement steps, validation, and any fallback to an autoregressive model. Our inference latency guide provides the measurement layers.
Because every position can attend to the whole block, the model can fill a missing middle without regenerating everything before it. Google highlights inline editing, code infilling, amino-acid sequences, mathematical graphs, and nonlinear text structures.
These tasks should have dedicated rubrics. Code infill must compile and pass tests. Editing must preserve untouched text. Biological sequence generation needs domain constraints and is not a clinical recommendation. A fast block that violates structure is not useful.
Google demonstrates fine-tuning for Sudoku, where future constraints matter. The example illustrates architectural fit; it does not establish broad reasoning superiority. Diffusion may excel where global consistency can be refined and lag where long free-form coherence dominates.
A diffusion model exposes a natural knob: more refinement can improve output and increase latency. A fair report should plot quality across step counts rather than publish one maximum speed and one maximum score obtained under different settings.
For each target task, choose several step budgets and compare with Gemma 4 12B or 26B at equal wall time and equal hardware. Measure exact correctness, human preference, repetition, truncation, and edit preservation. Track variance because stochastic denoising can produce different outcomes.
The frontier evaluation guide applies even though the architecture is experimental: configuration, hardware, precision, dataset, and acceptance rule need versioning.
Apache 2.0 allows researchers to inspect, fine-tune, quantize, and deploy the checkpoint. DiffusionGemma is particularly valuable as a common base for studying schedulers, step distillation, speculative hybrids, and non-autoregressive interfaces.
The official DiffusionGemma model card should be treated as part of the executable specification. It records the checkpoint configuration and usage guidance that a speed result depends on. Pinning only the weight shards while changing the scheduler or number of refinement steps can produce a different model behavior in practice.
The release integrates with NVIDIA and local ecosystems, but engine support is less mature than for standard Transformers. Verify the exact repository, custom code, kernels, and license. Pin the model card and runtime. A quantized 18GB file is approachable; a safe product still needs monitoring and fallback.
Our open-model operations guide covers artifact integrity and release gates. Experimental models should use stricter shadow testing because upstream interfaces may change quickly.
DiffusionGemma is promising for inline completion, interactive editing, constrained infill, local rapid iteration, and research on alternative generation. It may also work as a fast draft model whose output is verified or refined by another system.
It is not Google's recommended default for maximum-quality general conversation or long-form production. The launch says standard Gemma 4 remains stronger overall. Applications that require exact citations, stable long narrative, or broad tool use should validate carefully.
The largest product opportunity may be hybrid routing: use diffusion when the task is bounded and latency-sensitive; escalate uncertain or long-form cases to an autoregressive model. The router needs deterministic task classes or validators rather than model confidence alone.
For release acceptance, include malformed prompts, long inputs, code blocks, multilingual text, and exact-format outputs. Compare refusal behavior and unsafe-content filters as well as fluency. Monitor repeated phrases, missing spans, and edits that leak beyond the selected region. These failure categories are more diagnostic than one human-preference average and help select a safe refinement budget.
DiffusionGemma is a major open-weight release because it challenges the sequential generation assumption with practical consumer-GPU numbers. Its most credible claims are systems claims: 26B/3.8B sparse architecture, 256-token parallel blocks, 18GB quantized footprint, and vendor-measured throughput.
The quality caveat is equally important. Teams should reproduce a quality-latency curve, not select the 4x headline in isolation. As an experimental platform, the model expands what open text generation can explore; as a production component, it needs bounded tasks, objective validation, and a fallback path.

Google's June 3 checkpoint brings encoder-free image and audio input, agentic reasoning, and multi-token drafting to a laptop-sized open model.
Read More
How sparse attention, persistent CUDA kernels, four-step distillation, and NVFP4 turn a 133-second pipeline into near-real-time video generation.
Read More
Google's July 21 family pairs a stronger workhorse, a 350-token-per-second volume model, and a restricted cybersecurity specialist.
Read MoreGet in touch with our team to discuss how we can help your business.