AI/TLDR

Nemotron 3.5 Lightning

Released 11 August 2026: NVIDIA's 30B Mixture-of-Experts model with 3B active parameters, built as the fast execution layer for long-running agents and published under OpenMDW-1.1.

Overview

Nemotron 3.5 Lightning is the first model in NVIDIA's Nemotron 3.5 generation, published on 11 August 2026 alongside NeMo Switchyard, an open-source library that routes each step of an agent workflow to the model that fits it. NVIDIA positions Lightning not as a frontier reasoner but as the high-volume execution layer underneath one: the model that handles the many cheap, repetitive steps a long-running agent takes between its occasional hard decisions.

The architecture is a hybrid — Mamba-2 state-space layers interleaved with attention layers on top of a Mixture-of-Experts feed-forward stack — with 30 billion total parameters and 3 billion active per token. It carries the same shape and small size as Nemotron 3 Nano while scoring substantially higher across NVIDIA's evaluation suite. The context window runs to one million tokens, though NVIDIA's own serving guidance caps a single H100 at 256K because of memory rather than the model.

Weights ship under the permissive OpenMDW-1.1 license in two checkpoints — a BF16 release aimed at customisation and research, and an NVFP4 quantisation NVIDIA recommends for production inference — together with the pre-training and post-training datasets and the recipes used to build them. The model is served through vLLM, SGLang and TensorRT-LLM, supports speculative decoding via DSpark, DFlash or MTP, and is distributed through Hugging Face, ModelScope, OpenRouter and NVIDIA's own NIM microservices on build.nvidia.com. Supported languages are English, Spanish, French, German, Italian and Japanese, plus code.

NVIDIA's published table sets Lightning against Qwen 3.6 35B A3B, Gemma 4 26B A4B, GPT-OSS 20B and its own Nemotron 3 Nano and Super. It reads honestly: Lightning scores 81.94 on MMLU Pro, 75.44 on GPQA Diamond and 51.56 on SWE-bench Verified, well clear of Nemotron 3 Nano on every row but behind Qwen 3.6 35B A3B on most of them — including SWE-bench Verified (70.12), Terminal-Bench 2.1 (44.38) and GPQA Diamond (83.40). Its case is speed rather than peak accuracy: NVIDIA reports up to 4× the output speed of similarly-sized models, and its developer blog claims 10,000 PinchBench tasks completed 30% faster than Qwen3.6 35B at comparable accuracy.

Released2026-08-11
LicenseOpenMDW-1.1
WeightsOpen weights
Parameters30B total · 3B active (Mixture-of-Experts)
Context1M (256K on a single H100)
ArchitectureHybrid Mamba-2 + Mixture-of-Experts + attention
Knowledge cutoffSeptember 2025 (pre-training); May 2026 (post-training)
ModalitiesText
StatusGenerally available — open weights on Hugging Face

Benchmarks

NVIDIA's published reasoning-benchmark comparison for the BF16 checkpoint (11 August 2026). A dash means the source left the cell blank. GDPval-AA-V2 is an Elo-style rating, not a percentage.

BenchmarkNemotron 3.5 Lightning (BF16)Qwen 3.6 35B A3BGemma 4 26B A4BNemotron 3 NanoNemotron 3 SuperGPT-OSS 20B
MMLU Pro81.9485.6385.278.4683.8976.4
AA-Omniscience17.519.4722.1720.1526.6816.62
GPQA Diamond75.4483.479.6174.0578.671.46
Humanity's Last Exam11.7219.5617.4210.8920.313.76
SciCode32.635.3340.2830.0835.1138.63
SWE-bench Verified51.5670.1257.434.0863.0852.44
SWE-bench Multilingual39.3363.443.414.0749.841.93
Terminal-Bench 2.124.5844.3837.228.2939.6115.17
PinchBench85.3788.0774.766.1180.3657.2
BrowseComp36.9748.7426.313.7422.77
τ³-bench (Banking)9.2810.5214.027.0112.37
GDPval-AA-V2832 Elo1015 Elo807 Elo473 Elo746 Elo
IFBench71.8863.7177.2572.1771.9268.5
AA-LCR5261.0657.5632.7558.4432.88

