Written by Jakub Rusinowski · Last updated August 15, 2026
Model library → GPT-OSS → GPT-OSS 20B
The size of the gpt-oss pair most people actually run. Shipped in MXFP4 precision — the MoE weights are quantized to ~4.25 bits per parameter — so it loads in roughly 14 GB and runs comfortably on a 16GB card, far below what a 20B parameter count would normally imply. Ollama supports MXFP4 natively, with no extra conversion step. 128K context, Apache 2.0, and o3-mini-class reasoning.
GPT-OSS 20B needs about 13 GB of VRAM at MXFP4 — quantized weights plus framework overhead, before any KV cache. On Apple Silicon that figure comes out of unified memory.
| Parameters | 20 Billion |
| Context window | 128,000 |
| Architecture | Mixture-of-Experts (MXFP4) |
| Provider | OpenAI |
| Licence | Apache 2.0 |
| Specified at | MXFP4 |
| System RAM | 32 GB |
| Record updated | 2026-08-15 |
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 | 6.9 GB | 8.1 GB | ~245 tok/s (est.) | Fits comfortably |
| Q3_K_M | 8.9 GB | 10.1 GB | ~220 tok/s (est.) | Fits comfortably |
| Q4_K_M | 12.6 GB | 13.8 GB | ~186 tok/s (est.) | Fits comfortably |
| Q5_K_M | 14.8 GB | 16.0 GB | ~170 tok/s (est.) | Fits comfortably |
| Q6_K | 17.1 GB | 18.3 GB | ~156 tok/s (est.) | Fits comfortably |
| Q8_0 | 22.2 GB | 23.4 GB | ~132 tok/s (est.) | Tight fit |
| F16 | 41.8 GB | 43.0 GB | ~12 tok/s (est.) | Offloads to system RAM (slow) |
Want the memory numbers alone, at every quantization level and your own context length? Use the GPT-OSS 20B VRAM calculator.
or compare on Vast.ai from $0.35/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 20B is the AMD Radeon RX 9060 XT 16GB (16 GB).
Install Ollama, then run:
ollama run gpt-oss:20b
Weights on Hugging Face: openai/gpt-oss-20b.
Best for: reasoning, general purpose, local first, privacy sensitive.
← All GPT-OSS models | VRAM calculator | Check your own hardware