VOOZH about

URL: https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4

⇱ nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4 · Hugging Face


NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4

👁 Image

Model Summary

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 1× B200 OR 1× DGX Spark
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

Quick Start

Use temperature=1.0 and top_p=0.95 across 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!

Model Overview

Model Developer: NVIDIA Corporation

Model Dates: December 2025 - March 2026

Data Freshness:

  • The post-training data has a cutoff date of February 2026.
  • The pre-training data has a cutoff date of June 2025.

What is Nemotron?

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.

Description

Nemotron-3-Super-120B-A12B-NVFP4 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.

License/Terms of 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.

Benchmarks

Benchmark Nemotron-3-Super Nemotron-3-Super FP8 Nemotron-3-Super NVFP4
General Knowledge
MMLU-Pro 83.73 83.63 83.33
Reasoning
HMMT Feb25 (with tools) 94.73 94.38 95.36
GPQA (no tools) 79.23 79.36 79.42
LiveCodeBench (v6 2024-08↔2025-05) 78.69 78.44 78.44
LiveCodeBench (v5 2024-07↔2024-12) 81.19 80.99 80.56
SciCode (subtask) 42.05 41.38 40.83
HLE (no tools) 18.26 17.42 17.42
Agentic
Terminal Bench (hard subset) 25.78 26.04 24.48
TauBench V2
Airline 56.25 56.25 54.75
Retail 62.83 63.05 63.38
Telecom 64.36 63.93 63.27
Average 61.15 61.07 60.46
Chat & Instruction Following
IFBench (prompt) 72.58 72.32 73.30
Scale AI Multi-Challenge 55.23 54.35 52.8
Arena-Hard-V2 (Hard Prompt) 73.88 76.06 76.00
Long Context
AA-LCR 58.31 57.69 58.06
RULER-500 @ 128k (500 samples per task) 96.79 96.85 95.99
RULER-500 @ 256k (500 samples per task) 96.60 96.33 96.52
RULER-500 @ 512k (500 samples per task) 96.09 95.66 96.23
Multilingual
MMLU-ProX (avg over languages) 79.35 79.21 79.37

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

Deployment Geography: Global

Use Case

NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4 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.

Release Date

Hugging Face - 03/11/2026 via Hugging Face

Reference(s)

Model Architecture

  • Architecture Type: Mamba2-Transformer Hybrid Latent Mixture of Experts (LatentMoE) with Multi-Token Prediction (MTP)
  • Network Architecture: Nemotron Hybrid LatentMoE
  • Number of model parameters: 120B Total / 12B Active

Model Design

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.

Training Methodology

Stage 1: Pre-Training

Stage 2: Supervised Fine-Tuning

  • The model was further fine-tuned on synthetic code, math, science, tool calling, instruction following, structured outputs, and general knowledge data. This stage incorporated data designed to support long-range retrieval and multi-document aggregation. All datasets are disclosed in the Training and Evaluation Datasets section of this document. Major portions of the fine-tuning corpus are released in the Nemotron-Post-Training-v3 collection. Data Designer is one of the libraries used to prepare these corpora.

Stage 3: Reinforcement Learning

  • The model underwent multi-environment reinforcement learning using asynchronous GRPO (Group Relative Policy Optimization) across math, code, science, instruction following, multi-step tool use, multi-turn conversations, and structured output environments. It utilized an asynchronous RL architecture that fully decouples training from inference across separate GPU devices, leveraging in-flight weight updates and MTP to accelerate rollout generation. Conversational quality was further refined through RLHF. All datasets are disclosed in the Training and Evaluation Datasets section of this document. The RL environments and datasets are released as part of NeMo Gym.
  • Software used for reinforcement learning: NeMo RL, NeMo Gym

NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4 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.

Input

  • Input Type(s): Text
  • Input Format(s): String
  • Input Parameters: One-Dimensional (1D): Sequences
  • Other Properties Related to Input: Maximum context length up to 1M tokens. Supported languages include: English, French, German, Italian, Japanese, Spanish, and Chinese

