NVIDIA's Nemotron 3 family uses a hybrid Mamba-Transformer MoE architecture across four sizes: Nano 4B, Nano-Omni 30B-A3B, Super 120B-A12B and Ultra 550B-A55B, all at 256K context. Licenses are NVIDIA's open model licenses (NVIDIA Open Model License / OpenMDW-1.1).
Nemotron is NVIDIA's own open-weights LLM line, and the current Nemotron 3 generation is built around one idea: a hybrid Mamba-Transformer architecture paired with MoE routing, so you get very long context and fast decoding without paying full dense-model compute per token. The family ships in four sizes — Nano 4B, Nano-Omni 30B-A3B, Super 120B-A12B, and Ultra 550B-A55B — and every one of them runs a 256K context window. All weights are published under NVIDIA's open model licenses (NVIDIA Open Model License for most of the lineup, OpenMDW-1.1 for the Ultra).
Because three of the four models are MoE, the number that matters for speed is the active parameter count per token, while the number that matters for VRAM is the total parameter count — you still have to hold all the experts in memory. Our estimates below use the site formula: Q4 VRAM at 8K context ≈ Q4 weights + 0.025 GB per active billion × 8 + 1 GB overhead. Longer contexts grow the KV cache line on top of that.
Three things come straight out of the spec sheet. First, MoE everywhere that matters: Super runs 512 experts with 22 active per token, Nano-Omni 128 experts with 6 active — quality of a big model, decode cost of a small one. Second, uniform 256K context across all four sizes, which is where the hybrid Mamba layers pay off: KV cache growth at long context is far gentler than a pure Transformer. Third, permissive open licensing directly from NVIDIA, which makes these safe picks for commercial products. FP16/BF16 full-precision fans should note the budget: 8 GB (Nano 4B), 60 GB (Nano-Omni), 240 GB (Super), and roughly 1.1 TB (Ultra) just for weights.
| Model | Params (B) | Ctx (K) | Q4 (GB) | License | Fit check |
|---|---|---|---|---|---|
| NVIDIA-Nemotron-3-Nano-4B-BF16 | 4.0 | 256 | 2.2 | nvidia-open-model-license | on Arc B570 10GB |
| Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16 | 30.0 | 256 | 16.5 | nvidia-open-model-license | on RX 7900 XT 20GB |
| NVIDIA-Nemotron-3-Super-120B-A12B-BF16 | 120.0 | 256 | 66.0 | nvidia-open-model-license | on Mac Studio M3 Ultra 96GB |
| NVIDIA-Nemotron-3-Ultra-550B-A55B-NVFP4 | 550.0 | 256 | 302.5 | OpenMDW-1.1 | — |