Pneumetron.
  • News
  • Tools
  • Infrastructure
  • Get the Workflow
Read News
Pneumetron.NVIDIA Unveils Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4: A Deployment-Optimized Hybrid MoE LLM
Share
Skip to article content
  1. Home
  2. ›
  3. News
  4. ›
  5. ai research
  6. ›
  7. NVIDIA Unveils Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4: A Deployment-Optimized Hybrid MoE LLM
ai research·July 13, 2026·Updated Jul 19

NVIDIA Unveils Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4: A Deployment-Optimized Hybrid MoE LLM

BY PNEUMETRON|5 MIN READ · 919 WORDS5 MIN READ
Tools
Share

In This Article

  • What Changed
  • Technical Details
  • Benchmark Analysis
  • Developer Implications
  • Bottom Line

NVIDIA has released Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4, a deployment-optimized large language model derived from Nemotron-3-Super-120B-A12B. This model utilizes a hybrid Mixture-of-Experts (MoE) architecture with interleaved Mamba, MoE, and Attention layers, significantly improving inference efficiency for interactive and long-context workloads. It achieves this through Iterative Puzzle, a post-training compression framework, while maintaining strong downstream accuracy.

What Changed

NVIDIA has introduced Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4, a new large language model (LLM) designed for enhanced inference efficiency. This model is a compressed variant of the Nemotron-3-Super-120B-A12B, specifically optimized for deployment in interactive, reasoning-heavy, and long-context scenarios. The core innovation lies in its use of the Iterative Puzzle post-training compression framework, which significantly reduces model size and improves throughput without substantial accuracy degradation.

The model's architecture is a hybrid MoE, incorporating Mamba, MoE, and Attention layers. A key change from its parent model is the reduction in total parameters from 120.7B to 75.3B, and active parameters from 12.8B to 9.3B. This compression is achieved through a multi-stage pipeline involving heterogeneous MoE pruning, active parameter budget reduction, and Mamba SSM state pruning. Additionally, the model supports Multi-Token Prediction (MTP) for faster text generation, a feature also present in Nemotron-3-Super.

Technical Details

Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4 employs a Mamba2-Transformer Hybrid Latent Mixture of Experts (LatentMoE) architecture. The compression process, detailed in the Iterative Puzzle framework, focuses on three architectural dimensions:

  1. Heterogeneous MoE Channel Pruning: The routed expert intermediate dimensions are pruned non-uniformly across MoE layers. The parent's routed expert intermediate size of 2688 is reduced to a layer-dependent range of 1280-2688, allowing for more aggressive pruning in less sensitive layers.
  2. Heterogeneous Active Expert Reduction: The number of activated routed experts per token is reduced from 22 in the parent model to a layer-dependent range of 4-18. This directly impacts active parameters and boosts efficiency in compute-bound inference scenarios, such as prefill and large-batch decoding.
  3. Mamba SSM State Pruning: The Mamba SSM state size is reduced from 128 to 96 channels. This optimization reduces Mamba cache I/O, improving decode-stage efficiency, particularly at larger batch sizes.

The training and optimization procedure is a multi-stage pipeline:

  • Stage 1: Iterative Puzzle Compression: This involves three compression-and-recovery steps. Each step prunes the model to an intermediate target budget, followed by a short knowledge distillation recovery phase. This stage progressively reduces MoE weights and Mamba SSM state size, with knowledge distillation using 24B, 43.2B, and 52.8B tokens respectively.
  • Stage 2: Long-Context Knowledge Distillation Recovery: After architectural selection, the compressed model undergoes further knowledge distillation from Nemotron-3-Super. This stage recovers quality, especially long-context capabilities, using a mixture of 30% pretraining data and 70% supervised fine-tuning data. Distillation is performed at increasing sequence lengths (32Ki, 128Ki, 512Ki) with up to 100B training tokens per phase.
  • Stage 3: Reinforcement Learning (RL) Recovery: The model undergoes RL recovery, specifically targeting software-engineering and agentic capabilities, which are sensitive to compression. This stage utilizes the Nemotron-3-Super software-engineering RL pipeline (SWE-RL), including single-step tool-use comparison training and end-to-end sandbox RL.
  • Stage 4: Deployment Optimization: The final checkpoint is prepared for deployment through post-training quantization. FP8 checkpoints are designed for Hopper-class GPUs, while NVFP4 checkpoints target Blackwell-class GPUs. Continued MTP training is also applied to enhance speculative decoding acceptance length and serving throughput.

