iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Commercial LPG Prices Cut by Over Rs 200; Delhi, Kolkata 19-kg Cylinder Rates Published US Stock Markets Rally as Chip Stock Gains Lift Nasdaq, S&P 500 and Dow SEBI Clarifies Unlisted Share Sale Rules: 200-Buyer Private Deal Limit GeM completes 10 years as India's trusted digital public procurement platform Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Commercial LPG Prices Cut by Over Rs 200; Delhi, Kolkata 19-kg Cylinder Rates Published US Stock Markets Rally as Chip Stock Gains Lift Nasdaq, S&P 500 and Dow SEBI Clarifies Unlisted Share Sale Rules: 200-Buyer Private Deal Limit GeM completes 10 years as India's trusted digital public procurement platform Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline
Home ›› Technology ›› Ai ›› Llms ›› NVIDIA Open-Sources Nemotron 3 Ultra: 550B-Parameter Hybrid Mamba-Transformer Model for Agentic AI

NVIDIA Open-Sources Nemotron 3 Ultra: 550B-Parameter Hybrid Mamba-Transformer Model for Agentic AI

NVIDIA introduced Nemotron 3 Ultra, a 550 billion total parameter Mixture-of-Experts language model with a hybrid Mamba-Attention architecture. Only 55 billion parameters are active per inference. Pre-trained on 20 trillion tokens and supporting a 1 million token context length, the model achieves up to 6x higher inference throughput versus state-of-the-art public LLMs while matching accuracy. All checkpoints, training data, and recipes are open-sourced on HuggingFace.

iG
iGEN Editorial
June 16, 2026
NVIDIA Open-Sources Nemotron 3 Ultra: 550B-Parameter Hybrid Mamba-Transformer Model for Agentic AI

Enterprises deploying large language models for long-running autonomous agent tasks face a dual challenge: maintaining high accuracy while controlling inference cost and latency. NVIDIA's latest release aims to address this directly. According to a paper published on arXiv, the company has introduced Nemotron 3 Ultra, a 550 billion total parameter Mixture-of-Experts (MoE) model with a hybrid Mamba-Attention architecture. Only 55 billion parameters are active per inference, dramatically reducing computational overhead.

Model Architecture and Scale

Nemotron 3 Ultra combines two neural network paradigms: the Mamba state-space model, efficient for long sequences, and the Transformer attention mechanism, strong on recall and reasoning. This hybrid design is paired with a Mixture-of-Experts layer using LatentMoE, which routes each input token to a subset of expert sub-networks. The model's total parameter count is 550 billion, but only 55 billion are activated for any given token, enabling high capacity without proportional compute cost.

The model was pre-trained on 20 trillion text tokens and later had its context length extended to 1 million tokens, making it suitable for tasks that require processing very long documents, histories, or multi-turn agent conversations.

Training and Post-Training Innovations

NVIDIA applied a multi-stage post-training pipeline. After initial pre-training, the model underwent Supervised Fine Tuning (SFT), followed by Reinforcement Learning (RL), and a novel technique called Multi-teacher On-Policy Distillation (MOPD). Additional innovations include:

  • Multi Token Prediction (MTP): predicts multiple future tokens simultaneously to improve training efficiency.
  • NVFP4 pre-training: uses NVIDIA's 4-bit floating-point format for memory-efficient training.
  • Multi-environment RLVR: reinforcement learning with verifiable rewards across diverse environments.
  • Reasoning budget control: dynamically adjusts the compute allocated to reasoning steps.
Technology Purpose
LatentMoE Efficient parameter activation via mixture of experts
Multi Token Prediction Improves training throughput and convergence
NVFP4 pre-training Low-precision computation for memory savings
MOPD Distills knowledge from multiple teachers during RL
Reasoning budget control Allocates compute per reasoning step adaptively

Performance and Throughput

Nemotron 3 Ultra achieves up to 6x higher inference throughput compared to state-of-the-art publicly available LLMs while attaining on-par accuracy, according to the paper. This throughput advantage, combined with the 1 million token context window, positions the model as ideal for long-running autonomous agentic tasks, such as complex multi-step planning, document analysis, and code generation.

The results are attributed to the efficient MoE architecture and the hybrid Mamba-Transformer design, which reduces the quadratic complexity of attention for very long sequences.

Open-Source Availability for Enterprise Adoption

NVIDIA is releasing the model fully open-source. The base, post-trained, and quantized checkpoints are available on HuggingFace, alongside the training data and recipe. This transparency allows enterprise teams to inspect, fine-tune, and deploy the model on their own infrastructure. The open release lowers the barrier for organizations that need a high-capacity, efficient LLM for agentic workflows without vendor lock-in.

For CTOs and technology procurement leaders evaluating AI models for production, Nemotron 3 Ultra offers a rare combination of extreme scale, high throughput, and open access. The model's design choices—especially the hybrid architecture and aggressive post-training—are likely to inform future enterprise AI deployments.


Sources:

Keep Reading

Recommended Stories

Scientists Use AI and Quantum Computing to Generate New Peptides in Spare Time Technology

Scientists Use AI and Quantum Computing to Generate New Peptides in Spare Time

Researchers at the Technical University of Denmark used a hybrid AI-quantum computing system to generate novel peptides, achieving better results than classical models especially with limited data. The work, done on weekends with leftover funds, could accelerate personalized immunotherapies and vaccines.

July 12, 2026
SoftSkill: Compressing AI Agent Skills into Compact Latent Controls Boosts Accuracy Over Traditional Prompting Technology

SoftSkill: Compressing AI Agent Skills into Compact Latent Controls Boosts Accuracy Over Traditional Prompting

Researchers propose SoftSkill, a method that compresses natural-language agent skills into compact continuous vectors, improving accuracy on benchmarks like LiveMath by 42.1 points over no-skill prompting. The approach uses a frozen backbone and a trainable soft delta, offering a more efficient alternative to traditional Markdown skill files.

July 8, 2026
New Research Shows Pretraining Data Composition Can Engineer Neural Scaling Laws for Particle Physics Technology

New Research Shows Pretraining Data Composition Can Engineer Neural Scaling Laws for Particle Physics

A new arXiv paper demonstrates that neural scaling laws in particle physics can be engineered by adjusting pretraining data composition. The study shows that including more diverse and task-aligned synthetic data can shift scaling behavior to require more data rather than larger models, offering insights for efficient AI training.

July 8, 2026
Researchers Propose Feature Selection to Improve Neural Additive Model Efficiency and Interpretability Technology

Researchers Propose Feature Selection to Improve Neural Additive Model Efficiency and Interpretability

A research paper proposes adding feature selection mechanisms to Neural Additive Models (NAM) and Neural Basis Models (NBM) to reduce computational costs and enable handling of feature interactions in high-dimensional datasets. The method updates selection weights during training, achieving better or comparable performance to state-of-the-art GAMs.

July 8, 2026