Output

  • Output Type(s): Text
  • Output Format: String
  • Output Parameters: One-Dimensional (1D): Sequences
  • Other Properties Related to Output: Maximum context length up to 1M tokens

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.

Software Integration

  • Runtime Engine(s): NeMo 25.11.01
  • Supported Hardware Microarchitecture Compatibility: NVIDIA Blackwell
  • Operating System(s): Linux

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.

Model Version(s)

  • v1.0 - GA

Quick Start Guide

For each inference backend, you'll need the custom super_v3 reasoning parser. Download it with:

wget https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4/raw/main/super_v3_reasoning_parser.py

OR

curl -O https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4/raw/main/super_v3_reasoning_parser.py

For advanced deployment configurations, visit this resource.

vLLM

NOTE: For running on Spark - please use the following instructions

For more detailed information, please see this cookbook.

pip install vllm==0.20.0

# with uv: uv pip install vllm==0.20.0 --torch-backend=auto

export MODEL_CKPT=nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4
vllm serve $MODEL_CKPT \
 --served-model-name nvidia/nemotron-3-super \
 --async-scheduling \
 --dtype auto \
 --max-model-len 262144 \
 --swap-space 0 \
 --trust-remote-code \
 --kv-cache-dtype fp8 \
 --gpu-memory-utilization 0.9 \
 --max-cudagraph-capture-size 128 \
 --enable-chunked-prefill \
 --mamba-ssm-cache-dtype float16 \
 --reasoning-parser-plugin /app/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=1 and --max-model-len 1048576.

vLLM on DGX Spark

To deploy the NVFP4 chekpoint on NVIDIA DGX Spark, make sure that you are using the vllm/vllm-openai:v0.20.0 container image and use the following command:

docker run --rm -it --gpus all \
 -e VLLM_NVFP4_GEMM_BACKEND=marlin \
 -e VLLM_ALLOW_LONG_MAX_MODEL_LEN=1 \
 -e VLLM_FLASHINFER_ALLREDUCE_BACKEND=trtllm \
 -e VLLM_USE_FLASHINFER_MOE_FP4=0 \
 -e HF_TOKEN=$HF_TOKEN \
 -v ~/.cache/huggingface:/root/.cache/huggingface \
 -v $(pwd)/super_v3_reasoning_parser.py:/app/super_v3_reasoning_parser.py \
 -p 8000:8000 \
 vllm/vllm-openai:v0.20.0 \
 --model nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4 \
 --served-model-name nvidia/nemotron-3-super \
 --host 0.0.0.0 \
 --port 8000 \
 --async-scheduling \
 --dtype auto \
 --kv-cache-dtype fp8 \
 --tensor-parallel-size 1 \
 --pipeline-parallel-size 1 \
 --data-parallel-size 1 \
 --trust-remote-code \
 --gpu-memory-utilization 0.90 \
 --enable-chunked-prefill \
 --max-num-seqs 4 \
 --max-model-len 1000000 \
 --moe-backend marlin \
 --mamba_ssm_cache_dtype float16 \
 --quantization fp4 \
 --speculative_config '{"method":"mtp","num_speculative_tokens":3,"moe_backend":"triton"}' \
 --reasoning-parser-plugin /app/super_v3_reasoning_parser.py \
 --reasoning-parser super_v3 \
 --enable-auto-tool-choice \
 --tool-call-parser qwen3_coder

SGLang

Container:

docker pull lmsysorg/sglang:dev-cu13-nemotronh-nano-omni-reasoning-v3

For more detailed information, please see this cookbook.

