GPT-OSS 120B quants compared

17 GGUF builds by real file size, probed from bartowski/openai_gpt-oss-120b-GGUF on Hugging Face (2026-09-02). 117B params, 5.1B active.

Download GPT-OSS 120B Q4_K_M (58.53 GB across 2 shards) — it fits 96 GB of memory with 16k context. With Ollama: ollama run gpt-oss:120b

Every GPT-OSS 120B quant by real file size

QuantWeights+ KV (16k)TotalFits comfortably inQuality
BF1660.88 GB6.0 GB66.9 GB96 GBFull precision (lossless)
Q8_059.03 GB6.0 GB65.0 GB96 GBNear-lossless
Q6_K58.94 GB6.0 GB64.9 GB96 GBExcellent
Q4_K_M *58.53 GB6.0 GB64.5 GB96 GBHigh — the default pick
Q4_K_L58.73 GB6.0 GB64.7 GB96 GBHigh
Q4_158.43 GB6.0 GB64.4 GB96 GBHigh
IQ4_NL58.4 GB6.0 GB64.4 GB96 GBHigh
IQ4_XS58.4 GB6.0 GB64.4 GB96 GBHigh
Q4_058.34 GB6.0 GB64.3 GB96 GBHigh
Q3_K_XL58.57 GB6.0 GB64.6 GB96 GBAcceptable — visible loss
IQ3_M58.4 GB6.0 GB64.4 GB96 GBAcceptable — visible loss
Q3_K_M58.4 GB6.0 GB64.4 GB96 GBAcceptable — visible loss
Q3_K_S58.39 GB6.0 GB64.4 GB96 GBAcceptable — visible loss
Q3_K_L58.3 GB6.0 GB64.3 GB96 GBAcceptable — visible loss
Q2_K_L58.67 GB6.0 GB64.7 GB96 GBExperimental — not ranked — never recommended
Q2_K58.4 GB6.0 GB64.4 GB96 GBExperimental — not ranked — never recommended
IQ2_M58.38 GB6.0 GB64.4 GB96 GBExperimental — not ranked — never recommended

* default pick. Weights = real GGUF file sizes from bartowski/openai_gpt-oss-120b-GGUF (probed 2026-09-02). KV = fp16 estimate; a q8_0 cache roughly halves it. "Comfortable" = weights + KV within 90% of memory.

Best GPT-OSS 120B quant by memory

MemoryRecommended quantTotal (16k ctx)
96 GBBF1666.9 GB

Why we don't rank GPT-OSS 120B's 2-bit quants

Quants at 2 bits per weight or below (Q2_K, IQ2, IQ1, TQ1) cut file size by roughly half versus Q4, but the quality collapse is steep and non-linear: perplexity spikes, instruction-following degrades, and hallucinations rise. A model that answers faster but wrong is not a smaller model — it is a worse one. ModelFit lists these builds for completeness but never ranks or recommends them.

Frequently asked questions

What is the best quantization of GPT-OSS 120B?

Q4_K_M is the default pick: 58.53 GB of weights, high — the default pick quality, fitting comfortably in 96 GB of memory (weights + 16k context KV-cache). Go Q6_K or Q8_0 if you have headroom.

How much memory does GPT-OSS 120B need?

At Q4_K_M, GPT-OSS 120B needs 58.53 GB for the weights plus ~6.0 GB of KV-cache at 16k context — about 64.5 GB total, so a 96 GB card or Mac (90% usable budget) runs it comfortably.

Should I use a Q2_K or IQ2 quant of GPT-OSS 120B?

No. GPT-OSS 120B at 2 bits per weight is a visibly worse model — quality collapse at that bitrate is steep, not gradual. If only a 2-bit build fits your memory, run a smaller model at Q4_K_M instead. ModelFit lists these builds but never recommends them.

Cite this page

ModelFit: GPT-OSS 120B quantization comparison (real GGUF file sizes).
https://modelfit.io/quant-compare/gpt-oss-120b/ (data probed 2026-09-02, CC BY 4.0).