Reviewed by Jonathan West · Updated Aug 14, 2026

Nemotron 3.5 Lightning vs Nemotron 3: The Same-Line Upgrade Question

How NVIDIA's fast 30B-A3B agent model compares to the Nemotron 3 size ladder, and when a move is worth it.

Reviewed by Jonathan West · Updated Aug 14, 2026

Nemotron 3.5 Lightning is a same-line successor to Nemotron 3, built around one fast 30B model instead of a size ladder. NVIDIA released it on August 11, 2026 as an open-weight model with 3B active parameters.

Nemotron 3, from December 2025, ships as a family: Nano at 3B active, Super at 12B active, and Ultra at 55B active. Both lines use a hybrid design and both reach up to 1 million tokens of context.

The short answer: upgrade for speed and cost on high-volume agent loops, stay for the size ladder. Both are open weights with no per-token fee when self-hosted, so a test is cheap to run.

This guide compares the two on architecture, speed, agentic focus, and NVIDIA's published benchmarks. It ends with a plain call on when to upgrade and when to stay put.

Nemotron 3.5 Lightning vs. Nemotron 3: Side-by-Side

DimensionNemotron 3.5 LightningNemotron 3
Parameters / activeOne model: 30B total, 3B active (A3B Mixture-of-Experts).A family: Nano 3B, Super 12B, Ultra 55B active. Pick a tier to match the job.
ArchitectureHybrid: interleaved Mamba-2 layers, MoE layers, and select Attention layers.Hybrid Mamba-Transformer MoE across all three tiers.
Context windowUp to 1 million tokens.Up to 1 million tokens.
SpeedBuilt for throughput; NVIDIA claims up to 4x output speed vs similar-sized models.Speed scales down as you climb tiers; Ultra trades speed for headroom.
Benchmarks (BF16, NVIDIA-published)SWE-bench Verified 51.56, GPQA Diamond 75.44, MMLU Pro 81.94, PinchBench 85.37.Published per tier at the December 2025 launch; verify current numbers on each model card.
LicenseOpenMDW-1.1: open weights, plus released data and training recipes.NVIDIA Open Model License.
Best forLong-running agents that need fast, cheap, specialized task execution.Teams that want a capability ladder to match model size to each workload.

Architecture: One Fast Model vs a Size Ladder

The core difference is shape: Nemotron 3.5 Lightning is a single 30B model, while Nemotron 3 is a family of three sizes. Lightning activates just 3B of its 30B parameters per token, an A3B Mixture-of-Experts pattern.

Both lines are hybrids, not plain Transformers. Lightning interleaves Mamba-2 state-space layers, MoE layers, and a few Attention layers. Nemotron 3 uses a hybrid Mamba-Transformer MoE across Nano, Super, and Ultra.

The design goals differ. Nemotron 3 lets you climb tiers when a task needs more capability. Lightning bets that one well-tuned small-active model can cover most agent work at higher speed.

Mamba-2 layers help here. They process long sequences with lower memory growth than pure Attention, which is part of why both lines reach 1M context. Lightning leans on that hybrid mix to stay fast at its small active size.

Weighing a move from Nemotron 3 to Nemotron 3.5 Lightning? We help teams benchmark open-weight models on their own agent workloads before committing.

Book a Consultation

Context Window: A Tie at 1 Million Tokens

Both models handle up to 1 million tokens of context, so neither wins on raw window size. That is enough for large codebases, long agent histories, or many documents at once.

What differs is cost per long call. Lightning keeps only 3B parameters active, so long-context runs stay cheaper and faster on the same hardware. Nemotron 3 Super and Ultra activate more, which raises the price of very long sessions.

For agents that reread a growing memory on every step, active-parameter count matters more than the ceiling. Lightning's low active count is the practical edge here, not the window itself.

Do not treat 1M tokens as free. Filling the window still costs compute and time, so most agents work best with careful context management rather than dumping everything in. The high ceiling is a safety margin, not a default setting.


Speed and Agentic Focus

Speed is where Lightning is meant to pull ahead. NVIDIA positions it for fast, accurate, specialized task execution inside long-running agents, and claims up to 4x output speed versus similar-sized models.

That framing is narrower than Nemotron 3's. The Nemotron 3 family is a general ladder you size to the task. Lightning is tuned for agent loops that run the same kind of step thousands of times.

In our work evaluating open-weight models for clients, the upgrade that pays off is the one tied to a real agent workload, not a benchmark score. A model that is 4x faster on a tight loop changes unit economics; a model that is 4x faster on a task you run twice a day does not.


Benchmarks: Read Them as NVIDIA's Published Numbers

NVIDIA publishes strong scores for the Lightning BF16 checkpoint. The headline figures are SWE-bench Verified 51.56, GPQA Diamond 75.44, MMLU Pro 81.94, and PinchBench 85.37.

Treat these as NVIDIA's own reported results, not independent tests. Nemotron 3 published its scores per tier at its December 2025 launch, and the tiers differ, so a fair read compares Lightning to a specific Nemotron 3 size.

The takeaway is to verify on the model card before you commit. Benchmarks move with checkpoint updates, and a 30B-A3B model beating or matching a larger tier on one test does not mean it wins on your task.

SWE-bench Verified is the most relevant score for coding agents, since it measures real software fixes. GPQA Diamond and MMLU Pro test reasoning and broad knowledge, while PinchBench adds another lens. Weigh the benchmark that maps to your actual workload, not the highest number.


