Reasoning

How to deploy gpt-oss-120b on a GPU cloud

A 117B (MoE) reasoning model whose MXFP4 weights fit a single 80GB GPU. Full specs, license and use cases.

gpt-oss-120b size and hardware requirements

116.8B
Total parameters
Mixture-of-experts: 4 of 128 experts active per token (5.1B active parameters, stated on the model card)
Active parameters
MXFP4
Published precision
80.0 GB
Min VRAM (native)
PrecisionWeight size on diskRequired VRAMCheapest live fitGPUs neededEst. $/hr (full fit)
MXFP4 (native)60.8 GB80.0 GBA1001$0.851/hr

How to run gpt-oss-120b

Run gpt-oss-120b with vLLM

From openai/gpt-oss-120b's own model card (requires vllm>=0.10.1+gptoss).

vllm serve openai/gpt-oss-120b

Source: https://huggingface.co/openai/gpt-oss-120b/raw/main/README.md

Run gpt-oss-120b with Ollama

From the model card's own Ollama instructions; verified against Ollama's own library listing.

ollama run gpt-oss:120b

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

Run gpt-oss-120b with GGUF quantizations

Prebuilt GGUF weights published at unsloth/gpt-oss-120b-GGUF. Run with llama.cpp's llama-server or load the repo directly in LM Studio.

llama-server -hf unsloth/gpt-oss-120b-GGUF

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

Deploy gpt-oss-120b on Aquanode

Aquanode has no one-click deploy template for gpt-oss-120b; 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× A100 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.