Google Quietly Releases Model with 4x Speed Boost

💡A 4x speed boost using diffusion for text could redefine inference efficiency standards.
⚡ 30-Second TL;DR
What Changed
4x inference speed improvement
Why It Matters
If diffusion models become viable for text, it could challenge the dominance of standard Transformer architectures in specific latency-sensitive tasks.
What To Do Next
Benchmark this new Google model against your current LLM for latency-critical text generation tasks.
Key Points
- •4x inference speed improvement
- •Applies diffusion models to text generation
- •Quiet release indicates focus on efficiency
🧠 Deep Insight
Web-grounded analysis with 13 cited sources.
🔑 Enhanced Key Takeaways
- •The new model, officially named DiffusionGemma, is an experimental open model released under an Apache 2.0 license, making it accessible for developers and researchers.
- •DiffusionGemma is a 26B Mixture of Experts (MoE) model, but it activates only 3.8B parameters during inference, allowing it to fit within 18GB of VRAM when quantized, making it suitable for high-end consumer GPUs.
- •Unlike traditional autoregressive models that generate text token-by-token, DiffusionGemma uses parallel text diffusion, generating entire blocks of text (specifically a 256-token canvas) simultaneously, which is key to its speed boost.
- •The model is multimodal, capable of processing interleaved text, image, and video inputs to generate text outputs, and supports over 140 languages with a 256K token context window.
- •DiffusionGemma is specifically optimized for speed-critical, interactive local workflows such as in-line editing, rapid iteration, and generating non-linear text structures, rather than prioritizing maximum output quality for production.
📊 Competitor Analysis▸ Show
While DiffusionGemma prioritizes speed for local, low-latency, single-user GPU workloads, its overall output quality is noted to be lower than standard Gemma 4, which Google recommends for maximum quality production work.
| Feature/Model | DiffusionGemma (Google) | Claude 4.5 Sonnet (Anthropic) | Gemini 2.5 Flash (Google DeepMind) | GPT-5 (OpenAI) |
|---|---|---|---|---|
| Primary Focus | Speed (4x faster inference), parallel text generation | Balance of quality, speed, cost, long context window | Speed at quality | Reasoning, coding, multimodal, agents |
| Architecture | 26B MoE (3.8B active), discrete text diffusion | Proprietary | Proprietary | Proprietary |
| Generation Method | Parallel block generation (256 tokens/pass) | Autoregressive (sequential) | Autoregressive (sequential) | Autoregressive (sequential) |
| Inference Speed | 1000+ tokens/sec (H100), 700+ tokens/sec (RTX 5090) | Fastest at quality (among closed models) | Fastest at quality (among closed models) | High performance, but not explicitly speed-focused like DiffusionGemma |
| Hardware Footprint | 18GB VRAM (quantized), consumer GPU compatible | Cloud API deployment | Cloud API deployment | Cloud API deployment |
| License | Apache 2.0 (open-source) | Closed | Closed | Closed |
| Quality Trade-off | Prioritizes speed over maximum quality | High quality for most tasks | Strong performance at competitive pricing | Perfect scores on math benchmarks, low hallucination |
🛠️ Technical Deep Dive
- Model Name: DiffusionGemma
- Architecture: 26B Mixture of Experts (MoE) model, built on the Gemma 4 backbone (specifically the 26B-A4B architecture). It activates only 3.8B parameters during inference.
- Generation Mechanism: Utilizes discrete text diffusion, moving away from token-by-token autoregressive decoding. It generates text by iteratively denoising blocks of tokens (a "canvas") in parallel.
- Parallelism: Generates entire blocks of text simultaneously, specifically a 256-token canvas per forward pass.
- Core Mechanism: Employs "Uniform State Diffusion," where highly confident tokens help resolve adjacent positions during denoising, with the full sequence converging over several passes.
- Attention Mechanism: Uses bidirectional attention during denoising, allowing every token on the canvas to attend to every other token, enabling real-time self-correction.
- Multimodality: Capable of processing interleaved text, image, and video inputs to generate text outputs.
- Context Window: Supports a 256K token context window.
- Language Support: Supports over 140 languages.
- Hardware Footprint: When quantized, the model fits within 18GB of VRAM, making it accessible for high-end consumer GPUs.
- Performance Benchmarks: Achieves over 1000 tokens per second on a single NVIDIA H100 GPU and over 700 tokens per second on an NVIDIA GeForce RTX 5090.
- Deployment Integration: Has day-zero support in vLLM, Hugging Face Transformers, MLX, Unsloth, NVIDIA NeMo, and Google Cloud's Model Garden.
- Encoder-Decoder Architecture: Uses an autoregressive encoder to process and cache prompt context, paired with a decoder that applies bidirectional attention over the generation canvas.
- Memory Optimization: Further lowers RAM consumption by keeping information in a lightweight data format called NVFP4.
🔮 Future ImplicationsAI analysis grounded in cited sources
⏳ Timeline
📎 Sources (13)
Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.
Weekly AI Recap
Read this week's curated digest of top AI events →
👉Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: 量子位 ↗