model releaseNVIDIA

NVIDIA Nemotron 3 Nano Omni: 30B-parameter multimodal model launches on AWS SageMaker with 131K token context

TL;DR

NVIDIA has launched Nemotron 3 Nano Omni on Amazon SageMaker JumpStart, a multimodal model with 30 billion total parameters (3 billion active) that processes video, audio, images, and text in a single inference pass. The model features a 131K token context window and uses a Mamba2 Transformer Hybrid MoE architecture combining three specialized encoders.

2 min read
0

NVIDIA Nemotron 3 Nano Omni: 30B-parameter multimodal model launches on AWS SageMaker with 131K token context

NVIDIA has launched Nemotron 3 Nano Omni on Amazon SageMaker JumpStart, a multimodal model with 30 billion total parameters and 3 billion active parameters that processes video, audio, images, and text in a single inference pass.

Technical specifications

The model uses a Mamba2 Transformer Hybrid Mixture of Experts (MoE) architecture combining three components:

  • Nemotron 3 Nano LLM: Language backbone
  • CRADIO v4-H: Vision encoder for image and video understanding
  • Parakeet: Speech encoder for audio transcription

Key specifications:

  • Context window: 131,072 tokens
  • Total parameters: 30 billion
  • Active parameters: 3 billion (MoE)
  • Precision: FP8 on SageMaker
  • Video support: Up to 2 minutes, up to 256 frames (MP4)
  • Audio support: Up to 1 hour, 8kHz+ sampling rate (WAV, MP3)
  • Image formats: JPEG, PNG (RGB)

The model supports chain-of-thought reasoning, tool calling, JSON output, and word-level timestamps for transcription tasks. It is licensed under the NVIDIA Open Model Agreement for commercial use.

Architecture approach

According to AWS and NVIDIA, the unified architecture addresses a common pain point in enterprise AI systems: most agentic workflows currently stitch together separate models for vision, speech, and language. This fragmented approach increases latency through repeated inference passes, complicates orchestration, and amplifies costs.

Nemotron 3 Nano Omni processes all modalities in a single reasoning loop, eliminating the need for multiple model calls and maintaining converged multimodal context across reasoning loops.

Deployment and inference

The model is available through Amazon SageMaker JumpStart with one-click deployment. AWS recommends deploying on ml.p4d.24xlarge or ml.p5.48xlarge instances.

Recommended inference parameters vary by mode:

  • Thinking mode (complex reasoning): temperature 0.6, top_p 0.95, max_tokens 20,480
  • Instruct mode (general tasks, ASR): temperature 0.2, max_tokens 1,024

Enterprise applications

NVIDIA and AWS highlight several use cases:

Computer use agents: Reading screens, understanding UI state over time, and validating outcomes for incident management dashboards, browser automation, and email workflow agents.

Document intelligence: Interpreting contracts, financial documents, and scientific literature with mixed visual and text content.

Audio and video understanding: Meeting recording analysis, media asset management, drive-thru order verification, and customer service video review.

What this means

Nemotron 3 Nano Omni represents NVIDIA's entry into the unified multimodal model space, directly competing with offerings like GPT-4V and Gemini. The 131K context window is competitive but not leading—Claude 3.5 Sonnet offers 200K tokens, and Gemini 1.5 Pro supports up to 2 million tokens. The MoE architecture with 3B active parameters aims to reduce inference costs while maintaining capability, though pricing per million tokens was not disclosed. The key differentiation is the single-pass multimodal processing specifically optimized for agentic workflows, which could reduce orchestration complexity for enterprises building AI agents that need to process multiple input types simultaneously.

Related Articles

model release

Moonshot AI Open-Sources Kimi K3 Weights After Model Matched GPT-5.6 Sol on Benchmarks

Moonshot AI has released open weights, a technical report, and supporting infrastructure for Kimi K3, a model that claims 2.5x more intelligence per unit of compute. Independent testing found notable gaps in cybersecurity and math performance compared to Western frontier models.

model release

Microsoft Releases Fara1.5-27B, a 27B Vision-Only Web Browsing Agent with 262K Context

Microsoft Research AI Frontiers has released Fara1.5-27B, a 27-billion-parameter multimodal agent that completes web tasks by reading screenshots and emitting click/type/scroll commands. The model, fine-tuned from Qwen3.5-27B, ships under MIT license with a 262K-token context window and is designed to run alongside Microsoft's MagenticLite sandbox.

model release

Anthropic Launches Claude Opus 5 on AWS, First Fifth-Generation Opus Model

Anthropic's Claude Opus 5 is now available on Amazon Bedrock and Claude Platform on AWS, marking the first release in the company's fifth-generation Opus line. Anthropic claims the model matches its top-tier Claude Fable 5 intelligence at Opus-tier pricing, though specific pricing and benchmark figures remain undisclosed.

model release

Moonshot AI Releases Kimi K3: 2.8T-Parameter Open-Weight Model with 1M-Token Context, Now Available via Unsloth Quantiza

Moonshot AI has released Kimi K3, a 2.8-trillion-parameter open-weight mixture-of-experts model with a 1-million-token context window and native multimodal support. Unsloth has published Dynamic 2.0 quantized versions on Hugging Face, claiming improved accuracy over other quantization methods.

Comments

Loading...