Nemotron 3 Super: A Technical Deep Dive
Executive Summary
NVIDIA Nemotron 3 Super is a 120-billion-parameter hybrid Mamba-Transformer Mixture-of-Experts (MoE) model with only 12 billion active parameters, featuring a 1-million-token context window and multi-token prediction, optimized for high-throughput agentic AI workloads on NVIDIA Blackwell. It delivers up to 5× higher throughput and up to 2× higher accuracy compared to the previous Nemotron Super model through a combination of hybrid architecture, latent MoE, and NVFP4 precision. The model achieves top rankings on Artificial Analysis for efficiency and openness, and powers the NVIDIA AI-Q research agent to No. 1 on DeepResearch Bench and DeepResearch Bench II. Full open weights, training data, and recipes are released under a permissive license, enabling broad customization for multi-agent systems in software development, finance, life sciences, and enterprise automation.
Technical Architecture
Nemotron 3 Super introduces a hybrid mixture-of-experts architecture that strategically interleaves Mamba layers for efficient long-sequence modeling with Transformer layers for high-quality reasoning. This hybrid design is the core innovation addressing the two primary bottlenecks in agentic AI: context explosion and the thinking tax.
- Mamba Layers: Provide 4× higher memory and compute efficiency for long-context processing compared to pure Transformer baselines. Mamba’s state-space model (SSM) formulation allows linear scaling with sequence length, which is critical when multi-agent workflows generate up to 15× more tokens than standard chat due to repeated transmission of full conversation histories, tool outputs, and intermediate reasoning steps.
- Transformer Layers: Retained selectively to preserve advanced reasoning capabilities that pure Mamba architectures still struggle with in complex, multi-step tasks.
- Mixture-of-Experts (MoE): Only 12B of the total 120B parameters are activated during inference. This sparse activation dramatically reduces compute and memory footprint while maintaining model capacity.
- Latent MoE: A novel technique that activates four expert specialists for the computational cost of roughly one expert when generating the next token. This improves accuracy without proportional increases in FLOPs, directly contributing to the reported 2× accuracy gains over the prior Nemotron Super.
- Multi-Token Prediction (MTP): The model predicts multiple future tokens simultaneously during inference. This yields approximately 3× faster inference speeds by amortizing the cost of each forward pass across several output tokens.
- Precision and Hardware Optimization: Trained and deployed in NVFP4 (NVIDIA’s 4-bit floating-point format) on Blackwell GPUs. NVFP4 reduces memory requirements and delivers up to 4× faster inference compared to FP8 on Hopper GPUs, with no measurable loss in accuracy.
The 1-million-token context window is a direct result of the hybrid Mamba-Transformer design. By keeping the entire workflow state (codebases, lengthy documents, tool histories) in a single context, the model eliminates repeated re-reasoning and reduces goal drift — a common failure mode in long-running autonomous agents.
Performance Analysis
NVIDIA claims Nemotron 3 Super sets new standards for open models in the 100B+ class. Key performance highlights include:
- Throughput: Up to 5× higher throughput than the previous Nemotron Super model, primarily driven by Mamba efficiency, MoE sparsity, multi-token prediction, and NVFP4 on Blackwell.
- Accuracy: Up to 2× higher accuracy on agentic tasks compared to prior Nemotron Super, enabled by latent MoE and selective Transformer layers.
- Benchmark Leadership:
- Tops the Artificial Analysis Intelligence Index for models in its size class, while preserving a high Artificial Analysis Openness Index score.
- Powers NVIDIA AI-Q research agent to No. 1 position on both DeepResearch Bench and DeepResearch Bench II. These benchmarks evaluate multistep research across large document collections while measuring reasoning coherence over long contexts.
- Strong tool-calling accuracy, critical for reliable function library navigation in high-stakes environments such as cybersecurity orchestration and semiconductor design automation.
| Metric | Nemotron 3 Super | Previous Nemotron Super | Improvement |
|---|---|---|---|
| Active Parameters | 12B (out of 120B) | Not disclosed | — |
| Context Window | 1M tokens | Not disclosed | — |
| Throughput | 5× higher | Baseline | 5× |
| Accuracy on Agentic Tasks | 2× higher | Baseline | 2× |
| Inference Speed (vs Hopper FP8) | Up to 4× faster (Blackwell NVFP4) | — | 4× |
| Multi-Token Prediction Gain | ~3× faster inference | — | 3× |
Note: Exact absolute benchmark numbers (e.g., exact MMLU, GPQA, or agent-specific scores) are not disclosed in the announcement; leadership is stated relative to same-size open models on Artificial Analysis and DeepResearch benchmarks.
Early integrations by Perplexity (as one of 20 orchestrated models in its Computer product), CodeRabbit, Factory, Greptile, Edison Scientific, and Lila Sciences suggest strong real-world gains in accuracy at lower cost compared to proprietary frontier models for agentic workloads.
Technical Implications
The release has significant implications for the agentic AI ecosystem:
- Economic Viability of Multi-Agent Systems: By slashing the cost of long-context reasoning and reducing the “thinking tax,” Nemotron 3 Super makes persistent, stateful multi-agent workflows practical at scale. Enterprises can now run agents that maintain full codebase or thousands of document pages in context without prohibitive token costs or goal drift.
- Open Model Leadership: By open-sourcing weights, over 10 trillion tokens of pre- and post-training datasets, 15 reinforcement learning environments, and complete training/evaluation recipes, NVIDIA is accelerating research into hybrid architectures and synthetic data pipelines for agentic AI.
- Hardware-Software Co-Design: Tight optimization for Blackwell (NVFP4) demonstrates NVIDIA’s vertical integration strategy. The NIM microservice packaging further lowers deployment friction across on-prem, cloud, and edge.
- Ecosystem Expansion: Availability on Google Cloud Vertex AI, Oracle Cloud, upcoming Amazon Bedrock and Azure, plus partners like Coreweave, Crusoe, Together AI, Fireworks AI, and Baseten, lowers barriers for enterprises. Perplexity’s integration and adoption by Palantir, Siemens, Cadence, and Dassault Systèmes signal strong traction in high-value verticals (cybersecurity, semiconductor design, telecom, life sciences).
Limitations and Trade-offs
While impressive, several limitations remain:
- Active vs Total Parameters: Although only 12B parameters are active, the full 120B model still requires substantial memory for loading and sharding across GPUs, limiting single-GPU workstation deployment compared to smaller dense models.
- Reasoning Depth Trade-off: The hybrid design prioritizes throughput; for the most complex reasoning tasks, the larger Nemotron 3 Ultra (expected later) may still be required. The announcement positions Super as optimized for collaborative agents and high-volume workloads rather than state-of-the-art single-model accuracy.
- Benchmark Transparency: The announcement relies heavily on relative claims (“5× higher throughput”, “2× higher accuracy”) and leadership on proprietary or composite benchmarks. Independent verification on standard academic benchmarks (MMLU-Pro, GPQA Diamond, LiveCodeBench, etc.) is not yet provided.
- Synthetic Data Dependency: Training relied heavily on synthetic data from frontier reasoning models. While effective, this can introduce model collapse risks or inherited biases if not carefully mitigated.
- Inference Optimization: Peak performance requires Blackwell GPUs and NVFP4; performance on Hopper or other vendors’ hardware will be lower.
Expert Perspective
Nemotron 3 Super represents a meaningful architectural step beyond traditional dense Transformers and pure MoE designs. The hybrid Mamba-Transformer approach, combined with latent MoE and multi-token prediction, is one of the most practical attempts yet to solve the context explosion and thinking tax problems that have hindered production agentic systems. By releasing the full training stack and data methodology, NVIDIA is fostering reproducible research in this direction.
The 5× throughput claim, if independently validated at scale, could be a turning point for economic viability of autonomous agent platforms. However, the true test will be whether the model maintains coherence and tool-calling reliability over 500k+ token agent trajectories in production. For ML engineers building agent frameworks, this model — especially when combined with smaller Nemotron 3 Nano variants — offers a compelling “orchestrator + specialist” tiering strategy that balances cost, speed, and accuracy.
Technical FAQ
How does Nemotron 3 Super compare to leading open models like Llama 4 or DeepSeek-R1 on agentic benchmarks?
The announcement positions Nemotron 3 Super as leading on Artificial Analysis efficiency and openness indexes for its size class, and #1 on DeepResearch Bench via the AI-Q agent. Direct apples-to-apples comparisons on standard agentic benchmarks (WebArena, AgentBench, GAIA) are not yet disclosed. Its primary differentiator is the combination of 1M context, 5× throughput, and hybrid efficiency rather than raw parameter count.
What are the hardware requirements for serving Nemotron 3 Super at production scale?
Optimized for Blackwell in NVFP4. Exact GPU count per instance is not disclosed, but the reduction to 12B active parameters plus Mamba efficiency suggests significantly lower per-token cost than a 120B dense model. The NIM microservice packaging supports multi-node inference. Deployment on Hopper will see reduced performance (no NVFP4, lower Mamba acceleration).
Is the training methodology and dataset fully reproducible?
Yes. NVIDIA is releasing over 10 trillion tokens of pre- and post-training datasets, 15 training environments for reinforcement learning, and complete evaluation recipes via the NeMo platform. This level of openness exceeds most frontier labs and enables researchers to replicate or extend the hybrid MoE + synthetic data pipeline.
How does the 1M-token context window impact agent design patterns?
It fundamentally changes agent architecture. Developers can load entire codebases or thousands of document pages into a single context, eliminating chunking, recursive summarization, and repeated re-reasoning. This reduces goal drift and enables true end-to-end code generation, deep literature analysis, and long-horizon planning within one model call.
References
- NVIDIA Technical Blog: Inside NVIDIA Nemotron 3
- DeepResearch Bench leaderboards
- Artificial Analysis Intelligence Index
Sources
- New NVIDIA Nemotron 3 Super Delivers 5x Higher Throughput for Agentic AI | NVIDIA Blog
- NVIDIA Debuts Nemotron 3 Family of Open Models | NVIDIA Newsroom
- Nemotron AI Models | NVIDIA Developer
- Inside NVIDIA Nemotron 3: Techniques, Tools, and Data That Make It Efficient and Accurate | NVIDIA Technical Blog
- NVIDIA Nemotron 3 Family of Models - NVIDIA Nemotron
- Nvidia Releases Nemotron 3, Expanding Its Open Models for Agentic AI - AIwire
All technical specifications, pricing, and benchmark data in this article are sourced directly from official announcements. Competitor comparisons use publicly available data at time of publication. We update our coverage as new information becomes available.

