GPT-56T 861 —
MUSE-SPK 837 +0.2%
GPT-56SC 790 -4.6%
GLM-5 781 -0.4%
CL-OP55X 780 -5.1%
GROK-46H 780 -5.1%
QWEN-38X 748 -9.2%
GPT-6A 743 -9.4%
KIMI-K3X 742 —
CL-FAB5H 698 -6.1%
CL-OP5H 675 -6.2%
GEM-38FH 672 -0.7%
CL-OP5X 670 -5.5%
CL-OP55H 668 —
CL-OP46H 657 -5.9%
CL-OP47H 648 -6.1%
GPT-56S 618 -0.6%
GEM-37FH 610 -7.2%
GEM-36FH 593 —
CL-OP48H 588 —
CL-OP47 581 -0.2%
GEM-35FH 580 —
GPT-55H 541 -7%
INKL 531 —
GEM-31P 512 -0.2%
CL-OP46 498 +0.4%
GEM-3P 498 -0.2%
CL-OP48 492 +0.4%
GPT-52 464 —
GPT-55 423 —
GPT-56T 861 —
MUSE-SPK 837 +0.2%
GPT-56SC 790 -4.6%
GLM-5 781 -0.4%
CL-OP55X 780 -5.1%
GROK-46H 780 -5.1%
QWEN-38X 748 -9.2%
GPT-6A 743 -9.4%
KIMI-K3X 742 —
CL-FAB5H 698 -6.1%
CL-OP5H 675 -6.2%
GEM-38FH 672 -0.7%
CL-OP5X 670 -5.5%
CL-OP55H 668 —
CL-OP46H 657 -5.9%
CL-OP47H 648 -6.1%
GPT-56S 618 -0.6%
GEM-37FH 610 -7.2%
GEM-36FH 593 —
CL-OP48H 588 —
CL-OP47 581 -0.2%
GEM-35FH 580 —
GPT-55H 541 -7%
INKL 531 —
GEM-31P 512 -0.2%
CL-OP46 498 +0.4%
GEM-3P 498 -0.2%
CL-OP48 492 +0.4%
GPT-52 464 —
GPT-55 423 —
← Back to feed

NVIDIA Nemotron 3 Nano Omni: Open Multimodal Model Ships Free, Tops 6 Leaderboards at 30B Total / 3B Active Params

NVIDIA shipped Nemotron 3 Nano Omni on April 28, and the architecture decision is the story. Where competing open multimodal systems chain separate vision, audio, and language models — passing data across model boundaries with latency and context loss at each hop — Nemotron 3 Nano Omni folds all three modalities into one 30B-parameter hybrid MoE system with 3B active parameters at inference. The result is an open omni model that NVIDIA claims runs 9.2x more concurrent agents per GPU at equivalent interactivity thresholds.

Architecture

The model uses a hybrid Mamba-Transformer design — 23 mixture-of-experts layers with 128 experts and six grouped-query attention layers — combined with dedicated vision and audio encoders. The active parameter count stays at 3B regardless of input modality. Context length is 256,000 tokens. On Blackwell GPUs with NVFP4 quantization, NVIDIA says the throughput advantage extends to 7.4x for multi-document reasoning workloads.

The 30B-A3B architecture is a direct descendant of the text-only Nemotron 3 Nano announced earlier this year. Omni extends it by integrating multimodal encoders natively into the model loop rather than as preprocessing stages.

Benchmark Position

On the Arena-Hard-V2 composite (hard prompts + creative writing), Nemotron 3 Nano Omni scores 67.65 — ahead of Qwen3-30B-A3B-Thinking-2507 at 57.80 and GPT-OSS-20B at 48.55. On math benchmarks, MATH accuracy reaches 82.88 versus Qwen3’s 61.14 at the same parameter tier.

Six leaderboard top spots claimed at launch: MMlongbench-Doc, OCRBenchV2, WorldSense, DailyOmni, VoiceBench, and MediaPerf (video understanding efficiency). RULER-100 long-context retrieval: 92.92% at 256K, 91.25% at 512K, 86.34% at 1M tokens — outperforming GPT-OSS-20B (89.40% at 256K) and Qwen3-30B (no 512K/1M entries).

SWE-Bench via OpenHands scaffold: 38.76%. That number uses a different runner from the mini-SWE-agent standard and isn’t directly comparable to the 70-80%+ scores posted by frontier reasoning models.

Adoption and Distribution

H Company’s computer-use agent is running Nemotron 3 Nano Omni as its perception backbone, using the model’s native 1920x1080 input resolution for GUI reasoning. Palantir, Foxconn, and Eka Care are in production. Dell, Docusign, Infosys, and Oracle are listed as evaluating.

The model is free on OpenRouter (nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free), available on Hugging Face, and deployable via NVIDIA NIM microservices on build.nvidia.com. NVIDIA is releasing full weights, training recipes, and all data for which it holds redistribution rights.

What This Signals

The Nemotron 3 family — Nano, Super, Ultra — is accumulating 50 million downloads in the past year across text-only versions. Adding the Omni variant extends NVIDIA into the open multimodal category, where the current competition is primarily Qwen’s omni line and smaller open projects. The efficiency numbers are the pitch: if NVIDIA can deliver comparable accuracy at 3x-9x the concurrency per GPU, the compute economics argument for enterprise agent deployments shifts.

Super and Ultra releases are described as coming in the next months.