model releaseNVIDIA

NVIDIA releases Nemotron-3-Ultra: 550B parameter model with 1M token context and configurable reasoning

TL;DR

NVIDIA released Nemotron-3-Ultra-550B, a frontier-scale model with 550B total parameters (55B active) and up to 1M token context window. The model uses a hybrid LatentMoE architecture combining Mamba-2, MoE, and attention layers with Multi-Token Prediction, trained with NVFP4 quantization-aware methods from December 2025 to April 2026.

2 min read
0

NVIDIA Releases Nemotron-3-Ultra: 550B Parameter Model with 1M Token Context

NVIDIA released Nemotron-3-Ultra-550B-A55B-BF16 on June 4, 2026, a frontier-scale language model with 550B total parameters and 55B active parameters. The model supports context windows up to 1M tokens and features configurable reasoning capabilities.

Architecture and Training

The model employs a hybrid LatentMoE (Latent Mixture-of-Experts) architecture that combines Mamba-2 layers, MoE layers, and attention layers. It incorporates Multi-Token Prediction (MTP) layers designed to accelerate text generation and improve output quality.

NVIDIA trained the model using an NVFP4 quantization-aware pre-training recipe from December 2025 to April 2026. Pre-training data has a cutoff date of September 2025, while post-training data extends to May 2026. The model was trained on approximately 20T tokens across code, math, science, and general knowledge datasets.

Hardware and Deployment

Minimum deployment requirements are substantial: 8x GB200/B200/GB300/B300 GPUs, 16x H100 GPUs, or 8x H200 GPUs. NVIDIA also released a quantized NVFP4 version (NVIDIA-Nemotron-3-Ultra-550B-A55B-NVFP4) for reduced memory footprint.

Benchmark Performance

According to NVIDIA, the model achieves competitive scores across multiple benchmarks:

  • Agentic tasks: 56.4 on Terminal Bench 2.1, 71.9 on SWE-Bench Verified, 67.7 on SWE-Bench Multilingual
  • Reasoning: 89.0 on LiveCodeBench v6, 88.6 on IMOAnswerBench (no tools), 86.8 on MMLU-Pro
  • Long context: 94.7 on RULER (1M), 61.9 on Longbench v2 (≤1M)
  • Code: 570.0 on IOI 2025

The model trails DeepSeek-v4-Pro and several other frontier models on benchmarks like Terminal Bench 2.1 (67.2 for Kimi-K2.6 vs 56.4) and GDPVal (54.7 for GLM-5.1 vs 46.7).

Key Features

The model supports 11 languages: English, French, Spanish, Italian, German, Japanese, Korean, Hindi, Brazilian Portuguese, and Chinese. Reasoning mode can be toggled via the chat template using enable_thinking=True/False.

NVIDIA released the model under the OpenMDW License Agreement version 1.1, allowing both commercial and non-commercial use. The company states the model is optimized for "complex agentic workflows, long-context analysis, and high-accuracy reasoning over code, math, and science."

What This Means

Nemotron-3-Ultra represents NVIDIA's entry into the ultra-large model space with a distinctive hybrid architecture that prioritizes efficiency through sparse activation (55B of 550B parameters active per token) and quantization-aware training. The 1M token context window positions it competitively for long-document analysis, though benchmark results show it trailing specialized models like DeepSeek-v4-Pro on several agentic and reasoning tasks. The substantial hardware requirements (minimum 8x H200 or 16x H100) limit deployment to well-resourced organizations, though the NVFP4 quantized version may broaden accessibility. The configurable reasoning mode offers flexibility for applications where step-by-step thinking traces are either required or need to be minimized for latency.

Related Articles

model release

Tencent Open-Sources Hy4 Preview: 770B-Parameter MoE Model with 1M-Token Context

Tencent's Hy Team has open-sourced Hy4 preview, a 770-billion-parameter Mixture-of-Experts model with 49 billion activated parameters and a 1-million-token context window. The model is available under Apache 2.0 alongside an FP8-quantized variant, with Tencent claiming it beats GLM 5.3 and Kimi K3 on internal engineering evaluations.

model release

Meta's Muse Spark 1.3 Claims #3 Global Ranking, Matches OpenAI's GPT-5.6-Sol on Coding Benchmarks

Meta Superintelligence Labs shipped Muse Spark 1.3, which the company claims ranks #3 globally on the Artificial Analysis Intelligence Index and matches OpenAI's GPT-5.6-Sol on coding and agentic benchmarks. The model is available now via Muse Code and Meta's API, with open weights and a follow-up model promised soon.

model release

Meta Releases Muse Spark 1.3 Contributor, a Low-Cost Multimodal Reasoning Model With 1M Context Window

Meta has released Muse Spark 1.3 Contributor, described as the cost-efficient contributor tier of its multimodal reasoning model line. The model offers a 1 million token context window at $0.10 per 1M input tokens and $0.20 per 1M output tokens, targeting experimentation and early-stage agentic workflows.

model release

Meta Releases Muse Spark 1.3, a Free Multimodal Reasoning Model with 1M-Token Context

Meta has released Muse Spark 1.3, a multimodal reasoning model with a 1M-token context window, listed as free on OpenRouter. The model targets long-running agentic, multi-agent, and coding workflows, though audio input support remains incomplete.

Comments

Loading...