Can I run Nemotron 3 Super 120B-A12B?
Nemotron 3 Super 120B-A12B by NVIDIA needs around 96 GB of RAM at the recommended 4-bit quantization (72.8 GB download). Your hardware is checked below β instantly, nothing leaves your browser. Expect roughly ~48 tok/s on a Apple M-series Max.
Reading your hardware signalsβ¦
Real-world notes
Nemotron 3 Super 120B-A12B is NVIDIA's mixture-of-experts model for people who want frontier-class reasoning and coding on their own hardware and have the memory to back it. Although it carries 120B total parameters, only 12B activate per token, so it runs much faster than its size suggests while still demanding room for the whole model. That is the catch: even at a 4-bit quant it lands around 72.8 GB, and you need at least 96 GB of RAM to load it. This is not an 8 GB GPU model. A 24 GB RTX 4090 cannot fit it, and even a 2-bit build at roughly 50 GB stays out of reach. A large unified-memory Apple Silicon machine or a server with plenty of system RAM is the realistic home for it.
In daily use the MoE design pays off. On an Apple M Max you can expect around 48 tokens per second, which feels genuinely interactive for chat, multi-step reasoning, and coding help despite the 120B label. Push it onto CPU with DDR5 and you drop to about 7 tokens per second, usable for batch work but not live conversation. The context window is enormous at 1000K tokens, but treat that as a ceiling, not a setting you leave maxed. Filling even 128K pushes total memory to roughly 129.5 GB once the KV cache is counted, so on a 96 GB machine you will run out of headroom long before you reach the advertised limit. Keep working context modest unless you have memory to spare.
Against its closest relatives, Nemotron 3 Super sits in interesting company. Qwen 3.5 122B-A10B is a similar-scale MoE that also handles vision, which this model does not, so if you need image input that one generally has the edge. Mistral Small 4 119B is comparable in size and also multimodal. If your hardware cannot stretch this far, the much smaller Nemotron 3 Nano 30B-A3B is the same family's lightweight alternative and tends to be the pragmatic pick on constrained machines. Super's standout trait is delivering 120B-class reasoning at 12B-class speed for those who can host it. One caveat: it ships under the NVIDIA Open Model license, so check those terms before relying on it commercially rather than assuming plain open-source freedom.
Specifications
Size by quantization
| Quantization | Bits/weight | Download | Min RAM | Quality |
|---|---|---|---|---|
| Q2_K | 3.35 | 50.3 GB | 96 GB | Noticeable loss |
| Q4_K_MRecommended | 4.85 | 72.8 GB | 96 GB | Recommended |
| Q5_K_M | 5.65 | 84.8 GB | 128 GB | High |
| Q8_0 | 8.5 | 127.5 GB | 192 GB | Near-original |
| F16 | 16 | 240.0 GB | 256 GB | Original |
Sizes are estimates from parameter count Γ bits per weight; real GGUF builds vary slightly. Β· Data updated: 2026-06-11 Β· How we calculate these numbers β
Memory needed by context length
| Context | KV cache (est.) | Total memory (Q4) |
|---|---|---|
| 4K tokens | ~1.8 GB | ~74.6 GB |
| 8K tokens | ~3.5 GB | ~76.3 GB |
| 32K tokens | ~14.2 GB | ~87.0 GB |
| 128K tokens | ~56.7 GB | ~129.5 GB |
The KV cache grows with context length β a model that fits at 4K can run out of memory at 32K. Estimates assume an FP16 cache with grouped-query attention; actual usage varies by runtime.
Estimated speed by hardware
| Hardware | Bandwidth | ~Speed |
|---|---|---|
| NVIDIA RTX 3060 12GB | 360 GB/s | Won't fit in VRAM |
| NVIDIA RTX 4090 24GB | 1008 GB/s | Won't fit in VRAM |
| Apple M-series (base) | 100 GB/s | ~12 tok/s |
| Apple M-series Pro | 270 GB/s | ~32 tok/s |
| Apple M-series Max | 410 GB/s | ~48 tok/s |
| CPU only (dual-channel DDR5) | 60 GB/s | ~7 tok/s |
Token generation is memory-bandwidth bound: tok/s β bandwidth Γ 0.85 Γ· model size at Q4. Real-world numbers vary by runtime and context length.
Run it locally
The easiest path is Ollama β one command and you're chatting:
ollama run nemotron-3-super:120b