model release

Google releases DiffusionGemma 26B, open-weight model generates 500+ tokens/second

TL;DR

Google has released DiffusionGemma 26B, an open-weight text generation model under Apache 2 license. The model generates over 500 tokens/second according to testing on NVIDIA's free NIM API, where it produced 2,409 tokens in 4.4 seconds.

1 min read
0

Google releases DiffusionGemma 26B, open-weight model generates 500+ tokens/second

Google has released DiffusionGemma 26B, an open-weight text generation model licensed under Apache 2. The model is based on Google's previously experimental Gemini Diffusion architecture from May 2025, which briefly appeared in preview before being withdrawn.

Performance metrics

The model demonstrates generation speeds exceeding 500 tokens per second. In testing on NVIDIA's NIM cloud API, DiffusionGemma 26B generated 2,409 tokens in 4.4 seconds when creating an image description. This represents a significant speed improvement over standard autoregressive language models.

Google's earlier Gemini Diffusion preview in May 2025 reportedly achieved 857 tokens per second, suggesting the architecture maintains high-speed generation capabilities.

Availability and access

The model is available as google/diffusiongemma-26B-A4B-it on Hugging Face. NVIDIA is currently hosting the model free of charge on their NIM cloud API platform, providing immediate access without local deployment requirements.

The 26B parameter model uses a diffusion-based approach to text generation rather than traditional autoregressive decoding, which enables parallel token generation and faster inference speeds.

Technical details

DiffusionGemma represents a departure from standard transformer architectures that generate tokens sequentially. Instead, the diffusion approach allows multiple tokens to be refined simultaneously during generation, similar to image diffusion models adapted for discrete text.

The "A4B" designation in the model name likely indicates architecture-specific configuration details, though Google has not released full technical specifications.

What this means

DiffusionGemma 26B validates diffusion architectures as a viable alternative to autoregressive generation for language models. The 500+ tokens/second speed, combined with Apache 2 licensing, makes this the fastest openly available language model by generation speed. This could shift inference economics for applications requiring high-throughput text generation, though quality comparisons with standard models like Llama or Gemma remain to be established through independent benchmarking.

Related Articles

model release

Google Launches Lyria 3.5 AI Music Model Directly Inside the Gemini App

Google has released Lyria 3.5, a new AI music generation model, directly inside the Gemini app alongside availability in AI Studio, Flow Music, and Vids. Google claims the model was trained exclusively on licensed content and produces more expressive vocals than its predecessor.

model release

OpenAI Launches GPT-Image 2.5 With Two New API Models: Sunburst and Flare

OpenAI has released ChatGPT Images 2.5, introducing two new API model IDs — gpt-image-2.5-sunburst and gpt-image-2.5-flare — with improved multi-turn instruction following and better preservation of subjects from reference photos. OpenAI says its image models have now generated more than 3 billion images across ChatGPT and the API.

model release

OpenAI's GPT-6 Astra Launches on Amazon Bedrock With 1M-Token Context Window

OpenAI's GPT-6 Astra is now generally available on Amazon Bedrock, offering a context window of up to 1 million input tokens and deep reasoning for enterprise workflows. It is the first OpenAI model to reach OpenAI's Critical classification for cybersecurity capability under its Preparedness Framework.

model release

OpenAI Launches ChatGPT Images 2.5, Cuts Generation Latency by Up to 50%

OpenAI has released ChatGPT Images 2.5, an upgrade to its image generation system that cuts latency by up to 50% compared to Images 2.0 and improves multi-turn editing accuracy. The company also launched two API-accessible models, GPT-Image-2.5 Flare and Sunburst, for developers.

Comments

Loading...