GPT-oss 120B — VRAM, Speed & Local Setup

Written by Jakub Rusinowski · Last updated April 1, 2026

Model libraryGPT-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.

Specifications

Parameters116.8B (5.1B active)
Context window131,072
ArchitectureMixture-of-Experts (128 experts, top-4, MXFP4)
ProviderOpenAI
LicenceApache 2.0
Specified atQ4_K_M
System RAM128 GB
Record updated2026-04-01

Licence

Apache-2.0commercial use permitted. Commercial use permitted. No usage restrictions beyond attribution.

VRAM and Speed by Quantization

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.

QuantWeightsVRAM neededEst. speedFit on 24 GB
Q2_K38.4 GB39.8 GB~31 tok/s (est.)Offloads to system RAM (slow)
Q3_K_M49.8 GB51.2 GB~27 tok/s (est.)Offloads to system RAM (slow)
Q4_K_M70.5 GB71.9 GBWon't fit
Q5_K_M82.8 GB84.2 GBWon't fit
Q6_K95.8 GB97.2 GBWon't fit
Q8_0124.1 GB125.5 GBWon't fit
F16233.6 GB235.0 GBWon't fit

Want the memory numbers alone, at every quantization level and your own context length? Use the GPT-oss 120B VRAM calculator.

Buy This HardwareRyzen AI Max+ 395 Laptop (Strix Halo, up to 128GB) — 96 GB VRAM · 120 W board powerDeploy in the Cloud NowNVIDIA A100 80GB on RunPod — from $1.39/hr · rate checked 2026-07

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.

Recommended GPU

The cheapest catalogued GPU that runs GPT-oss 120B is the AMD Ryzen AI Max+ 395 (96 GB).

Affiliate disclosure: Some links on this page are affiliate links — if you buy through them, LLM Configurator may earn a commission at no extra cost to you. As an Amazon Associate, LLM Configurator earns from qualifying purchases.
Ryzen AI Max+ 395 Laptop (Strix Halo, up to 128GB)
96 GB VRAM · 120 W board power
2026 prices are volatile — check the current listing.
Check price on Amazon

How to Run GPT-oss 120B

Install Ollama, then run:

ollama run gpt-oss:120b

Weights on Hugging Face: openai/gpt-oss-120b.

Published Benchmark Scores

Quality scores as published by the model's authors or an independent evaluator — not throughput, and not measured by us.

BenchmarkScoreProvenance
MMLU87.4 / 100 %reported
MATH78.9 / 100 %reported
HumanEval88.5 / 100 %reported

Best for: enterprise, privacy sensitive, on premise, general purpose.

Can I Run GPT-oss 120B on My GPU?

Other GPT-OSS Sizes

GPT-oss 120B — Frequently Asked Questions

How much VRAM does GPT-oss 120B need?
About 71 GB at Q4_K_M — quantized weights plus framework overhead, before any KV cache. The cache grows with context length and is added on top; the table above folds it in. Apple Silicon counts unified memory toward the same figure.
Does GPT-oss 120B run on an RTX 4090 (24 GB)?
No. GPT-oss 120B needs about 71 GB at Q4_K_M, more than a single RTX 4090's 24 GB. It needs a larger card, several GPUs, or Apple Silicon with enough unified memory — or it runs with part of the weights offloaded to system RAM, which is much slower.
How do I run GPT-oss 120B locally?
Install Ollama and run `ollama run gpt-oss:120b`. That pulls the weights and starts a local OpenAI-compatible endpoint; after the download nothing leaves the machine.
What other sizes does GPT-OSS come in?
GPT-oss 120B (71 GB), GPT-OSS 20B (13 GB). Every size shares the family's training and licence; the larger ones score higher and need proportionally more memory.

← All GPT-OSS models | VRAM calculator | Check your own hardware