Nemotron 3.5 Lightning
NVIDIA's 11 Aug 2026 release, the smallest model in the Nemotron 3 family (sibling to Nemotron 3 Ultra, distinct from the catalog's Nemotron 3 Nano Omni). Hybrid Mamba-2 + MoE + attention architecture, 30B total / 3B active params, pretrained on 20T+ tokens with an NVFP4 recipe, under NVIDIA's permissive OpenMDW-1.1 license (open weights, training data, and recipes; commercial use allowed). 1M-token context. Ships with multi-token-prediction draft models (DSpark, DFlash) for speculative decoding and is single-GPU deployable (1x DGX Spark or 1x H100). Alongside it NVIDIA released NeMo Switchyard, an open-source agent-routing library. Vendor-reported: MMLU Pro 81.9, GPQA Diamond 75.4, SWE-bench Verified 51.6-52.8, PinchBench 86% accuracy (30% faster than Qwen3.6 35B). No independent Arena placement yet as of 17 Aug 2026; hosted via build.nvidia.com and OpenRouter, but paid-tier pricing wasn't confirmed at the time of writing — verify before quoting a rate.
1M
tokens
33K
tokens
Self-host
open weights
Self-host
infra cost only
—
tokens/sec
Aug 2026
2026-08-11
—
self-host
—
n/a self-host
Capabilities
Benchmarks
Price vs Quality
Context Window in Context
- ▸ Nemotron 3.5 Lightning1M
- GPT-4.11M
- Gemini 2.5 Pro1M
- Gemini 2.0 Flash1M
- Llama 4 Maverick1M
- GPT-5.51M
- GPT-5.5 Pro1M
- Claude Opus 4.71M
Compare With
Open Source: Licensed under OpenMDW-1.1
Not on our gateway yet
Nemotron 3.5 Lightning is open-weight, so you can run it yourself. Swfte Connect turns your deployment into a managed endpoint that speaks the same API as every other model in this directory.
curl https://api.swfte.com/agents/v2/gateway/chat/completions \
-H "Authorization: Bearer $SWFTE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nvidia:nemotron-3.5-lightning-30b-a3b",
"messages": [{"role": "user", "content": "Hello"}]
}'About Nemotron 3.5 Lightning
Nemotron 3.5 Lightning is a open-source AI model by NVIDIA, released on August 11, 2026. It supports a context window of 1000K tokens and can generate up to 33K output tokens.
Nemotron 3.5 Lightning is published as open weights (OpenMDW-1.1) for self-hosting. There is no per-token API price. Cost depends on your inference infrastructure: GPU rental, throughput per GPU, and operating overhead. For commodity 24-48GB GPUs the effective cost typically lands in the $0.10-$0.50 per million output tokens range, well below the cheapest hosted alternatives.
Nemotron 3.5 Lightning is available as an open-source model under the OpenMDW-1.1 license, meaning you can self-host it for predictable costs or use it through API providers like Swfte Connect.
Using Nemotron 3.5 Lightning with Swfte
Access Nemotron 3.5 Lightning through Swfte Connect, our unified LLM gateway. Connect gives you a single API for 50+ models, with automatic routing, cost optimization, and fallback handling. You can also try Nemotron 3.5 Lightning in our AI Playground before integrating.