AI DevelopmentNew Release14 min readPublished August 11, 2026

30B total · 3B active · 13 of 14 rows go to Qwen 3.6 on NVIDIA’s own table

Nemotron 3.5 Lightning: 30B Built for Speed, Not Peak

NVIDIA published Nemotron 3.5 Lightning on August 11, 2026 — a 30B hybrid Mamba-2 plus MoE model with roughly 3B parameters active per token, released under OpenMDW-1.1. The honest headline sits in NVIDIA’s own model-card table: Qwen 3.6 35B A3B posts the higher number on 13 of 14 benchmark rows. The pitch is speed and cost per task, not peak accuracy — and that candor is the story.

DA
Digital Applied Team
Senior strategists · Published August 11, 2026
PublishedAugust 11, 2026
Read time14 min
SourcesNVIDIA blog · model cards · AA
NVIDIA's own table
13/14
rows where Qwen 3.6 35B scores higher
IFBench is the exception
Active per token
3B
of 30B total parameters
Output speed
293.2t/s
Artificial Analysis · #3 of 134 tracked
DeepInfra route
$0.05/M
input · $0.20 output per 1M
CoreWeave: $0.10 / $0.25

NVIDIA Nemotron 3.5 Lightning launched on August 11, 2026 — a 30-billion-parameter open-weight model that activates roughly 3B parameters per token, built as the fast “execution layer” for long-running agents rather than as an accuracy leader. NVIDIA’s own model card makes the trade explicit: across the 14 benchmark rows it publishes, Qwen 3.6 35B A3B posts the higher number on 13.

That is not a gotcha — it is the product thesis. The launch post leads with output speed and cost per task; the model card publishes the accuracy table that concedes almost every row to a similarly sized rival. Reading both documents together is the only honest way to evaluate this release.

This guide covers what shipped and where, the full 14-row scoreboard with every number attributed to NVIDIA’s own evaluation harness, the third-party speed data from Artificial Analysis, the architecture and the two context-window figures that are both vendor-true, the OpenMDW-1.1 license, per-route pricing on OpenRouter, and where an execution-tier model actually fits in an agent stack.

