Nemotron 3.5 Lightning 30B-A3B vs Gemma 4 26B (MoE)
Side-by-side VRAM requirements, benchmark scores, and GPU compatibility for local AI inference.
Quick verdict
Gemma 4 26B (MoE) is more hardware-efficient — it needs 17.6 GB at Q4_K_M vs 20.5 GB for Nemotron 3.5 Lightning 30B-A3B, fitting on 85 GPUs natively.
Analysis
Nemotron 3.5 Lightning 30B-A3B and Gemma 4 26B are both MoE models branded around the same 26-30B range (Nemotron's real total is 30B, Gemma's own model card lists 25.2B despite the "26B" name) and released four-plus months apart in 2026 (Gemma on 2 April, Nemotron on 11 August). Each hides a different second trick behind its MoE routing: Gemma keeps every layer a real attention layer but caps most of them to a short sliding window; Nemotron swaps most of its layers for Mamba-2 state-space blocks that skip attention, and a KV cache, entirely. The two land at close to the same VRAM total within the context range they share, for structurally different reasons.
Nemotron routes through 128 experts (6 active plus 1 shared per token, 3B of 30B parameters active), and only 6 of its 52 layers keep any KV cache at all (2 KV heads x 128 head dim, 256-wide); the rest split between 26 Mamba-2 layers and 20 MoE FFN layers with nothing to cache. Gemma also routes through 128 experts (8 active plus 1 shared, 3.8B of 25.2B active), but all 30 of its layers are real attention: 25 of them cap at a 1,024-token sliding window (8 KV heads x 256 head dim, 2,048-wide while active), and the remaining 5 full-attention layers use a narrower 2 KV heads x 512 head dim, 1,024-wide, Google's own inversion of the usual pattern. Both models natively reach 262,144 tokens (Nemotron's window continues further, to 1,048,576). At that shared ceiling, Nemotron's KV cache is 1.6 GB against Gemma's 5.6 GB, still smaller despite Gemma's window cap, because Nemotron only ever accumulates a cache on 6 of 52 layers (about a ninth) against Gemma's full 30 of 30 (capped, not skipped, on 25 of them). Add each model's Q4_K_M weights and the full picture is 22.3 GB total for Nemotron against 23.4 GB for Gemma, close enough that the difference matters at the edge of a 24 GB card: Nemotron's total clears the card's real ~22.8 GB usable ceiling, Gemma's doesn't, and tips into a sliver of CPU offload at that same context length. The two share only two benchmark fields: MMLU-Pro, where Gemma edges ahead (82.6 vs 81.62), and GPQA Diamond, where Gemma leads more clearly (82.3 vs 75.57). Beyond that they report different suites entirely, Nemotron's own SWE-bench Verified (52.80) against Gemma's own LiveCodeBench v6 (77.1), so those two numbers aren't a head-to-head. NVIDIA isn't chasing benchmark leadership with Lightning's smaller MoE footprint (3B active): the pitch is throughput, up to 4x higher output and 30% faster task completion against similarly-sized open models by NVIDIA's own figures. Both ship under Apache-family permissive licenses (Nemotron under NVIDIA's own OpenMDW-1.1, Gemma under standard Apache 2.0); Gemma additionally accepts image input where Nemotron is text-only. Tooling clearly favors Gemma at this point: four-plus months after launch it already has Ollama tags and Unsloth GGUF quants, while Nemotron shipped 11 August 2026 with no GGUF or Ollama build at all, native NVFP4, FP8, and BF16 checkpoints for vLLM, SGLang, and TensorRT-LLM only.
Bottom line: Choose Nemotron 3.5 Lightning if the priority is squeezing the most out of a 24 GB card at long context, or raw agentic throughput, since NVIDIA's own throughput claims are exactly what its smaller MoE footprint buys. Gemma 4 26B is the safer default almost everywhere else: it scores higher on both shared academic benchmarks, accepts image input Nemotron doesn't, and already has the mature GGUF and Ollama support that Nemotron's day-one release is still missing.
Active vs. total parameters: both MoE, different ratios
Both models are MoE, so neither activates its full parameter count per token, but the ratio differs: Nemotron activates roughly a tenth of its total, Gemma just over a seventh. Total parameters track VRAM cost; active parameters track compute cost, and the two bars below don't move together.
What a shared 262,144-token context costs each model
Nemotron 3.5 Lightning and Gemma 4 26B both natively reach 262,144 tokens (Nemotron's own window continues further, to 1,048,576, but 262,144 is the most both can reach). Restricted to that shared ceiling, the two models' different ways of capping a KV cache, skipping attention outright versus a sliding window, land in close but distinct places.
KV cache only, at FP16. Weights and activation overhead sit on top of these figures.
At 262,144 tokens, Nemotron 3.5 Lightning's KV cache is 1.6 GB against Gemma 4 26B's 5.6 GB. Add each model's Q4_K_M weights and the full picture is 22.3 GB total for Nemotron 3.5 Lightning against 23.4 GB for Gemma 4 26B, both close to a single 24 GB card's real ~22.8 GB usable ceiling, but only Nemotron stays under it; Gemma needs a sliver of CPU offload at that same context length.
VRAM at each quantization (8k context)
| Quant | Nemotron 3.5 Lightning 30B-A3B | Gemma 4 26B (MoE) | Diff |
|---|---|---|---|
| FP32 | 134.5 GB | 113.3 GB | +19% |
| BF16 | 67.3 GB | 56.9 GB | +18% |
| FP16 | 67.3 GB | 56.9 GB | +18% |
| Q8_0 | 35.8 GB | 30.4 GB | +18% |
| Q6_K | 27.6 GB | 23.6 GB | +17% |
| Q5_K_M | 24.0 GB | 20.5 GB | +17% |
| Q4_K_M | 20.5 GB | 17.6 GB | +17% |
| Q3_K_M | 16.2 GB | 14.0 GB | +16% |
| Q2_K | 12.9 GB | 11.2 GB | +15% |
| NVFP4 | 16.9 GB | 14.5 GB | +16% |
Diff is Nemotron 3.5 Lightning 30B-A3B relative to Gemma 4 26B (MoE). Green = lower VRAM (fits more GPUs).
Model specifications
| Spec | Nemotron 3.5 Lightning 30B-A3B | Gemma 4 26B (MoE) |
|---|---|---|
| Org | NVIDIA | |
| Parameters | 30B | 25.2B |
| Architecture | MoE (3B active) | MoE (3.8B active) |
| Context | 1024k tokens | 256k tokens |
| Modalities | text | text, vision |
| License | OpenMDW-1.1 | Apache 2.0 |
| Commercial | Yes | Yes |
| Released | 2026-08-11 | 2026-04-02 |
| GPUs (native) | 78 / 112 | 85 / 112 |
Benchmark scores
| Benchmark | Nemotron 3.5 Lightning 30B-A3B | Gemma 4 26B (MoE) |
|---|---|---|
| MMLU-Pro | 81.6 | 82.6 |
| GPQA Diamond | 75.6 | 82.3 |
| SWE-bench Verified | 52.8 | — |
| Terminal-Bench 2.1 | 23.5 | — |
Green = higher score (better). — = not yet available.
GPUs that run only Nemotron 3.5 Lightning 30B-A3B(0)
Every GPU that runs Nemotron 3.5 Lightning 30B-A3B also runs Gemma 4 26B (MoE).
GPUs that run only Gemma 4 26B (MoE)(7)
- NVIDIA RTX 507012 GB
- NVIDIA RTX 4070 Ti12 GB
- NVIDIA RTX 4070 SUPER12 GB
- NVIDIA RTX 407012 GB
- NVIDIA RTX 3060 12GB12 GB
- Intel Arc B580 12GB12 GB
- Intel Arc Pro A60 12GB12 GB
GPUs that run both natively(78)
- NVIDIA RTX 509032 GB
- NVIDIA RTX 508016 GB
- NVIDIA RTX 5070 Ti16 GB
- NVIDIA RTX 5060 Ti 16GB16 GB
- NVIDIA RTX 409024 GB
- NVIDIA RTX 408016 GB
- NVIDIA RTX 4070 Ti SUPER16 GB
- NVIDIA RTX 4060 Ti 16GB16 GB
- NVIDIA RTX 309024 GB
- NVIDIA RTX 3090 Ti24 GB
- NVIDIA B300 288GB288 GB
- NVIDIA B200 180GB180 GB
- +66 more GPUs run both
Which should you use?
- • You want maximum capability and have a 21 GB+ GPU
- • Long context matters — it supports 1024k tokens vs 256k
- • You're running coding tasks
- • You have limited VRAM — it's a smaller model needing 17.6 GB vs 20.5 GB
- • Benchmark quality matters — scores 82.6 vs 81.6 on MMLU-Pro
- • You need vision/image understanding
Frequently asked questions
- Which is better, Nemotron 3.5 Lightning 30B-A3B or Gemma 4 26B (MoE)?
- Nemotron 3.5 Lightning 30B-A3B has 30B parameters vs 25.2B for Gemma 4 26B (MoE), so Nemotron 3.5 Lightning 30B-A3B is the larger model. Gemma 4 26B (MoE) is more hardware-efficient, needing 17.6 GB at Q4_K_M vs 20.5 GB. Gemma 4 26B (MoE) runs on more GPUs natively (85 vs 78). On MMLU-Pro, Gemma 4 26B (MoE) scores higher (82.6 vs 81.6).
- How much VRAM does Nemotron 3.5 Lightning 30B-A3B need vs Gemma 4 26B (MoE)?
- At Q4_K_M quantization with 8k context, Nemotron 3.5 Lightning 30B-A3B needs approximately 20.5 GB of VRAM, while Gemma 4 26B (MoE) needs 17.6 GB. At FP16, Nemotron 3.5 Lightning 30B-A3B requires 67.3 GB vs 56.9 GB for Gemma 4 26B (MoE).
- Can you run Nemotron 3.5 Lightning 30B-A3B on the same GPUs as Gemma 4 26B (MoE)?
- Yes, 78 GPUs can run both natively in VRAM, including NVIDIA RTX 5090, NVIDIA RTX 5080, NVIDIA RTX 5070 Ti. However, no GPU can run Nemotron 3.5 Lightning 30B-A3B without also fitting Gemma 4 26B (MoE), and 7 GPUs can run Gemma 4 26B (MoE) but not Nemotron 3.5 Lightning 30B-A3B.
- What is the difference between Nemotron 3.5 Lightning 30B-A3B and Gemma 4 26B (MoE)?
- Nemotron 3.5 Lightning 30B-A3B has 30B parameters (3B active, MoE) with a 1024k context window. Gemma 4 26B (MoE) has 25.2B parameters (3.8B active, MoE) with a 256k context window. Licensing differs: Nemotron 3.5 Lightning 30B-A3B is OpenMDW-1.1 while Gemma 4 26B (MoE) is Apache 2.0.
- Which model fits in 24 GB of VRAM, Nemotron 3.5 Lightning 30B-A3B or Gemma 4 26B (MoE)?
- Both fit in 24 GB of VRAM at Q4_K_M — Nemotron 3.5 Lightning 30B-A3B needs 20.5 GB and Gemma 4 26B (MoE) needs 17.6 GB.
- Which handles long context better, Nemotron 3.5 Lightning 30B-A3B or Gemma 4 26B (MoE)?
- At 262,144 tokens, Nemotron 3.5 Lightning's KV cache is 1.6 GB against Gemma 4 26B's 5.6 GB. Add each model's Q4_K_M weights and the full picture is 22.3 GB total for Nemotron 3.5 Lightning against 23.4 GB for Gemma 4 26B, both close to a single 24 GB card's real ~22.8 GB usable ceiling, but only Nemotron stays under it; Gemma needs a sliver of CPU offload at that same context length.