The model supports a maximum context length of up to 1M tokens and is compatible with Hugging Face Transformers and vLLM runtime engines. It is optimized for NVIDIA Blackwell and Hopper hardware microarchitectures and runs on Linux.

Benchmark Analysis

Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4 demonstrates performance improvements compared to its parent, Nemotron-3-Super:

  • Server Throughput: Achieves approximately 2x higher server throughput on a single 8x B200 node at matched user-throughput constraints.
  • H100 Concurrency: Increases sustainable 1M-token single-H100 concurrency from 1 request to 8 requests.
  • Accuracy: Maintains strong accuracy across various benchmarks, including reasoning, coding, multilingual, long-context, and agentic tasks.

Specific benchmark results for the NVFP4 variant include:

  • General Knowledge (MMLU-Pro): 82.2
  • Reasoning: AIME25 (no tools) 89.9, HMMT Feb25 (no tools) 92.9, GPQA (no tools) 78.0, LiveCodeBench (v5 2024-07↔2024-12) 79.9, SciCode (subtask) 40.3, HLE (no tools) 15.7
  • Agentic (Terminal Bench hard subset): 23.4
  • TauBench V2 Average: 59.9
  • Chat & Instruction Following: IFBench (prompt) 71.3, Scale AI Multi-Challenge 55.9, Arena-Hard-V2 69.0
  • Long Context: AA-LCR 57.1, RULER @ 256k 95.3, RULER @ 512k 94.8, RULER @ 1M 93.2
  • Multilingual: MMLU-ProX (avg over langs) 76.5, WMT24++ (en→xx) 85.1

These evaluations were conducted using NVIDIA's Nemo Evaluator SDK and Nemo Skills Harness, with specific open-source packaged containers for certain benchmarks.

Developer Implications

Developers working on AI Agent systems, chatbots, and RAG systems will find Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4 a suitable choice for high-volume workloads and complex instruction-following tasks. The model's optimization for inference efficiency means developers can achieve higher throughput and concurrency on NVIDIA GPUs, particularly Blackwell-class hardware with NVFP4 checkpoints. The support for Multi-Token Prediction (MTP) further enhances text generation speed, which is critical for interactive applications.

The model's ability to handle long contexts, up to 1M tokens, makes it valuable for applications requiring extensive contextual understanding. Its multilingual support, including English, French, German, Italian, Japanese, Spanish, and Chinese, broadens its applicability for global deployments. The commercial use license (OpenMDW-1.1) also simplifies adoption for commercial projects. Integration with existing ML ecosystems is facilitated by its compatibility with Hugging Face Transformers and vLLM.

Bottom Line

NVIDIA's Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4 represents a significant step in deploying efficient, high-performance LLMs. By leveraging the Iterative Puzzle compression framework, NVIDIA has successfully reduced the model's parameter count and improved inference throughput, making it highly suitable for demanding interactive and long-context AI applications. The model's hybrid MoE architecture, combined with multi-stage optimization including knowledge distillation and reinforcement learning, ensures that these efficiency gains do not come at the cost of accuracy across diverse benchmarks. For developers targeting NVIDIA's latest GPU architectures, this model offers a compelling solution for building robust and scalable AI systems.

Pneumetron

#NVIDIA#Nemotron-3-Puzzle#LLM#MoE#Mamba#AI/ML#Inference Optimization#Text Generation#Blackwell#Hopper
PR
WRITTEN BY•SYSTEM AGENT

PNEUMETRON EDITORIAL TEAM

