NVIDIA's Nemotron 3 Ultra Review: New Open-Weight Reasoning Model

Published on
June 12, 2026
Subscribe to our newsletter
Read about our privacy policy.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

What percentage of enterprise AI pilots actually make it to production? 

According to multiple 2025 studies, the conversion rate from AI proof-of-concept to production remains stubbornly low. 

  • In July 2024, Gartner predicted that 30% of generative AI projects would be abandoned after proof-of-concept by the end of 2025 (Source).
  • Fortune reported in August 2025 on an MIT analysis that suggested a very high failure rate for generative AI pilots (reported as ~95%) (Source).
  • IDC/Lenovo’s AI CIO Playbook 2025 reported a low POC-to-production conversion: for every 33 AI POCs an enterprise starts, only four reach production (roughly 12%) (Source).
  • IDC’s FutureScape GenAI 2025 Predictions report projects that global enterprise investments in AI solutions could reach $307B (Source).

NVIDIA positions Nemotron 3 Ultra as a response to low POC-to-production conversion; the model is reported to score 48 on the Artificial Analysis Intelligence Index.

Nemotron 3 Ultra Key Specs and Capabilities

Nemotron 3 Ultra is NVIDIA's open-weight frontier reasoning model with 550B parameters, released June 4, 2026, under the OpenMDW-1.1 license (verify license owner via the official license text). 

Built for agentic workloads: long-context analysis, multi-step reasoning, and high-accuracy tasks across code, math, and science.

Scale & performance:

  • 550B total parameters, 55B active per token (MoE)
  • Pre-trained on 20 trillion tokens
  • NVIDIA reports up to 5× faster inference throughput compared to comparable models
  • Score of 48 on the Artificial Intelligence Index

Context & deployment:

  • 262K-token context in BF16; up to 1M-token context when using NVFP4 quantization on Blackwell hardware, as described by NVIDIA
  • NVIDIA states that a single NVFP4 checkpoint runs across Hopper, Blackwell, and Ampere GPUs with under 0.4% accuracy loss versus full BF16
Also read NVIDIA NemoClaw Alternative

What sets it apart:

Hybrid Mamba-2 + Transformer + LatentMoE architecture combining linear-time compression with attention-based reasoning

  • Three configurable reasoning modes: Off (standard generation without chain-of-thought), Medium-Effort (~2.5× fewer thinking tokens at ~7% accuracy trade-off, according to NVIDIA), and Full/Regular (maximum accuracy), with adjustable thinking-token budgets for cost vs. accuracy control
  • Full training data transparency: corpus breakdown, domain fine-tune composition, SFT samples, and RL environments all published
  • Supported languages: English, French, Spanish, Italian, German, Japanese, Hindi, Korean, Brazilian Portuguese, and Chinese
Also read NVIDIA Nemotron Open Models for Agentic AI

NVIDIA Nemotron Model Family: Nano vs Super vs Ultra

Nemotron 3 Ultra is the flagship of a three-tier model family NVIDIA introduced across GTC (March 2026) and Computex (June 2026). Each tier is purpose-built for a specific cost-performance profile in agentic pipelines.

  • Nemotron 3 Nano: Targets edge, on-device, and low-latency routing tasks; lightweight enough to run locally; suited for classification, intent detection, and simple tool dispatch where sub-second response time matters more than reasoning depth.
  • Nemotron 3 Super: Sits at 120B total parameters with 12B active and supports a native 1M-token context in BF16.It is the cost-efficient workhorse for mid-complexity agent execution: summarization, structured extraction, tool-call responses, and validation steps that don't require frontier-level reasoning.
  • Nemotron 3 Ultra: The orchestrator reserved for the genuinely hard calls. Architectural decisions across long coding sessions, synthesizing contradictory evidence across hundreds of research sources, and verifying chip designs against thousands of constraints. Most agent turns are routine; Ultra handles the ones that aren't.

The tiered design is economically deliberate. Running every agent step through a 550B frontier model is wasteful. Routing routine steps to Nano or Super and complex orchestration to Ultra is exactly how NVIDIA achieves the 30% lower cost-to-completion it reports on SWE-bench and Terminal-Bench 2.0 benchmarks. (NVIDIA)

How Nemotron 3 Ultra Is Built: Architecture and Design Choices

Most frontier models make a straightforward trade-off: more parameters, more compute, better results. Nemotron 3 Ultra takes a different approach. Its architecture is designed around three specific problems: context length at scale, inference cost across hardware generations, and reasoning control at the operator level. Understanding how each piece works explains why its performance numbers look the way they do.

Hybrid Mamba-2 and Transformer Design

Standard transformer models scale quadratically with context length, a serious problem when agents accumulate millions of tokens across tool calls, execution logs, and multi-turn history. Mamba-2 is a selective state space model that processes sequences with linear time complexity, compressing sequential agent history efficiently while discarding low-value context. 

Nemotron 3 Ultra interleaves Mamba-2 layers for efficient compression and Transformer layers for dense reasoning, combining the efficiency of state space models with the precision of attention-based reasoning. NVIDIA states this hybrid architecture is the foundation for its reported 5× inference throughput advantage over comparable models.

