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

Compact causal LLM for on-device assistants, coding agents and long-context tool use — ~2.52B parameters with a 131,072-token context, trained with SFT + RL + OPD and released with its UltraData training corpora and multi-format deployment checkpoints.

Hugging Face
AI Model2026

Provides a cybersecurity-focused CRACK variant of GLM-5.3 FP8 that reduces refusals for offensive-security, red-team, exploit-development and malware-analysis queries while retaining native FP8 speed on Hopper GPUs; MIT-licensed for authorized security work.

Hugging Face
AI Model2026

NVFP4-quantized checkpoint of Qwen3.8-Flash-Next for GPU-optimized multimodal autoregressive inference — routed MoE experts in W4A4 NVFP4 while attention/ancillary layers remain BF16; ~2.7× smaller than the BF16 source and supports very long contexts.