AIAny
AI Model2026
Icon for item

DiffusionGemma 26B A4B

Generates text from interleaved text, image, and short-video inputs using discrete diffusion and block‑autoregressive multi‑canvas sampling; built on a sparse MoE (8/128) Gemma 4 backbone and optimized for low‑latency inference and very long contexts (up to 256K tokens).

Introduction

Most multimodal LLMs follow token‑by‑token autoregression; DiffusionGemma deliberately replaces that bottleneck with block‑wise discrete diffusion, denoising 256‑token canvases in parallel to boost throughput while keeping a deployable memory footprint via sparse Mixture‑of‑Experts.

What Sets It Apart
  • Discrete diffusion + multi‑canvas sampling: generates blocks of tokens (canvas length 256) via iterative denoising rather than strict token‑by‑token decoding, which raises tokens‑per‑second in low batch, single‑accelerator settings. In published configs it reports multi‑forward‑pass speeds (e.g., 15–20 tokens per forward pass) enabling high TTK on modern accelerators.
  • Sparse MoE efficiency: 8 active experts out of 128 (with a small active parameter set ~3.8B) reduces runtime memory compared with dense 25B models while retaining strong reasoning capacity and multimodal capabilities.
  • Multimodal + long context: supports interleaved text, image, and short‑video frames, variable image token budgets (70–1120), and a very large context window (up to 256K tokens), making it suitable for document parsing, OCR, and long conversations.
  • Open‑weights, documented safety work: released with an Apache‑2.0 license and model card describing filtering, safety evaluations, and known limitations; trained on data through January 2025.
Who It's For and Tradeoffs

Great fit if you need faster, low‑latency multimodal text generation on a single accelerator, especially for tasks where batching is small and long context or vision parsing (OCR, document QA) matters. It is useful for researchers and engineers experimenting with diffusion‑based text generation or deploying multimodal agents with system‑prompt control. Look elsewhere if peak benchmark accuracy on standard reasoning or coding benchmarks is your top priority: DiffusionGemma trades some benchmark performance versus Gemma 4 (reported lower scores on multiple benchmarks) in exchange for decoding speed and inference efficiency. Also, diffusion samplers require careful configuration (denoising steps, entropy bounds) and may need more tuning than autoregressive sampling for some tasks.

Where It Fits

Positioned between research and applied deployment: it is an open‑weights, experiment‑friendly alternative to dense autoregressive Gemma variants, aimed at low‑latency multimodal applications that prioritize throughput and long‑context handling over absolute top leaderboard scores.

More Items

Hugging Face
AI Model2026

Automates end-to-end web workflows from browser screenshots by emitting pixel-grounded actions (click, type, scroll, visit, search). Vision-first multimodal agent fine-tuned from Qwen3.5-27B with critical-point safety checks; intended for sandboxed, human-supervised deployments.

Hugging Face
AI Model2026

A text-only open-weight MOE code model (35B total, 3B active) fine-tuned with SFT+RL for agentic coding; achieves strong agentic-code benchmarks, supports 262k context and deployment via Transformers/vLLM; vision weights are not included.

Hugging Face
AI Audio2026

Generates controllable multilingual speech from text with nine predefined timbres and custom-voice control; supports voice design, quick voice cloning and low-latency streaming (first audio packet after a single character), suitable for real-time TTS and voice-design workflows.