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.
| Released | 2026-08-11 |
|---|---|
| License | OpenMDW-1.1 |
| Weights | Open weights |
| Parameters | 30B total · 3B active (Mixture-of-Experts) |
| Context | 1M (256K on a single H100) |
| Architecture | Hybrid Mamba-2 + Mixture-of-Experts + attention |
| Knowledge cutoff | September 2025 (pre-training); May 2026 (post-training) |
| Modalities | Text |
| Status | Generally 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.
| Benchmark | Nemotron 3.5 Lightning (BF16) | Qwen 3.6 35B A3B | Gemma 4 26B A4B | Nemotron 3 Nano | Nemotron 3 Super | GPT-OSS 20B |
|---|---|---|---|---|---|---|
| MMLU Pro | 81.94 | 85.63 | 85.2 | 78.46 | 83.89 | 76.4 |
| AA-Omniscience | 17.5 | 19.47 | 22.17 | 20.15 | 26.68 | 16.62 |
| GPQA Diamond | 75.44 | 83.4 | 79.61 | 74.05 | 78.6 | 71.46 |
| Humanity's Last Exam | 11.72 | 19.56 | 17.42 | 10.89 | 20.3 | 13.76 |
| SciCode | 32.6 | 35.33 | 40.28 | 30.08 | 35.11 | 38.63 |
| SWE-bench Verified | 51.56 | 70.12 | 57.4 | 34.08 | 63.08 | 52.44 |
| SWE-bench Multilingual | 39.33 | 63.4 | 43.4 | 14.07 | 49.8 | 41.93 |
| Terminal-Bench 2.1 | 24.58 | 44.38 | 37.22 | 8.29 | 39.61 | 15.17 |
| PinchBench | 85.37 | 88.07 | 74.7 | 66.11 | 80.36 | 57.2 |
| BrowseComp | 36.97 | 48.74 | 26.3 | 13.74 | 22.77 | — |
| τ³-bench (Banking) | 9.28 | 10.52 | 14.02 | 7.01 | 12.37 | — |
| GDPval-AA-V2 | 832 Elo | 1015 Elo | 807 Elo | 473 Elo | 746 Elo | — |
| IFBench | 71.88 | 63.71 | 77.25 | 72.17 | 71.92 | 68.5 |
| AA-LCR | 52 | 61.06 | 57.56 | 32.75 | 58.44 | 32.88 |
This model's scores
- PinchBench85.37%
- MMLU Pro81.94%
- GPQA Diamond75.44%
- IFBench71.88%
- AA-LCR52%
- SWE-bench Verified51.56%
- SWE-bench Multilingual39.33%
- BrowseComp36.97%
- SciCode32.6%
- Terminal-Bench 2.124.58%
- AA-Omniscience17.5%
- Humanity's Last Exam11.72%
- τ³-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.
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
| Provider | Model 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.