Comparison source ↗

This model's scores

  1. PinchBench85.37%
  2. MMLU Pro81.94%
  3. GPQA Diamond75.44%
  4. IFBench71.88%
  5. AA-LCR52%
  6. SWE-bench Verified51.56%
  7. SWE-bench Multilingual39.33%
  8. BrowseComp36.97%
  9. SciCode32.6%
  10. Terminal-Bench 2.124.58%
  11. AA-Omniscience17.5%
  12. Humanity's Last Exam11.72%
  13. τ³-bench (Banking)9.28%

Scores on a 0–100 scale (25-point gridlines); higher is better. Each benchmark links to its published source.

Pricing

Input$0.08 / 1M tokens
Cached input$0.04 / 1M tokens
Output$0.20 / 1M tokens

OpenRouter's hosted rate for the open-weight model at 262K context — NVIDIA publishes weights rather than a first-party token price. A free 1M-context endpoint is also listed.

Pricing source ↗

Strengths

  • Permissively licensed under OpenMDW-1.1, with weights, pre-training and post-training datasets and recipes all published
  • 3B active parameters out of 30B keeps per-token compute — and cost — low for agent loops that make thousands of calls
  • 1M-token context, with NVIDIA-documented serving configurations for vLLM, SGLang and TensorRT-LLM
  • Speculative decoding supported out of the box through DSpark, DFlash or MTP draft strategies
  • 81.94 on MMLU Pro and 85.37 on PinchBench on NVIDIA's own evaluations — ahead of GPT-OSS 20B and Nemotron 3 Nano across the board

Best for

  • The execution tier of an agent stack, handling routine tool calls and sub-steps while a larger model makes the hard decisions
  • Self-hosted deployments where a permissive license and published training data matter more than topping a leaderboard
  • High-throughput batch work — classification, extraction, summarisation — where cost per token dominates
  • Research and customisation on an open hybrid Mamba-2/MoE architecture, using the BF16 checkpoint and NVIDIA's released recipes

How to access

ProviderModel ID
NVIDIA NIM (build.nvidia.com) ↗
OpenRouter ↗nvidia/nemotron-3.5-lightning
Hugging Face (weights) ↗nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-BF16

FAQ

Is Nemotron 3.5 Lightning open source?

The weights are published on Hugging Face under the OpenMDW-1.1 license, and NVIDIA also released the pre-training and post-training datasets and the recipes used to build the model. Two checkpoints are available: BF16 for customisation and research, and an NVFP4 quantisation NVIDIA recommends for production inference.

What hardware does it need?

It is a 30B Mixture-of-Experts model with 3B active parameters, so serving cost tracks the smaller active count. NVIDIA's model card documents vLLM as the recommended path on a single H100, where memory caps the usable context at 256K rather than the model's full 1M. SGLang and TensorRT-LLM are also supported, the latter through the NVFP4 release.

How does it compare with Qwen 3.6 35B A3B?

On NVIDIA's own published table, Qwen 3.6 35B A3B leads on most accuracy rows — SWE-bench Verified 70.12 vs 51.56, Terminal-Bench 2.1 44.38 vs 24.58, GPQA Diamond 83.40 vs 75.44. Lightning leads on IFBench (71.88 vs 63.71) and its argument is throughput: NVIDIA's developer blog reports 10,000 PinchBench tasks completed 30% faster than Qwen3.6 35B at similar accuracy.

What is NeMo Switchyard?

An open-source routing library NVIDIA released alongside Lightning on 11 August 2026. It sends each step of an agent workflow to whichever model fits that step, so a small fast model such as Lightning handles routine execution while a larger model is reserved for the hard decisions.

How long a context does it support?

Up to one million tokens. In practice the limit is memory rather than the model: NVIDIA's card notes 256K on a single H100, and OpenRouter serves the paid endpoint at 262,144 tokens and a free endpoint at the full 1M.