What changed
NVIDIA released open weights for Nemotron 3 Ultra — 550B total parameters, 55B active (MoE), hybrid Mamba-2/Transformer architecture — the first US open-weights model to reach an Artificial Analysis Intelligence Index score of 48, ahead of every other US open model (Nemotron 3 Super at 36, Gemma 4 31B at 39) and behind the current Chinese open-weights frontier (Kimi K2.6 at 54); weights available today on HuggingFace, OpenRouter, ModelScope, and NVIDIA NIM
TL;DR
Nemotron 3 Ultra scores 48 on the Artificial Analysis Intelligence Index, achieves 420 tokens/sec throughput (fastest US open model in its class), supports a 1M token context window, ships with NVFP4 and BF16 formats, includes training recipes, and is licensed for commercial use under the NVIDIA Open Model License — weights live now at nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16 and nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-NVFP4 on Hugging Face.
Developer signal
If you have been waiting for an open-weights model competitive with frontier closed models for agentic tasks, Nemotron 3 Ultra is the current best US option. The NVFP4 format delivers up to 5x throughput vs. BF16 on compatible NVIDIA hardware (RTX 40-series and above, H100, B100) — use NVIDIA-Nemotron-3-Ultra-550B-A55B-NVFP4 for production inference on NVIDIA GPUs. The hybrid Mamba-2/Transformer architecture provides sub-quadratic attention for long-context tasks, meaning the 1M context window is more practical than with pure Transformer models at the same parameter count. For NVIDIA NIM: nim/nvidia/nemotron-3-ultra-550b-a55b is the endpoint — NIM handles quantization selection automatically. For OpenRouter: nvidia/nemotron-3-ultra-550b-a55b. The LatentMoE routing and multi-token prediction support make this model particularly well-suited for multi-turn agent tasks where total token count is high. Training recipes and a substantial portion of training data are included in the release — this is useful for labs that want to fine-tune or study the training methodology. Caveat: benchmark claims (AIME 2025, TerminalBench, SWE-Bench Verified "leading accuracy") are NVIDIA-reported; independent third-party verification pending — Artificial Analysis Intelligence Index 48 is the most independently grounded number currently available.