NVIDIA-Nemotron-3-Super-120B-A12B-FP8
12
—
by
RedHatAI
Language Model
OTHER
120B params
New
12 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
269GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
112GB+ RAM
Code Examples
vLLMbashvllm
pip install vllm==0.17.1
export MODEL_CKPT=nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-FP8Optional: --enable-expert-parallelbashvllm
# Optional: --enable-expert-parallel
vllm serve $MODEL_CKPT \
--served-model-name nvidia/nemotron-3-super \
--async-scheduling \
--dtype auto \
--kv-cache-dtype fp8 \
--tensor-parallel-size 4 \
--max-model-len 262144 \
--enable-expert-parallel \
--swap-space 0 \
--trust-remote-code \
--gpu-memory-utilization 0.9 \
--max-cudagraph-capture-size 128 \
--enable-chunked-prefill \
--mamba-ssm-cache-dtype float16 \
--reasoning-parser nemotron_v3 \
--enable-auto-tool-choice \
--tool-call-parser qwen3_coderDeploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.