Quick answer: NVIDIA Nemotron 3.5 Lightning 30B A3B is a hybrid Mamba-2 + Mixture-of-Experts + Attention model with 30B total / 3B active parameters and a context window up to 1M tokens. Released August 11, 2026 under the OpenMDW-1.1 license, it's built for long-running autonomous agents and efficient single-GPU deployment (1× DGX Spark or 1× H100). NVIDIA's own harness measured 51.6% on SWE-bench Verified, 83.4 on PinchBench, and 75.6% on GPQA Diamond for the NVFP4 checkpoint covered on this page.

Where Nemotron 3.5 Lightning leads
Where it lags
Best for: Long-running autonomous agents, sub-agent "workhorse" deployments inside larger agent systems, and local inference on personal hardware (DGX Spark, RTX 5090).
Nemotron 3.5 Lightning is NVIDIA's latest efficiency-focused release in the Nemotron family, built on a hybrid architecture that interleaves Mamba-2 state-space layers, Mixture-of-Experts layers, and a small number of Attention layers. Of its 30B total parameters, only about 3B are active per token — the "A3B" designation — which is what lets a model this size serve on a single H100 or a single DGX Spark (GB10) unit rather than requiring a multi-GPU cluster.
The release ships alongside three speculative-decoding strategies: DSpark (a semi-autoregressive drafter recommended for DGX Spark and low-concurrency data-center workflows), DFlash (a block-diffusion drafter), and MTP (Multi-Token Prediction, trained directly into the base model). NVIDIA reports DSpark delivering roughly a 15% output-throughput improvement over target-only decoding in independent community testing on DGX Spark hardware.
Pre-training used more than 20 trillion tokens with an NVFP4 recipe, and the model supports a context window of up to 1M tokens. Post-training combined supervised fine-tuning with multi-environment GRPO reinforcement learning across math, code, science, instruction-following, multi-step tool use, and structured-output environments. The NVFP4 checkpoint covered on this page is the result of a further post-training-quantization pass (Model Optimizer, four-over-six NVFP4 with FP8 KV cache).
NVIDIA positions the model explicitly for agentic use cases — long-running autonomous agents and "sub-agent workhorse" roles within larger multi-agent systems — rather than as a general chat-first flagship. Independent testing on DGX Spark (via vLLM 0.27.1) confirmed the deployment path works end-to-end, including nemotron_v3 reasoning-trace separation and native qwen3_coder-style tool calls.
| Field | Value |
|---|---|
| Organization | NVIDIA |
| Parameters | 30B total · ~3B active per token (MoE) |
| Architecture | Hybrid Mamba-2 + Mixture-of-Experts + Attention, with Multi-Token Prediction (MTP) heads |
| Context window | Up to 1M tokens |
| License | OpenMDW License Agreement, version 1.1 |
| Release date | August 11, 2026 |
| Modality | Text — English, Spanish, French, German, Italian, Japanese |
| Single-GPU deployment | 1× DGX Spark (GB10) or 1× H100 |
| Supported hardware | NVIDIA Blackwell (DGX Spark/GB10, GB200, RTX 5090); NVIDIA Hopper (H100, H200); NVIDIA Ampere via W4A16 |
| Recommended sampling | Temperature 1.0, Top-P 0.95 |
Open weights under the OpenMDW-1.1 license — no vendor API pricing. Self-hosted inference cost depends on the deployment target (single DGX Spark, single H100, or multi-GPU H100/GB200 configurations); NVIDIA publishes reference vLLM, TensorRT-LLM, and SGLang serving recipes for each.
| Benchmark | Score (NVFP4) | Score (BF16) | Source | Date |
|---|---|---|---|---|
| MMLU-Pro | 81.6% | 81.9% | NVIDIA model card | 2026-08 |
| AA-Omniscience | 16.6 | 17.5 | NVIDIA model card | 2026-08 |
| GPQA Diamond | 75.6% | 75.4% | NVIDIA model card | 2026-08 |
| Humanity's Last Exam | 10.5% | 11.7% | NVIDIA model card | 2026-08 |
| SciCode | 31.4% | 32.6% | NVIDIA model card | 2026-08 |
| SWE-bench Verified | 51.6% | 52.8% | NVIDIA model card | 2026-08 |
| Terminal-Bench 2.1 | 23.5% | 24.6% | NVIDIA model card | 2026-08 |
| PinchBench | 83.4 | 85.4 | NVIDIA model card | 2026-08 |
| BrowseComp | 36.8% | 37.0% | NVIDIA model card | 2026-08 |
| τ³ Banking | 9.5% | 9.3% | NVIDIA model card | 2026-08 |
| GDPVal-AA v2 | 865 | 832 | NVIDIA model card | 2026-08 |
| IFBench | 72.9% | 71.9% | NVIDIA model card | 2026-08 |
| AA-LCR | 49.2% | 52.0% | NVIDIA model card | 2026-08 |
Scores reported by NVIDIA under a consistent internal harness (NeMo Gym / NeMo Evaluator SDK); they may differ from other vendors' self-reported numbers on the same benchmarks. Not Benchgen measurements.
NVIDIA also reports SWE-bench Multilingual (39.3% NVFP4 / 36.5% BF16) — this benchmark does not yet have a Benchgen page, so it is noted here rather than in the scored leaderboard tables above.
The most distinctive result in NVIDIA's own evaluation suite is PinchBench, a real-world OpenClaw coding-agent benchmark spanning productivity, research, writing, coding, analysis, email, and memory tasks rather than synthetic academic exercises. At 83.4–85.4, Nemotron 3.5 Lightning lands well above many larger models on PinchBench's public leaderboard — a meaningfully different signal than its more modest Humanity's Last Exam (10.5–11.7%) or τ³ Banking (9.3–9.5%) scores, which test narrower academic or single-domain capability rather than end-to-end agent task completion.
That gap is exactly the kind of thing Benchgen's approach is built to surface: a model can look unremarkable on knowledge benchmarks while still being a strong choice for a specific production agent harness. Community testing on DGX Spark independently confirmed the deployment path (vLLM 0.27.1, DSpark speculative decoding, nemotron_v3 reasoning parser, qwen3_coder tool calling) works end-to-end, with DSpark giving roughly a 15% throughput uplift over target-only decoding at low concurrency — relevant context for anyone evaluating this model as a sub-agent workhorse rather than judging it purely on static leaderboard scores.
| Model | PinchBench | SWE-bench Verified | MMLU-Pro | Active Params | License |
|---|---|---|---|---|---|
| Nemotron 3.5 Lightning 30B A3B | 83.4 | 51.6% | 81.6% | 3B | OpenMDW-1.1 |
| Nemotron 3 Super 120B A12B | — | — | 83.7% | 12B | NVIDIA Open |
| Nemotron 3 Nano 30B A3B | — | 38.8 | 78.3 | 3.5B | NVIDIA Open |
| Qwen3 30B A3B | — | — | — | 3B | Apache 2.0 |
Nemotron 3.5 Lightning is NVIDIA's newest 30B-class agent model, trading a slightly smaller active-parameter budget than Nemotron 3 Nano for a hybrid Mamba/MoE/Attention design, native speculative decoding, and a much stronger showing on real-world agent evaluation (PinchBench) than static academic benchmarks alone would suggest.
Specs and benchmark scores from NVIDIA's Nemotron 3.5 Lightning 30B A3B NVFP4 model card (Hugging Face, released August 11, 2026) and the DGX Spark / GB10 developer forum thread. Last updated 2026-08-11.
This model isn’t on any benchmark leaderboard yet.