Key takeaways
  1. 01
    NVIDIA shipped an efficiency tier, not an accuracy leader.Nemotron 3.5 Lightning is a 30B hybrid Mamba-2 plus MoE model with roughly 3B active parameters per token, released August 11, 2026 as BF16 and NVFP4 checkpoints plus draft-model variants for speculative decoding.
  2. 02
    Qwen 3.6 35B A3B scores higher on 13 of 14 rows — in NVIDIA's own table.Every number comes from NVIDIA's NeMo Gym / NeMo Evaluator harness, and the card itself warns results may differ from vendors' self-reported figures. Lightning's only head-to-head win is IFBench (loose) — where Gemma 4 26B tops both.
  3. 03
    The speed story is real, but the score is third-party.Artificial Analysis measures 293.2 output tokens per second (#3 of 134 models on its tracker) and an Intelligence Index of 24 (#14 of 134). Those are AA's numbers, not NVIDIA's — the launch post cites the chart, the card cites the harness.
  4. 04
    Context is two true numbers, not one.The model card says up to 1M tokens, with 256K used for single-H100 deployment. The BF16 config sets 262,144 max positions; the NVFP4 config sets 1,048,576. OpenRouter displays 262K while Artificial Analysis displays 1M — both trace to real configs.
  5. 05
    Pricing is per-route, and the license is OpenMDW-1.1.On OpenRouter, DeepInfra serves it at $0.05 / $0.20 per 1M tokens and CoreWeave at $0.10 / $0.25 — attribute the price to the route. The license is OpenMDW-1.1, not Apache 2.0 and not the NVIDIA Open Model License.

01What LaunchedAn execution tier, shipped on five checkpoints.

NVIDIA published the launch post on its developer blog on August 11, 2026, and the Hugging Face model repos carry the same release date. So does the OpenRouter listing — unlike several recent open-weight releases, there was no marketplace listing lag on this one.

Five checkpoints shipped under the nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B family: a full-precision BF16 reference, a deployment-optimized NVFP4 quantization, a Base-BF16 pre-trained checkpoint, and two draft-model variants (NVFP4-DFlash and NVFP4-DSpark) for speculative decoding. The positioning is unambiguous: this is the small, fast “execution layer” in NVIDIA’s system-of-models framing — a frontier reasoning model plans and orchestrates, and a model like Lightning executes the high-volume steps: tool calls, result validation, subagent delegation, routine command runs.

Reference checkpoint
Lightning 30B-A3B BF16
Full precision · 262,144 max positions in config

The customization and post-training reference. Its config sets max_position_embeddings to 262,144 — the figure OpenRouter's 262K context display traces back to.

huggingface.co/nvidia/…-30B-A3B-BF16
Deployment checkpoint
Lightning 30B-A3B NVFP4
Quantized · 1,048,576 max positions in config

NVIDIA's recommended path for direct inference, using the same NVFP4 kernels that power Nemotron 3 Ultra across Blackwell, Hopper and Ampere (vendor-stated). Its config is where the 1M-token figure lives.

huggingface.co/nvidia/…-30B-A3B-NVFP4
The vendor's core argument
The launch post states the economics plainly: “Using a frontier reasoning model for every execution step adds cost and latency.” Lightning exists to take those steps instead — NVIDIA names OpenClaw and Hermes Agent as example harnesses running under its NemoClaw security and management stack, and is shipping a companion routing library, NeMo Switchyard, to move tasks between frontier and execution-tier models.

Lightning is the smallest tier of a family we have tracked since launch season began: Nemotron 3 Ultra at 550B is the reasoning and orchestration flagship, and Nemotron 3 Super at 120B sits in the middle — both appear as comparison columns in the benchmark table below. Lightning completes the ladder at 30B total, 3B active, and its job description is different from theirs: be cheap and fast enough to run constantly.

02The ScoreboardNVIDIA’s own table gives Qwen 13 of 14 rows.

The full accuracy table below is reproduced from the BF16 model card. One attribution rule governs every cell: these are NVIDIA’s own measurements of all six models, run under a single harness — not Alibaba’s numbers for Qwen, not Google’s for Gemma, not OpenAI’s for GPT-OSS. The card itself says so.

Attribution — read before the table
Verbatim from the model card: “Accuracy numbers measured by NVIDIA under a consistent harness (NeMo Gym / Nemo Evaluator SDK); they may differ from vendors’ self-reported numbers.” Every figure below, for every model in the table, carries that caveat.
Fourteen benchmark rows from the Nemotron 3.5 Lightning BF16 model card comparing Nemotron 3.5 Lightning, Qwen 3.6 35B A3B, Gemma 4 26B A4B, Nemotron 3 Nano, Nemotron 3 Super, and GPT-OSS 20B, all measured by NVIDIA under its NeMo Gym and NeMo Evaluator harness, with a derived row-leader column naming the highest score among the models shown. The four category headings that group the rows are ours, not the card’s.
BenchmarkLightning 3.5Qwen 3.6 35B A3BGemma 4 26B A4BNemotron 3 NanoNemotron 3 SuperGPT-OSS 20BRow leader
Knowledge and science
MMLU Pro81.9485.6385.2078.4683.8976.40Qwen 3.6 35B
AA-Omniscience17.5019.4722.1720.1526.6816.62Nemotron 3 Super
GPQA Diamond (no tools)75.4483.4079.6174.0578.6071.46Qwen 3.6 35B
HLE (text-only, no tools)11.7219.5617.4210.8920.3013.76Nemotron 3 Super
SciCode32.6035.3340.2830.0835.1138.63Gemma 4 26B
Software engineering and terminal
SWE-bench Verified51.5670.1257.4034.0863.0852.44Qwen 3.6 35B
SWE-bench Multilingual39.3363.4043.4014.0749.8041.93Qwen 3.6 35B
Terminal-Bench 2.124.5844.3837.228.2939.6115.17Qwen 3.6 35B
Agentic task completion
PinchBench85.3788.0774.7066.1180.3657.20Qwen 3.6 35B
BrowseComp36.9748.7426.3013.7422.77Qwen 3.6 35B
τ³-bench (Banking)9.2810.5214.027.0112.37Gemma 4 26B
GDPval-AA-V28321015807473746Qwen 3.6 35B
Instruction following and long context
IFBench (loose)71.8863.7177.2572.1771.9268.50Gemma 4 26B
AA-LCR52.0061.0657.5632.7558.4432.88Qwen 3.6 35B

All scores measured by NVIDIA under its NeMo Gym / NeMo Evaluator harness, as published on the Lightning BF16 model card. The “Row leader” column is our derivation: the highest value among the six models shown on that row. The four category headings that group the rows are ours too — the card publishes the fourteen rows as one flat list. The model card leaves the GPT-OSS 20B cell blank on three rows (shown as —); on those rows the leader is computed across the five reported columns.

Three readings of that table, all computed directly from NVIDIA’s published cells. First, the head-to-head: Qwen 3.6 35B A3B posts the higher number on 13 of the 14 rows. Lightning’s single win is IFBench (loose), at 71.88 versus Qwen’s 63.71. Second, the wider field: across all six models, Lightning is not the top score on a single row — Qwen leads 9 of the 14 rows outright, Gemma 4 26B A4B leads three, and Nemotron 3 Super leads two. Third, even Lightning’s lone head-to-head win is crowded: on IFBench, Gemma (77.25), Nemotron 3 Nano (72.17) and Nemotron 3 Super (71.92) all sit above Lightning’s 71.88.

The gaps are not uniform, though — and the shape of them is the useful part. Dividing Lightning’s score by Qwen’s on the same row (both from NVIDIA’s harness), Lightning lands within about 3 to 10 percent of Qwen on PinchBench, MMLU Pro and GPQA Diamond, but falls to roughly half to three-quarters of Qwen’s level on the agentic software rows — SWE-bench and Terminal-Bench — where sustained multi-step accuracy compounds.

Lightning as a share of Qwen 3.6 35B A3B, row by row · selected rows

Derived from the Lightning BF16 model card: Lightning's score divided by Qwen 3.6 35B A3B's score on the same row; both measured by NVIDIA's harness. IFBench (loose), the one row Lightning wins, is excluded — its ratio is 112.8%.
Qwen 3.6 35B A3B (same row)Reference — each row's Qwen score set to 100%
100%
PinchBenchLightning 85.37 vs Qwen 88.07
96.9%
MMLU ProLightning 81.94 vs Qwen 85.63
95.7%
GPQA DiamondLightning 75.44 vs Qwen 83.40
90.5%
AA-LCRLightning 52.00 vs Qwen 61.06
85.2%
BrowseCompLightning 36.97 vs Qwen 48.74
75.9%
SWE-bench VerifiedLightning 51.56 vs Qwen 70.12
73.5%
SWE-bench MultilingualLightning 39.33 vs Qwen 63.40
62.0%
Terminal-Bench 2.1Lightning 24.58 vs Qwen 44.38
55.4%

03The Speed StoryTwo documents, two stories — from the same vendor.

Here is the striking part: the accuracy table above does not appear in NVIDIA’s launch post at all. Of the two vendor documents we fetched, the 14-row table lives only on the Hugging Face model card. The launch post tells a different story from the same lab — it claims Lightning delivers “leading accuracy at the highest output speed in its class, winning the accuracy-versus-speed Pareto frontier on the Artificial Analysis Intelligence Index,” and cites “up to 4x output speed compared to similar-sized models” without naming a specific comparison model or benchmark for that particular figure.

The post’s sharpest benchmark claim is built on one row of the fourteen. Verbatim: “Nemotron 3.5 Lightning reaches 86% accuracy while completing 10,000 tasks 30% faster than Qwen3.6 35B at similar accuracy.” Set that against the card’s own PinchBench row — Lightning 85.37, Qwen 88.07 — and the “similar accuracy” phrasing is smoothing over a real 2.7-point gap. Both figures are NVIDIA’s own numbers; they are simply presented differently in two different vendor documents.

Document one
The model card
14-row accuracy table · NeMo Gym harness

Concedes 13 of 14 rows to Qwen 3.6 35B A3B and warns that its harness numbers may differ from vendors' self-reported figures. The candid document.

huggingface.co · published August 11, 2026
Document two
The launch post
Speed-first framing · Pareto-frontier chart

Leads with output speed, a third-party index chart, and a one-benchmark speed-at-similar-accuracy claim. Never reproduces the 14-row table. The marketing document.

developer.nvidia.com · published August 11, 2026
Third-party numbers — label them
The speed data underneath the marketing framing is real, but it belongs to Artificial Analysis, not NVIDIA. AA’s tracker scores Lightning at an Intelligence Index of 24 (ranked #14 of the 134 models in its comparison set — AA calls that “well above average among other open weight models” of similar size, against a median of 9) and measures output speed at 293.2 tokens per second, ranked #3 of 134. AA also flags the model as “very verbose” — roughly 100M output tokens generated across its eval versus a 42M median for its tracked set — and “somewhat expensive” per task among open-weight peers. Even the claim that the index “combines nine evaluations” is NVIDIA’s description of AA’s methodology, not AA’s own statement on the page we fetched.

Our read: this split is not hypocrisy, it is a genre forming. The model card is written for engineers who will benchmark before deploying; the launch post is written for the routing decision — “is this fast and cheap enough to be my agents’ workhorse?” Vendors are learning that an efficiency-tier model does not need to win accuracy rows to be a rational product, so the honest table ships on the card while the speed narrative ships on the blog. Meta made a similar small-model play the same week — Muse Glimmer 30B is the companion read. The lesson for buyers is mechanical: always read both documents, and treat any “similar accuracy” phrasing as a prompt to find the table it is summarizing.

04Under the HoodA hybrid Mamba-2 + MoE stack with 3B active.

The speed positioning rests on architecture, and the specifics are unusually well documented. The model card describes the network as interleaved Mamba-2 and mixture-of-experts layers with select attention layers — summarized on the card as a “Mixture-of-Experts Hybrid (Mamba + Transformer)” — and the config.json on both repos fills in the numbers: 52 hidden layers, hidden size 2,688, a 131,072-token vocabulary, and a router that picks 6 of 128 routed experts per token plus one always-on shared expert. NVIDIA states 30B total parameters with roughly 3B active per token; Hugging Face’s own file-metadata scan reports about 31.6B, consistent with 30B as a rounded figure.

Multi-Token Prediction (MTP) layers are baked in during a dedicated continued-pretraining stage — the same technique NVIDIA used on Nemotron 3 Super and Ultra — so speculative decoding is a first-class feature rather than an afterthought. Training ran from December 2025 to May 2026 (vendor-stated), with a September 2025 pre-training data cutoff and a May 2026 post-training cutoff.

Active parameters
of 30B total
3B

Per-token compute is the product: 6 of 128 routed experts fire per token, plus 1 shared expert (config.json, both repos). Hugging Face's file scan puts the total at ~31.6B in BF16.

NemotronHForCausalLM
Pre-training
tokens (vendor-stated)
20T+

The card's corpus breakdown lists roughly 9.1T tokens of Common Crawl and 2.1T of GitHub code, plus math, science and legal data and heavy synthetic generation — with Qwen, DeepSeek and GPT-OSS named explicitly as synthetic-data teacher models.

Pretrain cutoff: Sept 2025
Training pipeline
ending in GRPO RL
4stages

NVFP4-recipe pre-training via Megatron-LM, continued pre-training to align the MTP heads, supervised fine-tuning on synthetic code, math, science, tool-calling and long-range-retrieval data, then reinforcement learning via GRPO across seven environment types using NeMo RL and NeMo Gym, with an async architecture that decouples training from inference.

Post-train cutoff: May 2026

Language coverage is English-plus-code first, with Spanish, French, German, Italian and Japanese supported and Chinese called out for multilingual reasoning and translation in post-training, per the card. One more detail worth noting for reproducibility watchers: NVIDIA published the RL recipe surface alongside the model — NeMo Gym carries a Lightning 3.5 reproducibility document, and the launch includes an open agentic RL dataset, Nemotron-RL-Agentic-Terminal-Pivot-v1-nano35-release, that NVIDIA says trained some of the coding-agent capabilities.

05Context Window256K and 1M are both true.

Ask three surfaces for Lightning’s context window and you get two answers. OpenRouter’s listing displays 262K tokens. Artificial Analysis displays 1M. Neither is wrong, because the two checkpoints genuinely differ: the BF16 reference config sets max_position_embeddings to 262,144, while the config in the NVFP4 deployment repo sets 1,048,576 — a clean 4× apart, and both fetched directly from the repos’ config.json files.

The card's own phrasing
The model card resolves it in one line: “Up to 1M tokens (for single H100 deployment, we use 256K).” The correct way to report this model’s context is therefore both numbers — up to 1M tokens, with 256K as NVIDIA’s own single-H100 deployment guidance. A flat “262K context” and a flat “1M context” are each half the story.

Practically, that means the context you get depends on the checkpoint and the hardware you deploy on: the quantized NVFP4 path is where the 1M configuration lives, while a single 80GB H100 running NVIDIA’s recommended setup operates at 256K. Marketplace listings will keep disagreeing with each other about this model precisely because both configs are real — expect the same dual-figure pattern on any model that ships reference and deployment checkpoints with different position limits.

06The LicenseOpenMDW-1.1 — not Apache 2.0.

Lightning ships under the OpenMDW-1.1 model license — a distinct license from Apache 2.0 (different attribution scope, and its patent language takes a different shape than Apache’s grant) and equally distinct from the NVIDIA Open Model License that some other Nemotron-family releases have used. Getting the name right matters, because the terms are unusually permissive: the license grants permission “free of charge, to deal in the Model Materials without restriction” — commercial use included, with no field-of-use restrictions.

Three terms stand out for production use. Attribution obligations apply only when you redistribute the Model Materials themselves (retain the license and copyright notices) — not to downstream use of outputs. Rights terminate for any licensee who initiates patent or copyright litigation over the Model Materials, with defensive counterclaims excepted. And everything is provided as-is, with no warranties.

Outputs are unrestricted
Verbatim from the license text: it “does not impose any restrictions or obligations with respect to any use, modification, or sharing of any outputs generated” by the model. And the scope is broader than weights — NVIDIA’s launch post states that “the weights, training data, and recipes are released as permissively as possible under OpenMDW-1.1.”

OpenMDW-1.1 permits redistribution of the Model Materials outright, which is what keeps the downstream tooling path short: re-quantized and repackaged builds can be published by anyone, without a separate grant from NVIDIA.

07Pricing & AccessPriced per route, deployable on one H100.

NVIDIA does not sell Lightning by the token — it is an open-weight release, with a hosted preview on build.nvidia.com. Hosted pricing therefore lives with the inference providers, and on the OpenRouter listing the two paid provider routes at the time of writing quote meaningfully different rates. There is no single “OpenRouter price” for this model — attribute the rate to the route.

Per-provider pricing for Nemotron 3.5 Lightning on OpenRouter at the time of writing, showing the two paid provider routes, DeepInfra and CoreWeave, per one million tokens, plus the separately listed free variant, with notes on how each rate relates to the others.
RouteInput / 1MOutput / 1MCache read / 1MNotes
DeepInfra$0.05$0.20The listing’s headline/default rate — also the rate Artificial Analysis shows for this model
CoreWeave$0.10$0.25$0.052× DeepInfra on input and 1.25× on output, but adds a cache read rate
nemotron-3.5-lightning:free$0$0A separate rate-limited OpenRouter listing rather than a provider route on the main one; we did not confirm the exact limits

Rates from the OpenRouter listing for nvidia/nemotron-3.5-lightning at the time of writing. Provider routes and prices change frequently — verify before committing volume.

Self-hosting is the other half of access, and the vendor-stated floor is one 80GB GPU: a single H100 or A100, with support across NVIDIA Blackwell (GB200, RTX 5090), Hopper (H100, H200) and Ampere (A100). NVIDIA also markets the model for local and on-device use on DGX Spark, Jetson and RTX 5090, with third-party local tooling support listed for LM Studio, llama.cpp, Ollama and Unsloth. If you are sizing a machine for this class of model, our local-AI hardware guide by price bracket covers the trade-offs.

The launch-day ecosystem list NVIDIA published is long — its post names inference software (Ollama, LM Studio, Unsloth, Exo, Canonical), agent harnesses (Cline, LangChain, OpenHands, OpenCode, Factory AI and others), cloud platforms (Amazon SageMaker JumpStart, Microsoft Foundry, OCI) and hosted providers (Baseten, CoreWeave, Crusoe, DeepInfra, Fireworks AI, Together AI and more). Treat that as what it is: a vendor-published day-one partner list, not independently verified per partner.

08ImplicationsWhere an execution tier fits in your stack.

The right way to evaluate Lightning is not “is it better than Qwen” — NVIDIA’s own table already answers that on 13 of 14 rows — but “which steps in my agent workloads are currently overpaying for reasoning they don’t need.” That framing produces four concrete calls:

High-volume execution
Tool calls, validation, routine agent steps

This is the workload the model is explicitly built for: roughly 3B active parameters, MTP speculative decoding baked in, and third-party-measured 293.2 tokens/sec output (Artificial Analysis). Measure cost per completed task at your target accuracy, not benchmark rows.

Trial Lightning here
Peak accuracy per task
Hard reasoning and agentic coding

Qwen 3.6 35B A3B posts the higher score on 13 of 14 rows of NVIDIA's own table, and the gaps are widest on SWE-bench and Terminal-Bench. Where a single task's accuracy decides the outcome, an efficiency tier is the wrong default.

Benchmark Qwen-class first
Local and on-device
DGX Spark, RTX 5090, Jetson

NVIDIA markets Lightning for local deployment, the day-one tooling list covers LM Studio, llama.cpp, Ollama and Unsloth, and OpenMDW-1.1 removes most licensing friction. A strong shortlist candidate for on-device agent stacks.

Shortlist for local stacks
Orchestration
Planning, decomposition, review

Keep a frontier reasoning model on top. NVIDIA's own system-of-models framing pairs Lightning with its larger Nemotron siblings, routed by the new NeMo Switchyard library — plan with a big model, execute with a fast one.

Keep frontier on top

The speculative-decoding menu deserves a note, because it is where the speed positioning becomes configurable. MTP is built into the model and, per NVIDIA, is best suited for medium-to-high concurrency, with the optimal draft length shrinking as concurrency rises. DSpark is a provided draft model recommended for DGX Spark and low-concurrency data-center workloads — NVIDIA cites an arXiv paper as its basis, which we have not evaluated. DFlash is a separate draft model released alongside, with its own earlier NVIDIA technical post; NVIDIA has published no Lightning-specific DFlash performance figure that we can cite, so treat any speedup number you see attached to this model with suspicion until it is sourced.

Looking forward, we expect the execution-tier category to formalize fast. Routing libraries like Switchyard turn “which model do we use” into a per-step decision rather than a per-project one; per-route pricing spreads like DeepInfra-versus-CoreWeave make the marketplace layer part of the cost model; and vendor cards that openly concede accuracy rows suggest benchmark tables will matter less than dollars per completed task at a target accuracy. Teams running small-model and on-device agent stacks should treat this launch as the template for how those releases will be marketed from here on. If you want help building the eval-and-routing layer that makes these decisions with data rather than launch posts, that is exactly what our AI transformation engagements do.

09ConclusionThe scoreboard candor is the story.

The efficiency tier, August 2026

Speed is the product. Accuracy is the tradeoff. NVIDIA said both out loud.

Nemotron 3.5 Lightning is a well-documented, permissively-licensed, genuinely fast 30B model whose own vendor table concedes 13 of 14 benchmark rows to Qwen 3.6 35B A3B. Both halves of that sentence are the release. NVIDIA is not pretending to have shipped an accuracy leader — it shipped an execution tier, priced from $0.05 per million input tokens on the cheapest route, deployable on a single H100, and licensed so that weights, data and recipes travel freely.

The evaluation discipline this launch demands is the same one we keep returning to: read the model card, not just the launch post; attribute every number to whoever measured it; and when a vendor says “similar accuracy,” find the table. Here the card was candid enough to make that easy — the harness caveat and the losing rows are published side by side.

The forward bet is that this genre grows. System-of-models architectures need cheap executors far more often than they need new frontier peaks, and a model that runs at hundreds of tokens per second for cents per million will win a lot of routing decisions it would lose on a leaderboard. Judge Lightning — and every efficiency release that follows it — on cost per completed task at your target accuracy, measured on your own workloads.

Route models like an operator

The cheapest model that clears your accuracy bar wins the workload.

Our team helps businesses benchmark open-weight models against frontier APIs, build per-step routing between execution tiers and reasoning models, and measure cost per completed task on real workloads — delivered in days, not quarters.

Free consultationExpert guidanceTailored solutions
What we work on

Execution-tier model engagements

  • Benchmarking Lightning-class models on your workloads
  • Frontier-plus-executor routing architecture
  • Cost-per-task measurement and model selection
  • Local and on-device agent deployment
  • License and provider-pricing due diligence
FAQ · Nemotron 3.5 Lightning

The questions we get every week.

Nemotron 3.5 Lightning is an open-weight language model NVIDIA released on August 11, 2026 — a 30-billion-parameter hybrid of interleaved Mamba-2 and mixture-of-experts layers with select attention layers, activating roughly 3B parameters per token. It shipped as five checkpoints on Hugging Face: a BF16 reference for customization, an NVFP4 quantization recommended for deployment, a Base pre-trained checkpoint, and two draft-model variants for speculative decoding. NVIDIA positions it as the fast 'execution layer' in a system-of-models architecture — a frontier reasoning model plans and orchestrates while Lightning executes high-volume steps like tool calls and result validation. The OpenRouter listing went live with the same August 11 release date.
Related dispatches

Continue exploring open-weight releases.