Written by Jakub Rusinowski · Last updated April 1, 2026
Model library → GPT-OSS → GPT-oss 120B
OpenAI's first large open-weight release. Dense 120B model at Q4_K_M fits in ~65 GB VRAM — dual RTX 3090 or single A100 80GB. Matches GPT-4o on MMLU (87.4%), MATH (78.9%), and HumanEval (88.5%). The go-to choice for enterprise teams that need GPT-4-class quality without API costs or data privacy concerns.
GPT-oss 120B needs about 71 GB of VRAM at Q4_K_M — quantized weights plus framework overhead, before any KV cache. On Apple Silicon that figure comes out of unified memory.
| Parameters | 116.8B (5.1B active) |
| Context window | 131,072 |
| Architecture | Mixture-of-Experts (128 experts, top-4, MXFP4) |
| Provider | OpenAI |
| Licence | Apache 2.0 |
| Specified at | Q4_K_M |
| System RAM | 128 GB |
| Record updated | 2026-04-01 |
Apache-2.0 — commercial use permitted. Commercial use permitted. No usage restrictions beyond attribution.
Modelled on a reference NVIDIA RTX 4090 (24 GB), at 8K context. Speed figures are ESTIMATES from the memory-bandwidth roofline described on the methodology page, not benchmarks we ran — rows marked measured come from published or reader-submitted runs. VRAM here includes the KV cache, so it reads higher than the headline figure above, which does not.
| Quant | Weights | VRAM needed | Est. speed | Fit on 24 GB |
|---|---|---|---|---|
| Q2_K | 38.4 GB | 39.8 GB | ~31 tok/s (est.) | Offloads to system RAM (slow) |
| Q3_K_M | 49.8 GB | 51.2 GB | ~27 tok/s (est.) | Offloads to system RAM (slow) |
| Q4_K_M | 70.5 GB | 71.9 GB | — | Won't fit |
| Q5_K_M | 82.8 GB | 84.2 GB | — | Won't fit |
| Q6_K | 95.8 GB | 97.2 GB | — | Won't fit |
| Q8_0 | 124.1 GB | 125.5 GB | — | Won't fit |
| F16 | 233.6 GB | 235.0 GB | — | Won't fit |
Want the memory numbers alone, at every quantization level and your own context length? Use the GPT-oss 120B VRAM calculator.
or compare on Vast.ai from $0.77/hr (typical low · varies)
As an Amazon Associate we earn from qualifying purchases. Cloud GPU links are referral links — we may earn a commission at no extra cost to you.
The cheapest catalogued GPU that runs GPT-oss 120B is the AMD Ryzen AI Max+ 395 (96 GB).
Install Ollama, then run:
ollama run gpt-oss:120b
Weights on Hugging Face: openai/gpt-oss-120b.
Quality scores as published by the model's authors or an independent evaluator — not throughput, and not measured by us.
| Benchmark | Score | Provenance |
|---|---|---|
| MMLU | 87.4 / 100 % | reported |
| MATH | 78.9 / 100 % | reported |
| HumanEval | 88.5 / 100 % | reported |
Best for: enterprise, privacy sensitive, on premise, general purpose.
← All GPT-OSS models | VRAM calculator | Check your own hardware