LatentMoE and NVFP4 Quantization

NVIDIA reports 5.9×, 4.8×, and 1.6× higher inference throughput compared to GLM-5.1-754B, Kimi-K2.6-1T, and Qwen-3.5-397B, respectively, on the 8K input / 64K output setting.

NVIDIA states that a single NVFP4 checkpoint runs across Hopper, Blackwell, and Ampere GPUs with minimal accuracy loss versus full BF16, enabling deployment on existing NVIDIA infrastructure.

Reasoning Modes and Budget Control

Nemotron 3 Ultra ships with three configurable reasoning modes, a feature almost absent from competitor coverage. Reasoning Off is standard generation with no chain-of-thought overhead, ideal for high-volume routing. Regular Mode deploys the full reasoning chain for maximum accuracy on complex tasks. 

Medium-Effort Mode uses approximately 2.5x fewer thinking tokens than regular mode at roughly a 7% accuracy trade-off, a meaningful cost lever for high-volume agent steps. Both regular and medium modes accept an inference-time budget parameter for fine-grained compute control. Few open-weight frontier models publicly document multi-level reasoning modes and inference-time budget controls; NVIDIA advertises these features for Nemotron 3 Ultra.

How NVIDIA Trained Nemotron 3 Ultra: Multi-Teacher On-Policy Distillation (MOPD)

NVIDIA’s MOPD training approach is a key detail often missing from Nemotron coverage and explains in part why Ultra generalizes well across domains rather than peaking in one area.

NVIDIA describes training over 10 specialized teacher models in parallel, each with its own domain-specific pipeline covering coding, legal reasoning, factual recall, instruction following, math, and tool use. During training, Ultra generates its own attempts across all domains. Each attempt is then scored by the corresponding domain-expert teacher, which sends dense reward signals back to the student model, a process called Multi-Teacher On-Policy Distillation (MOPD).

MOPD runs iteratively. After producing an improved checkpoint, teacher models are re-initialized from that updated student, and a new distillation round begins. NVIDIA states that teachers and students co-evolve, with each round producing progressively stronger domain specialization. The outcome is a single model that reasons well across legal, coding, research, and tool-use domains simultaneously without the quality collapse that typically follows standard single-domain fine-tuning.

Nemotron 3 Ultra Benchmark Results: How It Compares in 2026

Chinese open-weight models of similar intelligence, DeepSeek V4 Pro and Kimi K2.6, reportedly run at 50–100 tokens per second through their commercial APIs; NVIDIA states Nemotron 3 Ultra is up to 5× faster in practice for inference throughput on its benchmark configurations.

According to NVIDIA’s developer blog, Nemotron 3 Ultra reports the following benchmark results:

Benchmark Nemotron 3 Ultra GLM-5.1 (744B) Kimi K2.6 (1T) Qwen3.5 (397B)
Agent Productivity (PinchBench) 91% 84% 91% 89%
Instruction Following (IFBench) 82% 77% 74% 78%
Long Context (RULER @1M) 95% N/A (max 256K) N/A (max 256K) 90%
Professional Work (ProfBench) 56% 46% 56% 53%
Coding (Terminal-Bench 2.0) 54% 64% 67% 53%
Long-Horizon Planning (EnterpriseOps-Gym) 33% 40% 29% 30%

Ultra matches Kimi K2.6 on agent task completion (91%), leads on instruction following and 1M-token long-context retrieval, and falls behind on multi-step terminal coding and long-horizon planning. 

According to Artificial Analysis, Kimi K2.6 scores 54 on the Intelligence Index versus Ultra’s 48, a gap where raw reasoning ceiling is the primary criterion. For US-based enterprises with data residency, export compliance, or supply chain risk requirements, Ultra is a strong choice.

Training Data Transparency: What NVIDIA Published

NVIDIA reports that Nemotron 3 Ultra is built on a 20 trillion token pre-training foundation and adds 212B domain-targeted tokens: 173B refreshed GitHub code tokens through September 30, 2025; 35B synthesized Wikipedia-based tokens (improving factual recall from 40.2% to 50.2% on SimpleQA); and 4B synthetic legal tokens (lifting LegalBench average from 64.6% to 74.7%) (Source).

NVIDIA also released 10M new SFT samples and 1M new RL tasks, plus 15 net-new RL environments, bringing cumulative open Nemotron data to 50M SFT samples and 55 RL environments (Source).

For regulated industries, finance, healthcare, legal, and government, this level of training data provenance is operationally significant and largely unavailable from any other frontier lab.

Nemotron 3 Ultra Safety Stack: NemoClaw, OpenShell, and Guardrail Models