docker run --gpus all -it --rm \
 -p 30000:30000 \
 -v ~/.cache/huggingface:/root/.cache/huggingface \
 -e HF_TOKEN=$HF_TOKEN \
 --shm-size 16g \
 lmsysorg/sglang:dev-cu13-nemotronh-nano-omni-reasoning-v3 \
 python3 -m sglang.launch_server \
 --model-path nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4 \
 --served-model-name nvidia/nemotron-3-super \
 --host 0.0.0.0 \
 --port 30000 \
 --trust-remote-code \
 --quantization modelopt_fp4 \
 --mem-fraction-static 0.8 \
 --max-running-requests 8 \
 --tool-call-parser qwen3_coder \
 --reasoning-parser nemotron_3 \
 --disable-piecewise-cuda-graph

Context length defaults to 256k above. To use up to 1M, set SGLANG_ALLOW_OVERWRITE_LONGER_CONTEXT_LEN=1 and --context-length 1048576.

TRT-LLM

Container:

docker pull nvcr.io/nvidia/tensorrt-llm/release:1.3.0rc12

For more detailed information, please see this cookbook.

cat > extra-llm-api-config.yml << 'EOF'
kv_cache_config:
 dtype: fp8
 enable_block_reuse: false
 free_gpu_memory_fraction: 0.9
 mamba_ssm_cache_dtype: float16
 mamba_ssm_stochastic_rounding: true
 mamba_ssm_philox_rounds: 5
moe_config:
 backend: CUTLASS
cuda_graph_config:
 enable_padding: true
 max_batch_size: 8
enable_attention_dp: false
enable_chunked_prefill: true
stream_interval: 1
print_iter_log: true
speculative_config:
 decoding_type: MTP
 num_nextn_predict_layers: 3
 allow_advanced_sampling: true
EOF

docker run --gpus all -it --rm \
 -p 8123:8123 \
 -v ~/.cache/huggingface:/root/.cache/huggingface \
 -v "$(pwd)/extra-llm-api-config.yml:/workspace/extra-llm-api-config.yml:ro" \
 -e HF_TOKEN=$HF_TOKEN \
 -e TLLM_ALLOW_LONG_MAX_MODEL_LEN=1 \
 --shm-size 16g \
 --ulimit memlock=-1 --ulimit stack=67108864 \
 -w /workspace \
 nvcr.io/nvidia/tensorrt-llm/release:1.3.0rc12 \
 trtllm-serve nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4 \
 --host 0.0.0.0 \
 --port 8123 \
 --served_model_name nvidia/nemotron-3-super \
 --max_batch_size 8 \
 --tp_size 1 --ep_size 1 \
 --max_num_tokens 8192 \
 --trust_remote_code \
 --reasoning_parser nano-v3 \
 --tool_parser qwen3_coder \
 --extra_llm_api_options /workspace/extra-llm-api-config.yml \
 --max_seq_len 1048576

API Client

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

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 baseURL to match whichever backend you are running. The default port above (8000) matches the vLLM example; SGLang and TRT-LLM use 30000 and 8123 respectively.

To learn more about other supported agent scaffolds - check out this resource

Training and Evaluation Datasets

Training

Data Modality: Text The total size: 15,573,172,908,990 Tokens Total number of datasets: 153 Dataset partition: Training [100%], testing [0%], validation [0%] Time period for training data collection: 2013 to February 24, 2026 Time period for testing data collection: 2013 to February 24, 2026 Time period for validation data collection: 2013 to February 24, 2026 Data Collection Method by dataset: Hybrid: Automated, Human, Synthetic Labeling Method by dataset: Hybrid: Automated, Human, Synthetic

NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4 is pre-trained on a large corpus of high-quality curated and synthetically-generated data. It is trained in the English language, as well as 19 other languages and 43 programming languages. Our sources cover a variety of document types such as: webpages, dialogue, articles, and other written materials. The corpus spans domains including legal, math, science, finance, and more. We also include a small portion of question-answering, and alignment style data to improve model accuracy. The model was trained for approximately 25 trillion tokens.

The post-training corpus for NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4 of high-quality curated and synthetically-generated data. Primary languages used for post-training include English, French, German, Italian, Japanese, Spanish, and Chinese.

