LLM

How to deploy NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16 on a GPU cloud

A 550B (MoE) language model for chat and agentic tool use. Full specs, license and use cases.

NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16 size and hardware requirements

560.5B
Total parameters
Mixture-of-experts: 22 of 512 experts active per token (~55B active parameters, per the model's own "A55B" name)
Active parameters
BF16
Published precision
1252.9 GB
Min VRAM (native)
PrecisionWeight size on diskRequired VRAMCheapest live fitGPUs neededEst. $/hr (full fit)
BF161044.1 GB1252.9 GBNo capable live offer found––
FP8 (quantized)522.0 GB626.4 GBRTX PRO 60007$11.48/hr
INT4 (quantized)261.0 GB313.2 GBRTX A60007$2.31/hr

How to run NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16

Run NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16 with vLLM

From nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16's own model card (8x GPU single-node recipe, trimmed).

docker run -d --name nemotron-ultra-vllm \
  --gpus all \
  --ipc=host \
  --network=host \
  -v $MODEL_CKPT:/model:ro \
  vllm/vllm-openai:v0.22.0 \
  /model \
  --host 0.0.0.0 \
  --port 8000 \
  --served-model-name nvidia/nemotron-3-ultra \
  --trust-remote-code \
  --tensor-parallel-size 8 \
  --enable-expert-parallel \
  --dtype bfloat16 \
  --max-model-len 262144

Source: https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16/raw/main/README.md

Deploy NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16 on Aquanode

Aquanode has no one-click deploy template for NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16; 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 (1253 GB VRAM or more).
  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.