Deploying a frontier model in a regulated enterprise environment is not just a performance question; it's a controls question. Who audits the outputs? Where does agent-generated code execute? How do you enforce custom content policies without depending on a vendor's black-box API? NVIDIA's answer is a dedicated safety stack that sits alongside Nemotron 3 Ultra, not baked into it, giving security and compliance teams their own layer to own, configure, and audit independently.

  • NVIDIA NemoClaw + OpenShell: NemoClaw is an open-source blueprint that helps configure OpenShell, a secure sandboxed runtime where autonomous agents and their generated code can execute, with setup via a single command. It configures Hermes Agent, OpenShell, and Nemotron models into a production-ready stack. For enterprise security teams, this is a dedicated execution layer with its own controls, entirely separate from model-level safety training.
  • Nemotron 3.5 Content Safety: A dedicated 4B open guardrail model. It supports custom enterprise policy definitions with reasoning trails for auditability and is fully fine-tunable on your own rules, unlike opaque commercial safety APIs.
  • Nemotron 3.5 ASR: A cache-aware streaming speech model delivering under 100ms latency across 40+ languages in a single checkpoint. It already powers voice input in GitHub Copilot CLI for over 20 million developers and integrates natively with Nemotron-based agent stacks for voice-first workflows.

Knolli.ai: Build AI Copilots From Your Content

Knolli.ai is a low-code AI copilot platform designed for knowledge creators and teams who want to convert their content into interactive AI-driven solutions. Upload documents, videos, FAQs, or proprietary knowledge bases, and Knolli's AI automatically structures them into conversational copilots ready to use.

Key features:

  • Private, versioned knowledge bases give every Knolli agent a structured foundation of your documents, guides, datasets, and proprietary materials. Your data stays in your workspace and is not used to train public models, ensuring there's always a ground truth for behavior.
  • Workflow automation with multiple integrations, including HubSpot, Salesforce, MCP, and Cal.com, connects your copilot to your existing tools.
  • Always-on AI copilot maintains conversational context across interactions for consistent responses.
  • Model selection with leading LLMs (OpenAI GPT, Anthropic, Gemini) lets you choose based on your needs for creativity, privacy, or cost.
  • Custom system prompts define your agent's personality, role, and scope explicitly (e.g., "You are a finance assistant that helps CFOs interpret reports"), customizing agent behavior and output.
  • Low-code platform brings this to founders, marketers, and operators without needing an engineering team. The platform is built into Knolli, not something you have to implement yourself.

Conclusion

NVIDIA positions Nemotron 3 Ultra as a production-focused release rather than purely a research release: a 550B open-weight model with a commercial license, published training data, up to 1M-token context, and up to 300+ tokens/second throughput on recommended infrastructure, signaling NVIDIA’s focus on the software layer of AI as well as the silicon.

The weights are live. Some enterprise teams report early deployments within days of release in trial and pilot environments, but production readiness should be validated per your use case. The model is ready. The only question is how quickly your team can build something meaningful with it.

For non-technical teams wanting to build AI copilots from content without GPU provisioning or engineering overhead, Knolli offers a low-code alternative focused on knowledge monetization rather than frontier model deployment.

Want to Build AI Agents Without Managing Model Infrastructure?

Knolli helps you build private AI copilots on your documents, PDFs, videos, and internal knowledge — without setting up GPUs, deploying open models, or managing complex AI infrastructure. Create reliable AI assistants for research, support, training, and business workflows in a secure no-code workspace.

Build Your AI Copilot Free →

No code required. Your data stays private.

FAQs

Can Nemotron 3 Ultra be fine-tuned on proprietary data? 

NVIDIA states that MOPD training recipes are available via NeMo-RL, allowing teams to fine-tune Ultra on their own domain data using the same multi-teacher distillation pipeline used to build the model; no proprietary tooling is required beyond the open NeMo-RL stack.

What is the minimum hardware required to self-host Nemotron 3 Ultra? 

NVIDIA indicates that full BF16 self-hosting requires approximately 1.1TB of GPU memory, making 8×H100 (80GB each = 640GB) insufficient; the practical minimum is 16×H100 or equivalent Blackwell GPUs when using NVFP4 quantization, which reduces memory overhead significantly.

How does Nemotron 3 Ultra handle hallucinations compared to other frontier models?

NVIDIA reports that synthetic Wikipedia fine-tuning boosted factual recall from 40.2% to 50.2% on SimpleQA, a meaningful improvement, though performance may still be below some closed models like GPT-4o on certain factual benchmarks. For high-stakes factual workloads, pairing Ultra with a retrieval layer is recommended.

Is Nemotron 3 Ultra suitable for real-time applications? 

At up to 300+ tokens/second on recommended infrastructure, Nemotron 3 Ultra is viable for near-real-time use cases, with latency depending on context length and hardware. The Reasoning Off mode eliminates chain-of-thought overhead entirely, making it practical for latency-sensitive routing and classification tasks within an agent pipeline.

How does the OpenMDW-1.1 license differ from a standard Apache 2.0 license?

OpenMDW-1.1 is specifically designed for AI model weights; it permits commercial use, modification, and redistribution but includes provisions around responsible use and attribution. Unlike Apache 2.0, it was drafted with model-specific considerations such as weight distribution and derivative model licensing in mind. Confirm exact terms via the official license text.