These datasets, such as FinePDFs, EssentialWeb, HotpotQA, SQuAD, and HelpSteer3, do not collectively or exhaustively represent all demographic groups (and proportionally therein). For instance, these datasets do not contain explicit mentions of demographic classes such as age, gender, or ethnicity in 64-99% of samples, depending on the source. In the subset where such terms are present, document-based datasets (FinePDFs and EssentialWeb) contain representational skews, such as references to "male" outnumbering those to "female", and mentions of "White" as the most frequent among ethnic identifiers (comprising 43-44% of ethnicity mentions). To mitigate these imbalances, we recommend considering evaluation techniques such as bias audits, fine-tuning with demographically balanced datasets, and mitigation strategies like counterfactual data augmentation to align with the desired model behavior. This evaluation used a 3,000-sample subset per dataset, identified as the optimal threshold for maximizing embedder accuracy.

During post-training, we generate synthetic data by distilling trajectories, solutions, and translations from strong teacher models and agent systems, often grounded in real tasks or documents and aggressively filtered for quality. For math, code, and science, we start from curated problem sets and use open source permissive models such as GPT-OSS-120B to produce step-by-step reasoning traces, candidate solutions, best-of-n selection traces, and verified CUDA kernels. For long-context and science, we build synthetic QA and reasoning data by retrieving passages from long documents, generating MCQ/OpenQA questions and answers, and paraphrasing them into multiple prompt/response formats to ensure diversity. Across all pipelines we stack automated verification—compilers, numerical checks, language identification—to ensure our data is high quality.

For all domains, we apply a unified data filtering pipeline to ensure that only high-quality, license-compliant, and verifiable samples are used for post-training. We first discard malformed examples using structural checks (e.g., missing tool definitions when tool calls are present). We then aggressively filter reasoning traces exhibiting pathological repetition, such as repeated n-grams within a sliding window or across the entire trajectory, which we found to be a strong indicator of malformed or low-quality reasoning. Finally, based on internal audits of synthetically generated datasets, we observed that some teacher models occasionally produce reasoning traces and final responses that implicitly align with specific political entities or promote nationalistic narratives. To mitigate this, we apply targeted keyword- and regex-based filters and remove all trajectories matching such behavior.

Alongside the model, we release our final pre-training and post-training data, as outlined in this section. For ease of analysis, there is a sample set that is ungated. For all remaining code, math and multilingual data, gating and approval is required, and the dataset is permissively licensed for model training purposes.

More details on the datasets and synthetic data generation methods can be found in the technical report NVIDIA Nemotron 3 Super.

Evaluation Dataset

  • Data Collection Method by dataset: Hybrid: Human, Synthetic
  • Labeling Method by dataset: Hybrid: Automated, Human, Synthetic

Inference

  • Acceleration Engine: PyTorch
  • Test Hardware:
    • NVIDIA Hopper
      • 1-8x H100
      • 1-8x H200
    • NVIDIA Grace Blackwell
      • GB200

Ethical Considerations

NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.

We advise against circumvention of any provided safety guardrails contained in the Model without a substantially similar guardrail appropriate for your use case. For more details: Safety and Explainability Subcards.

For more detailed information on ethical considerations for this model, please see the Model Card++ Bias, and Privacy Subcards.

Please report model quality, risk, security vulnerabilities or NVIDIA AI Concerns here.

Citation

@misc{nvidia_nemotron_3_2025,
 title = {NVIDIA Nemotron 3: Efficient and Open Intelligence},
 author = {{NVIDIA}},
 year = {2025},
 url = {https://arxiv.org/abs/2512.20856},
 note = {White Paper}
}
Downloads last month
1,247,080
Safetensors
Model size
67B params
Tensor type
F32
·
BF16
·
F8_E4M3
·
U8
·

Model tree for nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4

Merges
1 model
Quantizations
4 models

Collections including nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4

Papers for nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4

Article mentioning nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4