See Unsloth Dynamic 2.0 GGUFs for our quantization benchmarks.
<think> and </think> are separate tokens, so use --special if needed.
| Total Parameters | 120B (12B active) |
| Architecture | LatentMoE - Mamba-2 + MoE + Attention hybrid with Multi-Token Prediction (MTP) |
| Context Length | Up to 1M tokens |
| Minimum GPU Requirement | 8× H100-80GB |
| Supported Languages | English, French, German, Italian, Japanese, Spanish, Chinese |
| Best For | Agentic workflows, long-context reasoning, high-volume workloads (e.g. IT ticket automation), tool use, RAG |
| Reasoning Mode | Configurable on/off via chat template (enable_thinking=True/False) |
| License | NVIDIA Nemotron Open Model License |
| Release Date | March 11, 2026 |
Use
temperature=1.0andtop_p=0.95across all tasks and serving backends — reasoning, tool calling, and general chat alike.
For more details on how to deploy and use the model - see the Quick Start Guide below!
For running Nemotron 3 Super on a single B200 or DGX Spark - please see: NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4
Model Developer: NVIDIA Corporation
Model Dates: December 2025 - March 2026
Data Freshness:
NVIDIA Nemotron™ is a family of open models with open weights, training data, and recipes, delivering leading efficiency and accuracy for building specialized AI agents.
Nemotron-3-Super-120B-A12B-BF16 is a large language model (LLM) trained by NVIDIA, designed to deliver strong agentic, reasoning, and conversational capabilities. It is optimized for collaborative agents and high-volume workloads such as IT ticket automation. Like other models in the family, it responds to user queries and tasks by first generating a reasoning trace and then concluding with a final response. The model's reasoning capabilities can be configured through a flag in the chat template.
The model employs a hybrid Latent Mixture-of-Experts (LatentMoE) architecture, utilizing interleaved Mamba-2 and MoE layers, along with select Attention layers. Distinct from the Nano model, the Super model incorporates Multi-Token Prediction (MTP) layers for faster text generation and improved quality, and it is trained using NVFP4 quantization to maximize compute efficiency. The model has 12B active parameters and 120B parameters in total.
The supported languages include: English, French, German, Italian, Japanese, Spanish, and Chinese
This model is ready for commercial use.
Governing Download Terms: Use of this model is governed by the NVIDIA Nemotron Open Model License.
Governing Download Terms with NIM: The NIM container is governed by the NVIDIA Software License Agreement and Product-Specific Terms for AI Products. Use of this model is governed by the NVIDIA Nemotron Open Model License.
| Benchmark | Nemotron 3 Super | Qwen3.5-122B-A10B | GPT-OSS-120B |
|---|---|---|---|
| General Knowledge | |||
| MMLU-Pro | 83.73 | 86.70 | 81.00 |
| Reasoning | |||
| AIME25 (no tools) | 90.21 | 90.36 | 92.50 |
| HMMT Feb25 (no tools) | 93.67 | 91.40 | 90.00 |
| HMMT Feb25 (with tools) | 94.73 | 89.55 | — |
| GPQA (no tools) | 79.23 | 86.60 | 80.10 |
| GPQA (with tools) | 82.70 | — | 80.09 |
| LiveCodeBench (v5 2024-07↔2024-12) | 81.19 | 78.93 | 88.00 |
| SciCode (subtask) | 42.05 | 42.00 | 39.00 |
| HLE (no tools) | 18.26 | 25.30 | 14.90 |
| HLE (with tools) | 22.82 | — | 19.0 |
| Agentic | |||
| Terminal Bench (hard subset) | 25.78 | 26.80 | 24.00 |
| Terminal Bench Core 2.0 | 31.00 | 37.50 | 18.70 |
| SWE-Bench (OpenHands) | 60.47 | 66.40 | 41.9 |
| SWE-Bench (OpenCode) | 59.20 | 67.40 | — |
| SWE-Bench (Codex) | 53.73 | 61.20 | — |
| SWE-Bench Multilingual (OpenHands) | 45.78 | — | 30.80 |
| TauBench V2 | |||
| Airline | 56.25 | 66.0 | 49.2 |
| Retail | 62.83 | 62.6 | 67.80 |
| Telecom | 64.36 | 95.00 | 66.00 |
| Average | 61.15 | 74.53 | 61.0 |
| BrowseComp with Search | 31.28 | — | 33.89 |
| BIRD Bench | 41.80 | — | 38.25 |
| Chat & Instruction Following | |||
| IFBench (prompt) | 72.56 | 73.77 | 68.32 |
| Scale AI Multi-Challenge | 55.23 | 61.50 | 58.29 |
| Arena-Hard-V2 | 73.88 | 75.15 | 90.26 |
| Long Context | |||
| AA-LCR | 58.31 | 66.90 | 51.00 |
| RULER @ 256k | 96.30 | 96.74 | 52.30 |
| RULER @ 512k | 95.67 | 95.95 | 46.70 |
| RULER @ 1M | 91.75 | 91.33 | 22.30 |
| Multilingual | |||
| MMLU-ProX (avg over langs) | 79.36 | 85.06 | 76.59 |
| WMT24++ (en→xx) | 86.67 | 87.84 | 88.89 |
All evaluation results were collected via Nemo Evaluator SDK and for most benchmarks, the Nemo Skills Harness. For reproducibility purposes, more details on the evaluation settings can be found in the Nemo Evaluator SDK configs folder and the reproducibility tutorial for Nemotron 3 Super. The open source container on Nemo Skills packaged via NVIDIA's Nemo Evaluator SDK used for evaluations can be found here. In addition to Nemo Skills, the evaluations also used dedicated open-source packaged containers for Tau-2 Bench (default prompt), Terminal Bench Hard (48 tasks), ScaleAI Multi Challenge Multi-turn Instruction Following, and Ruler.
The following benchmarks are not onboarded yet in our open source tools and for these we used either their official open source implementation or otherwise an internal scaffolding that we plan to open source in the future: SWE Bench Verified (OpenHands), SWE Bench Multilingual (OpenHands), BrowseComp with Search (internal implementation with Serp API), Terminal Bench Core 2.0 (Harbor).
NVIDIA-Nemotron-3-Super-120B-A12B-BF16 is a general purpose reasoning and chat model intended to be used in English, Code, and supported multilingual contexts. This model is optimized for collaborative agents and high-volume workloads. It is intended to be used by developers designing AI Agent systems, chatbots, RAG systems, and other AI-powered applications. This model is also suitable for complex instruction-following tasks and long-context reasoning.
Hugging Face - 03/11/2026 via Hugging Face
The model utilizes the LatentMoE architecture, where tokens are projected into a smaller latent dimension for expert routing and computation, improving accuracy per byte. The Super model is pre-trained using NVFP4 quantization — the first model in the Nemotron 3 family trained at this precision. The majority of linear layers use NVFP4 for weights, activations, and gradients, while select layers (including latent projections, MTP layers, QKV/attention projections, and embeddings) are maintained in BF16 or MXFP8 for training stability. The model includes Multi-Token Prediction (MTP) layers using a shared-weight design across prediction heads. This improves training signal quality, enables faster inference via native speculative decoding, and supports more stable autoregressive drafting at longer draft lengths compared to independently trained offset heads.
Stage 1: Pre-Training
Stage 2: Supervised Fine-Tuning
Stage 3: Reinforcement Learning
NVIDIA-Nemotron-3-Super-120B-A12B-BF16 model is a result of the above work.
The end-to-end training recipe is available in the NVIDIA Nemotron Developer Repository. Evaluation results can be replicated using the NeMo Evaluator SDK. Data Designer is one of the libraries used to prepare the pre and post training datasets. More details on the datasets and synthetic data generation methods can be found in the technical report NVIDIA Nemotron 3 Super Technical Report.
Our AI models are designed and optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA's hardware (e.g. GPU cores) and software frameworks (e.g., CUDA libraries), the model achieves faster training and inference times compared to CPU-only solutions.
The integration of foundation and fine-tuned models into AI systems requires additional testing using use-case-specific data to ensure safe and effective deployment. Following the V-model methodology, iterative testing and validation at both unit and system levels are essential to mitigate risks, meet technical and functional requirements, and ensure compliance with safety and ethical standards before deployment.
For each inference backend - we'll be using the custom super_v3 reasoning parser - which you can obtain by following these instructions:
wget https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16/raw/main/super_v3_reasoning_parser.py
OR
curl -O https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16/raw/main/super_v3_reasoning_parser.py
For advanced deployment configurations - visit this resource
For more detailed information, please see this cookbook.
pip install -U vllm --extra-index-url https://wheels.vllm.ai/097eb544e9a22810c9b7a59e586b61627b308362
export MODEL_CKPT=PATH/TO/MODEL/CHECKPOINT
vllm serve $MODEL_CKPT \
--served-model-name nvidia/nemotron-3-super \
--async-scheduling \
--dtype auto \
--kv-cache-dtype fp8 \
--tensor-parallel-size 4 \
--pipeline-parallel-size 1 \
--data-parallel-size 2 \
--max-model-len 262144 \
--enable-expert-parallel \
--attention-backend TRITON_ATTN \
--swap-space 0 \
--trust-remote-code \
--gpu-memory-utilization 0.9 \
--enable-chunked-prefill \
--mamba-ssm-cache-dtype float16 \
--reasoning-parser-plugin super_v3_reasoning_parser.py \
--reasoning-parser super_v3 \
--enable-auto-tool-choice \
--tool-call-parser qwen3_coder
Context length defaults to 256k above. To use up to 1M, set
VLLM_ALLOW_LONG_MAX_MODEL_LEN=1and--max-model-len 1M
Container:
docker pull lmsysorg/sglang:v0.5.9
Or pip:
pip install 'git+https://github.com/sgl-project/sglang.git#subdirectory=python'
For more detailed information, please see this cookbook.
python3 -m sglang.launch_server \
--model PATH/TO/CHECKPOINT \
--served-model-name nvidia/nemotron-3-super \
--trust-remote-code \
--tp 8 \
--ep 4 \
--tool-call-parser qwen3_coder \
--reasoning-parser nano_v3
Context length defaults to 256k above. To use up to 1M, set
SGLANG_ALLOW_OVERWRITE_LONGER_CONTEXT_LEN=1and--context-length 1048576
Container:
docker pull nvcr.io/nvidia/tensorrt-llm/release:1.3.0rc5
For more detailed information, please see this cookbook.
cat > ./extra-llm-api-config.yml << EOF
kv_cache_config:
enable_block_reuse: false
mamba_ssm_cache_dtype: float32
moe_config:
backend: TRTLLM
cuda_graph_config:
enable_padding: true
max_batch_size: 256
enable_attention_dp: true
EOF
trtllm-serve PATH/TO/BF16/CHECKPOINT \
--host 0.0.0.0 \
--port 8123 \
--backend pytorch \
--max_batch_size 256 \
--tp_size 8 --ep_size 8 \
--max_num_tokens 8576 \
--trust_remote_code \
--reasoning_parser nano_v3 \
--tool_parser qwen3_coder \
--extra_llm_api_options extra-llm-api-config.yml
The examples below use the OpenAI-compatible client and work with any of the serving backends above.
NOTE: For coding agents add the following to the API call -
extra_body={“chat_template_kwargs”: {“force_nonempty_content”: True}
from openai import OpenAI
client = OpenAI(base_url="http://localhost:8000/v1", api_key="EMPTY")
MODEL = "nvidia/nemotron-3-super"
Reasoning ON (default)
response = client.chat.completions.create(
model=MODEL,
messages=[{"role": "user", "content": "Write a haiku about GPUs"}],
max_tokens=16000,
temperature=1.0,
top_p=0.95,
extra_body={"chat_template_kwargs": {"enable_thinking": True}}
)
print(response.choices[0].message.content)
Reasoning OFF
response = client.chat.completions.create(
model=MODEL,
messages=[{"role": "user", "content": "What is the capital of Japan?"}],
max_tokens=16000,
temperature=1.0,
top_p=0.95,
extra_body={"chat_template_kwargs": {"enable_thinking": False}}
)
print(response.choices[0].message.content)
Low-effort reasoning
Uses significantly fewer reasoning tokens than full thinking mode. Recommended as a starting point before tuning explicit token budgets.
response = client.chat.completions.create(
model=MODEL,
messages=[{"role": "user", "content": "What is the capital of Japan?"}],
max_tokens=16000,
temperature=1.0,
top_p=0.95,
extra_body={"chat_template_kwargs": {"enable_thinking": True, "low_effort": True}}
)
print(response.choices[0].message.content)
OpenCode is an AI coding agent that runs in your terminal. It connects to any OpenAI-compatible endpoint, making it compatible with all three serving backends above (vLLM, SGLang, and TRT-LLM).
Create or update your ~/.config/opencode/opencode.json:
{
"$schema": "https://opencode.ai/config.json",
"model": "local/nvidia-nemotron-3-super",
"provider": {
"local": {
"npm": "@ai-sdk/openai-compatible",
"name": "local_backend",
"options": {
"baseURL": "http://localhost:8000/v1",
"apiKey": "EMPTY"
},
"models": {
"nvidia-nemotron-3-super": {
"name": "nvidia/nemotron-3-super",
"limit": {
"context": 1000000,
"output": 32768
}
}
}
}
},
"agent": {
"build": {
"temperature": 1.0,
"top_p": 0.95,
"max_tokens": 32000
},
"plan": {
"temperature": 1.0,
"top_p": 0.95,
"max_tokens": 32000
}
}
}
Update
baseURLto match whichever backend you are running. The default port above (8000) matches the vLLM example; SGLang and TRT-LLM use30000and8123respectively.
To learn more about other supported agent scaffolds - check out this resource
Set a hard token ceiling on the reasoning trace using reasoning_budget. The model will attempt to close the trace at the next newline before the budget is hit; if none is found within 500 tokens it closes abruptly at reasoning_budget + 500.
from typing import Any, Dict, List
import openai
from transformers import AutoTokenizer
class ThinkingBudgetClient:
def __init__(self, base_url: str, api_key: str, tokenizer_name_or_path: str):
self.tokenizer = AutoTokenizer.from_pretrained(tokenizer_name_or_path)
self.client = ope
…(truncated — see the full README on HuggingFace)
Content type
Unrecognized
Digest
sha256:6976a8705…
Size
76.9 GB
Last updated
6 days ago
docker pull ai/nemotron-3-superPulls:
4,375
Last week