model releaseGoogle DeepMind

NVIDIA Releases Quantized DiffusionGemma 26B: 1,100+ Tokens/Second with 256K Context Window

TL;DR

NVIDIA released a quantized version of Google DeepMind's DiffusionGemma 26B A4B IT, a multimodal model with 25.2B total parameters (3.8B active) that processes text, image, and video inputs. The NVFP4-quantized model achieves generation speeds exceeding 1,100 tokens per second on NVIDIA H100 GPUs while supporting a 256K token context window.

2 min read
0

NVIDIA Releases Quantized DiffusionGemma 26B: 1,100+ Tokens/Second with 256K Context Window

NVIDIA released a quantized version of Google DeepMind's DiffusionGemma 26B A4B IT, a multimodal model with 25.2B total parameters (3.8B active) that processes text, image, and video inputs. The NVFP4-quantized model achieves generation speeds exceeding 1,100 tokens per second at low batch sizes on NVIDIA H100 GPUs while supporting a 256K token context window.

Technical Specifications

The model uses a Mixture-of-Experts (MoE) architecture built on Gemma 4 with 25.2B total parameters and 3.8B active parameters. NVIDIA quantized the weights and activations from 16 bits to 4 bits using Model Optimizer, reducing GPU memory requirements while maintaining benchmark performance within 1% of the full-precision baseline.

DiffusionGemma generates tokens in parallel 256-token blocks via discrete diffusion sampling with bidirectional attention, enabling the high generation speed. The model supports variable aspect ratios and resolutions for images through a configurable visual token budget (70, 140, 280, 560, or 1120 tokens per image) and processes videos up to 60 seconds at 1 frame per second.

Benchmark Performance

According to NVIDIA's evaluation with thinking mode enabled, the NVFP4-quantized model maintains near-parity with the BF16 baseline:

  • GPQA Diamond: 68.6% (baseline 69.4%)
  • AIME 2025: 67.33% (baseline 68.33%)
  • GSM8K: 94.01% (baseline 94.54%)
  • HumanEval: 95.00% (baseline 94.09%)
  • MMLU 0-Shot: 88.13% (baseline 88.50%)
  • MMLU Pro: 80.7% (baseline 81.0%)
  • IFEval: 94.56% (baseline 94.01%)

Key Features

The model includes native function calling, structured JSON output formatting, configurable thinking (reasoning) mode, and multilingual inference across 35+ languages. It supports text, image, and video inputs, with training data cutoff in January 2025.

Pricing information has not been disclosed. The model is available for commercial and non-commercial use under Apache 2.0 and Gemma Terms of Use, optimized for deployment on NVIDIA Hopper and Blackwell architectures via vLLM.

What This Means

NVIDIA's 4-bit quantization demonstrates that aggressive compression can maintain performance on academic benchmarks while delivering substantial efficiency gains. The 1,100+ tokens/second generation speed and 256K context window make this a competitive option for high-throughput multimodal applications, though real-world deployment will require validation on specific use cases. The MoE architecture's 3.8B active parameters out of 25.2B total suggests efficient inference scaling, but companies should verify the model's performance degradation on their proprietary evaluation sets before production deployment.

Related Articles

model release

Google DeepMind Launches Gemini 3.8 Live, Claims #1 Spot on Speech-to-Speech Benchmark

Google DeepMind has released Gemini 3.8 Live and Gemini 3.8 Live Extended Thinking, two voice-dialogue models that reason and execute background tasks without interrupting conversation. Google claims the Extended Thinking model ranks #1 on Artificial Analysis' Speech to Speech Quality Index with a score of 82.6.

model release

Google Launches Gemini 3.8 Live, Undercutting OpenAI's GPT-Live-1 on Price by Up to 70%

Google DeepMind released Gemini 3.8 Live and a reasoning-enhanced Extended Thinking variant for voice agents, pricing audio input at $0.005/minute versus OpenAI's $0.05/minute for GPT-Live-1. The Extended Thinking model tops the Artificial Analysis Speech-to-Speech Leaderboard with 82.6 percent.

model release

DeepSeek Ships V4.1-Flash With Novel Encoder-Decoder Architecture, Cuts KV Cache to 1/8 of Predecessor

DeepSeek released V4.1-Flash, a 763B-parameter model built on a new causal encoder-decoder architecture that splits 8B active parameters for prefill and 16B for decode. The model adds native vision support, a 1M-token context window, and shrinks KV cache footprint to roughly 1/8 of DeepSeek V4 Flash, while retiring V4 Pro.

model release

Unverified 'GPT Astra' Model Appears on OpenRouter With 1.05M Token Context, No OpenAI Confirmation

OpenRouter is listing a model called 'OpenAI GPT Astra Latest' with a 1.05 million token context window and $10/$50 per-million-token pricing. OpenAI has made no public announcement, and the listing's own description says it is an auto-redirecting alias rather than a fixed model.

Comments

Loading...