AIAny
AI Model2026
Icon for item

Nemotron-Labs-Diffusion-14B

A 14B dense tri‑mode language model that supports autoregressive, diffusion‑based parallel decoding, and self‑speculation—designed to increase token throughput and acceptance length; best suited for researchers and engineers exploring decode‑efficiency tradeoffs on NVIDIA hardware under the Nemotron Open Model License.

Introduction

Most generation work focuses on model architecture or scaling; Nemotron-Labs-Diffusion flips attention to the decoding stage. By letting a single model switch attention patterns at inference, it runs autoregressive (AR) decoding, diffusion‑based parallel drafting, and a hybrid "self‑speculation" loop that drafts with diffusion and verifies with AR—shifting generation from a memory‑bound to a compute‑bound regime and enabling substantial throughput gains.

Key Capabilities
  • Tri‑mode decoding: the same weights support AR, diffusion (parallel drafting), and self‑speculation (diffusion draft + AR verify). This lets a single model serve different latency/concurrency targets without retraining separate checkpoints.
  • Measured efficiency gains: reported improvements include multi× tokens‑per‑forward increases and higher acceptance lengths (e.g., ~3× higher acceptance length and ~2.2× speed vs. Qwen3‑8B‑Eagle3 in SGLang benchmarks cited by NVIDIA).
  • Real‑device speedups: NVIDIA reports real hardware speedups (examples: DGX Spark and GB200 results) and shows additional gains when using custom CUDA kernels and bfloat16 inference paths.
  • Model family & variants: available in 3B, 8B, and 14B dense sizes, with base, instruct, and vision‑language variants; integrates with transformers (>=5.0.0) and supports PyTorch workflows and optional LoRA adapters for the diffusion drafter.
Who It's For & Trade‑offs

Great fit if you: want to experiment with non‑AR decoding to raise throughput per model, are deploying on NVIDIA accelerators (GB200/DGX) or environments that can use custom CUDA kernels, or need a single checkpoint that supports both latency‑sensitive AR use and high‑throughput parallel drafting.

Look elsewhere if you: require permissive, unrestricted commercial licensing (this model is under the NVIDIA Nemotron Open Model License), must deploy primarily on CPU or non‑NVIDIA accelerators without equivalent kernel support, or prefer models that prioritize maximal instruction‑tuned accuracy over decode‑efficiency optimizations.

Where It Fits

Compared with contemporary LLMs focused solely on AR decoding (or MTP ensembles), Nemotron's main contribution is a practical path to trade memory pressure for extra compute by reusing weights across multiple token drafts. That makes it particularly relevant for infrastructure teams and researchers optimizing tokens‑per‑forward and end‑to‑end serving throughput rather than pure single‑turn per‑token latency.

More Items

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

Hugging Face
AI Model2026

A large open-weights MoE language model for complex coding, long-horizon agentic workflows, and cyber/security evaluations; post-trained from the GLM-5 family with substantial gains over GLM-5.2. Provides FP8/BF16 checkpoints and native support for very long contexts (up to 1M tokens).