Model Spend Arena2ND ED.
30B · MoE · 262,144 ctx · 2026-08-14

Nemotron 3.5 Lightning

Runs on ≤32 GB · Hugging Face ↗

llama.cpp / Ollama (GGUF)vLLM (BF16 / NVFP4)

Coding index 26.8 (Artificial Analysis)

A 30B mixture-of-experts with only 3B active parameters, hybrid Mamba2-Transformer, built by NVIDIA for always-on coding agents (43 programming languages). The small active-parameter count is the point, it keeps generation cheap and lets the model run with expert-offload on a 16 GB card, or fast on one bigger GPU. It is a reasoning model, so it thinks a lot before it answers.

First-party test · not the AA coding index

BigCodeBench-Hard pass@1 35% (42/121), via opencode Zen free (nemotron-3.5-lightning-free), reasoning on, streamed; graded over the 121-problem gold-gated subset with the official unittest suite. The brutal counterpart to HumanEval — where HumanEval saturates near the top, BCB-Hard spreads the field, so this is the number that actually separates coding ability.

Sizes on disk

Real GGUF file sizes = weight VRAM. Add the KV cache for your context (≈2 GB at 32K, fp16).

QuantizationSize
MXFP423.2 GB
Q4_K_S24.5 GB
Q4_K_M25.3 GB
Q425.5 GB
Q5_K_M30.2 GB
Q8_035.0 GB
Q6_K35.0 GB
Q838.6 GB
BF1665.9 GB

How to run it

Does not run in stock Ollama / llama.cpp

Pull the GGUF (unsloth/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-GGUF) in llama.cpp or Ollama. On a 16 GB card use a Q4 quant with expert-offload (-ot to keep the experts on CPU), or skip local hardware and hit the free opencode Zen endpoint at $0.

Config tips

Weights ship as a base model plus GGUF k-quants; the aligned version is the one served free on opencode Zen, which is what we measured. Give it a generous output budget, it reasons a lot before the code.