Reasoning

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

20.9B
Total parameters
Mixture-of-experts: 4 of 32 experts active per token (3.6B active parameters, stated on the model card)
Active parameters
MXFP4
Published precision
16.0 GB
Min VRAM (native)
PrecisionWeight size on diskRequired VRAMCheapest live fitGPUs neededEst. $/hr (full fit)
MXFP4 (native)12.8 GB16.0 GBRTX A40001$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-20b

Source: 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:20b

Source: https://ollama.com/library/gpt-oss

Run 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-GGUF

Source: https://huggingface.co/unsloth/gpt-oss-20b-GGUF

Deploy 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.

  1. Launch a bare GPU pod sized to the requirement above (1× RTX A4000 or larger).
  2. 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.
  3. Run the command and connect to the resulting endpoint.

Submit the job. Everything after that is ours.

Sign up in 60 seconds. Pay for the GPU minutes you actually use.

© 2026 Aquanode. All rights reserved.

All trademarks, logos and brand names are the property of their respective owners.