MagicTools
LLM VRAM Calculator (all models)

Can You Run gpt-oss-120B? VRAM Requirements

gpt-oss-120B has 117B total parameters (MoE, 5.1B active per token). Running it at MXFP4 with 16K context takes roughly 63.5 GB of memory (57.8 GB weights + 1.1 GB KV cache + runtime overhead). The minimum viable hardware is about A100 / H100 80GB. All numbers are planning estimates, verified 2026-07-27.

VRAM by quantization (16K context)

QuantizationWeightsTotal neededMinimum hardware
FP16 / BF16218 GB236 GBMac M3 Ultra 512GB
FP8109 GB119 GBH200 141GB
Q8_0 (GGUF)116 GB126 GBH200 141GB
Q6_K (GGUF)89.4 GB97.6 GBMac 128GB unified
Q5_K_M (GGUF)77.4 GB84.7 GBMac 128GB unified
MXFP4recommended57.8 GB63.5 GBA100 / H100 80GB
Q4_K_M (GGUF)66.5 GB72.9 GBA100 / H100 80GB
Q3_K_M (GGUF)51.2 GB56.4 GBMac 64GB unified
Q2_K (GGUF)38.1 GB42.3 GBMac 64GB unified

How context length changes memory (MXFP4)

ContextKV cacheTotal needed
4K0.3 GB62.7 GB
16K1.1 GB63.5 GB
64K4.5 GB66.9 GB
128K9.0 GB71.4 GB

KV cache grows linearly with context; FP8 KV cache halves it again (try it in the calculator below).

Customize the estimate

Back

LLM VRAM Calculator — Can I Run It?

Estimate how much GPU memory (VRAM) you need to run open-weight LLMs like Kimi K3, DeepSeek R1, Qwen3, or Llama locally. Pick a model, quantization, and context length — the calculator adds up weights, KV cache, and runtime overhead, then shows which GPUs or Macs can fit it. Runs entirely in your browser: no upload, no signup.

117B total params · 5.1B active (MoE) · max 128K context

Native format of Kimi K3 / gpt-oss · ~0.53 bytes/param

Estimated memory needed

71.4 GB

Model weights57.8 GB
KV cache (131,072 tokens)9.0 GB
Runtime overhead4.6 GB

Will it fit?

RTX 3060 12GB7× needed
RTX 4060 Ti 16GB5× needed
RTX 3090 / 4090 24GB4× needed
RTX 5090 32GB3× needed
A100 40GB2× needed
A100 / H100 80GB✓ fits
H200 141GB✓ fits
AMD MI300X 192GB✓ fits
B200 192GB✓ fits
Mac 36GB unified✗ too big
Mac 64GB unified✗ too big
Mac 128GB unified✓ fits
Mac M3 Ultra 512GB✓ fits

Assumes ~92% of device memory is usable. Multi-GPU counts are for tensor/pipeline parallel serving (vLLM, SGLang); Apple Silicon uses unified memory via llama.cpp or MLX.

FAQ

How much VRAM does gpt-oss-120B need?

About 63.5 GB at the recommended MXFP4 quantization with 16K context: 57.8 GB for weights, 1.1 GB for KV cache, plus runtime overhead. Longer context grows the KV cache.

What is the minimum hardware for gpt-oss-120B?

Roughly A100 / H100 80GB, assuming 92% of device memory is usable. Lower-end setups can try more aggressive quantization (Q3/Q2) at a noticeable quality cost.

Can I run gpt-oss-120B on a Mac?

Yes. At MXFP4 with 16K context it needs about 63.5 GB, which fits the unified memory of a Mac M3 Ultra 512GB via llama.cpp or MLX.

Which quantization should I use for gpt-oss-120B?

MXFP4 is the model's native/recommended format — Native format of Kimi K3 / gpt-oss. Pick Q4_K_M for a smaller footprint or FP8 / Q8_0 for near-lossless quality.

VRAM requirements for other models