License and Openness

Lightning ships under OpenMDW-1.1, and NVIDIA released the weights plus training data and recipes. That is a more open package than Nemotron 3, which uses the NVIDIA Open Model License.

For most business users, both are self-hostable open weights with no per-token fee. You pay for hardware and operations, not for tokens, unless you use a hosted endpoint.

The recipe and data release matters for teams that want to reproduce or extend the model. If you plan to fine-tune or audit training data, Lightning gives you more to work with.


Checkpoints, Training, and How to Run It

Nemotron 3.5 Lightning ships in two checkpoints: NVFP4, a 4-bit format, and BF16. The 4-bit build lowers memory needs, while BF16 keeps higher precision for quality-sensitive work.

NVIDIA pre-trained the model on more than 20 trillion tokens. You can run it as a hosted API on build.nvidia.com, locally on RTX or DGX hardware, or through open serving stacks like vLLM.

Nemotron 3 does not offer this exact checkpoint pair, so serving choices differ between the lines. If you want a 4-bit build to fit tighter GPUs, Lightning gives you that option out of the box.

NVIDIA also shipped NeMo Switchyard alongside the model. It is a separate model router, not part of the model, and it can direct requests across models in a mixed stack. That helps if you keep both Lightning and a Nemotron 3 tier in service and route by task.


When to Upgrade and When to Stay

Upgrade to Lightning when your bottleneck is agent speed or cost per step. A high-volume loop that runs the same task thousands of times is the clearest win, especially with the 4x speed claim and a 3B active count.

Stay on Nemotron 3 when you rely on the size ladder. If you route easy calls to Nano and hard calls to Ultra, one 30B model may not replace all three tiers cleanly.

Also weigh the switch cost. Both are open weights and both hit 1M context, so migration is mostly prompt tuning and serving changes, not a rewrite. Test Lightning on your real workload before you retire Nemotron 3.

A common middle path is to run both. Route high-volume, repetitive agent steps to Lightning for speed, and keep a Nemotron 3 tier for the rare task that needs more capability. NeMo Switchyard can handle that routing without a full re-architecture.


The Verdict

Pick Nemotron 3.5 Lightning if your main constraint is speed and cost inside long-running agents. Its 30B-A3B design and up to 4x output speed target exactly that job, and its more open OpenMDW-1.1 license and released recipes make it friendlier to fine-tune.

Stay on Nemotron 3, or keep it alongside, if you depend on the Nano, Super, and Ultra ladder to match model size to task difficulty. A single 30B model can simplify your stack, but it may not cover the top-end work that Ultra handles.

The safe path is a side-by-side test. Both reach 1M context and both are self-hostable open weights, so you can run Lightning against your current Nemotron 3 workload and compare speed, cost, and quality on tasks you actually ship. Verify all benchmark numbers on the official model card first.

Sources & Disclaimer

Researched from primary vendor documentation and public regulator sources. Pricing and availability are accurate as of Aug 14, 2026 and can change — confirm current terms with each vendor before you buy.

Frequently Asked Questions

  • Nemotron 3.5 Lightning is better for fast, cheap agent task execution, while Nemotron 3 is better when you need a size ladder from Nano to Ultra. Lightning is one 30B model with 3B active, and NVIDIA claims up to 4x output speed versus similar-sized models. Nemotron 3 lets you match a bigger tier to a harder task.
  • Yes, both Nemotron 3.5 Lightning and Nemotron 3 support up to 1 million tokens of context. The difference is cost per long call, since Lightning keeps only 3B parameters active while Nemotron 3's larger tiers activate more.
  • Migrate if your bottleneck is agent speed or cost per step, and stay if you rely on the Nemotron 3 size ladder. Both are open weights at 1M context, so migration is mostly prompt tuning and serving changes. Test Lightning on your real workload before retiring Nemotron 3.
  • NVIDIA publishes BF16 scores of SWE-bench Verified 51.56, GPQA Diamond 75.44, MMLU Pro 81.94, and PinchBench 85.37 for Nemotron 3.5 Lightning. These are NVIDIA's own reported numbers, so verify the current figures on the official model card.
  • Nemotron 3.5 Lightning uses the OpenMDW-1.1 license, and NVIDIA also released its training data and recipes. Nemotron 3 uses the NVIDIA Open Model License. Both are self-hostable open weights with no per-token fee when you run them yourself.
  • Yes, Nemotron 3.5 Lightning runs locally on RTX and DGX hardware and through open serving stacks like vLLM, just as Nemotron 3 does. Lightning also ships NVFP4 4-bit and BF16 checkpoints, so you can pick a build that fits your GPU memory. A hosted API is available on build.nvidia.com if you prefer not to self-host.
  • Not always; Nemotron 3.5 Lightning is one 30B model, while Nemotron 3 spans Nano, Super, and Ultra. If you route easy calls to Nano and hard calls to Ultra, a single model may not cover the full range cleanly. Test Lightning on your hardest tasks before you retire the Ultra tier.

Deciding whether to migrate your agents to Nemotron 3.5 Lightning?

Layer3 Labs does not sell any model. We help teams test open-weight models against a real workload and decide whether an upgrade is worth the switch cost. Book a consultation to plan the evaluation.

Book a Consultation