How to deploy gpt-oss-20b on a GPU cloud
A 21B (MoE) reasoning model whose MXFP4 weights run within 16GB. Full specs, license and use cases.
gpt-oss-20b size and hardware requirements
| Precision | Weight size on disk | Required VRAM | Cheapest live fit | GPUs needed | Est. $/hr (full fit) |
|---|---|---|---|---|---|
| MXFP4 (native) | 12.8 GB | 16.0 GB | RTX A4000 | 1 | $0.113/hr |
How to run gpt-oss-20b
Run gpt-oss-20b with vLLM
From openai/gpt-oss-20b's own model card (requires vllm>=0.10.1+gptoss).
vllm serve openai/gpt-oss-20bSource: https://huggingface.co/openai/gpt-oss-20b/raw/main/README.md
Run gpt-oss-20b with Ollama
From the model card's own Ollama instructions; verified against Ollama's own library listing.
ollama run gpt-oss:20bRun gpt-oss-20b with GGUF quantizations
Prebuilt GGUF weights published at unsloth/gpt-oss-20b-GGUF. Run with llama.cpp's llama-server or load the repo directly in LM Studio.
llama-server -hf unsloth/gpt-oss-20b-GGUFDeploy gpt-oss-20b on Aquanode
Aquanode has no one-click deploy template for gpt-oss-20b; you install the inference engine yourself with the commands below. Aquanode sells GPU pods billed per second, not a hosted inference API.
- Launch a bare GPU pod sized to the requirement above (1× RTX A4000 or larger).
- Open a terminal on the pod, or save one of the commands above as a startup script so it runs automatically the first time the pod boots.
- Run the command and connect to the resulting endpoint.