GPT-OSS 20B — VRAM Requirements

Written by Jakub Rusinowski · Last updated August 15, 2026

How much GPU VRAM you need to run GPT-OSS GPT-OSS 20B by OpenAI locally, a 20B-parameter model. Figures are quantized weights + KV cache + framework overhead, computed from the model's parameter count and published architecture — not a throughput model. See /en/methodology.

GPT-OSS 20B needs about 13 GB VRAM at Q4_K_M.

VRAM by Quantization

QuantBits/weightWeightsTotal VRAM
Q2_K2.636.6 GB7.8 GB
Q3_K_M3.418.5 GB9.7 GB
Q4_K_M4.8312.1 GB13.3 GB
Q5_K_M5.6714.2 GB15.4 GB
Q6_K6.5616.4 GB17.6 GB
Q8_08.5021.3 GB22.5 GB
F1616.0040.0 GB41.2 GB

Switch quantization in the interactive calculator, or see the full GPT-OSS model page.

Add this badge to your model card

Model creators: paste this into your Hugging Face model card README to link readers straight to this VRAM breakdown.

VRAM Requirements

[![VRAM Requirements](https://img.shields.io/badge/Check_VRAM-LLM_Configurator-blue)](https://llmconfigurator.com/en/vram-calculator/gpt-oss-20b?utm_source=badge&utm_medium=referral&utm_campaign=readme_badge&utm_content=gpt-oss-20b)

Estimates only — actual VRAM varies with context length, batch size, runtime and KV-cache settings.