Rajini Ravindra holds an M.A. in History from Mysore University (KSOU). Currently a homemaker, she spends her free time exploring AI and automation, and oversees editorial review for Pneumetron.

PROCESS:Pneumetron's pipeline pairs AI-assisted drafting with human editorial review before publishing — our goal is to make staying informed easier for students and professionals, not to replace real reporting.

Source Material:hf_model ↗
Source Attribution

This article was generated by Pneumetron's autonomous intelligence pipeline from verified source materials.

Open Source Document at hf_model ↗
Share this article
Share
Stay Informed

Never miss a signal.

Subscribe to the Pneumetron Intelligence Digest — automated briefings covering AI, science, technology, and world events.

← Previous
Unifying GRPO, Dr. GRPO, and DAPO: The Group-Standard-Deviation Identity
Next →
OpenCoF Introduces Chain-of-Frame Reasoning for Enhanced Video Generation

More from ai research

View All →
AI Research1d ago

Advancing Matrix Multiplication Complexity: A New Bound via AlphaEvolve

Researchers have achieved a new upper bound for the matrix multiplication exponent, ω < 2.371177, by combining reformulated optimization techniques with AlphaEvolve. This advancement refines the long-standing combination loss analysis method, pushing the theoretical limits of computational complexity.

BY PNEUMETRON1 MIN READ
Read more
AI Research1d ago

PixRestore: A VAE-Free Approach to Unified Image Restoration

PixRestore introduces a pixel-space Diffusion Transformer for unified image restoration, bypassing the limitations of VAE-based latent diffusion models. By training from scratch and utilizing flow matching, the model achieves high-fidelity results with significantly reduced parameter counts and single-step inference.

BY PNEUMETRON1 MIN READ
Read more
AI Research1d ago

aDSL: Agentic 3D Creation via Joint Agent-Program Design

Researchers have introduced aDSL, a domain-specific language designed to align LLM reasoning capabilities with 3D geometric constraints. By replacing absolute coordinate generation with relational operators and a multi-agent feedback loop, the system significantly improves the reliability of programmatic 3D asset generation.

BY PNEUMETRON1 MIN READ
Read more
AI Research1d ago

GS-Voxel: Solving the Structured Latent Problem for Large-Scale 3DGS

GS-Voxel introduces a fitting-free framework that converts irregular 3D Gaussian Splatting reconstructions into structured, sparse voxels. This enables scalable, image-conditioned generation of large-scale 3D scenes without the overhead of per-scene optimization.

BY PNEUMETRON1 MIN READ
Read more
Sponsorship Slot · 728 × 90

In This Article

  • What Changed
  • Technical Details
  • Benchmark Analysis
  • Developer Implications
  • Bottom Line

Most Read

01
Entertainment·Jul 23
Royal Return: Anne Hathaway Confirms Breakthrough for 'The Princess Diaries 3'
02
AI Research·Jul 13
Proactive Memory Agents Combat Behavioral State Decay in Long-Horizon AI Tasks
03
AI Research·Jul 21
FlowMimic: Streamlining Video Editing via Pixel-Pair Temporal Warped Flow Fields
04
AI Research·Jul 17
Unsloth Releases Qwen3.6-27B-NVFP4: Enhanced Throughput and Agentic Coding for Developers
05
AI Research·Jul 19
Moonshot AI's Kimi CLI Evolves into Kimi Code CLI: A Next-Gen Terminal AI Agent
Daily Digest

Get top AI & tech signals delivered to your inbox every morning.

Subscribe →
Sponsorship Slot300 × 250
Follow Signals
X / TWITTERXLINKEDINLIINSTAGRAMIGYOUTUBEYTTELEGRAMTG
News Categories
TechnologyAI ResearchPoliticsSportsHealthBusinessScienceEntertainmentWorld
Pneumetron.

© 2026 Pneumetron. All systems automated.

  • About
  • Tools
  • Privacy
  • Terms
  • Contact
  • Advertise
  • Automate your own news site →