model releaseNVIDIA

NVIDIA Releases Nemotron 3 Nano Omni: 31B Multimodal Model With 256K Context and Reasoning Mode

TL;DR

NVIDIA released Nemotron 3 Nano Omni, a 31B parameter (30B active, 3B per token) multimodal model supporting video, audio, image, and text inputs. The model features a 256K token context window, reasoning mode with chain-of-thought, and tool calling capabilities.

2 min read
0

NVIDIA Releases Nemotron 3 Nano Omni: 31B Multimodal Model With 256K Context and Reasoning Mode

NVIDIA released Nemotron 3 Nano Omni on April 28, 2026, a 31B parameter multimodal model (30B active parameters, 3B per token) that processes video, audio, images, and text with a 256K token context window.

Model Architecture and Capabilities

The model uses a Mamba2-Transformer Hybrid Mixture of Experts (MoE) architecture, combining a Nemotron 3 Nano 30B LLM with CRADIO v4-H vision encoder and Parakeet speech encoder. According to NVIDIA, it supports video files up to 2 minutes (mp4, 1080p at 1 FPS/128 frames, 720p at 2 FPS/256 frames), audio files up to 1 hour (wav/mp3, 8kHz+ sampling), standard image formats (jpeg/png), and English text.

Key features include:

  • Reasoning mode with chain-of-thought output (reasoning budget: 16,384 tokens, grace period: 1,024 tokens)
  • JSON output format support
  • Tool calling functionality
  • Word-level timestamps for transcription
  • GUI and OCR capabilities

Availability and Hardware Requirements

The model is available in three precision formats on Hugging Face:

  • BF16 (~62GB)
  • FP8
  • NVFP4 (NVIDIA's 4-bit format)

NVIDIA specifies compatibility with Ampere (A100 80GB), Hopper (H100/H200), Blackwell (B200, RTX 5090, RTX Pro 6000 SE), and Lovelace (L40S) architectures. The model runs on vLLM 0.20.0, TensorRT LLM, llama.cpp, Ollama, and SGLang runtimes.

Training and Commercial Use

According to NVIDIA, the model was improved using Qwen3-VL-30B-A3B-Instruct, Qwen3.5-122B-A10B, Qwen3.5-397B-A17B, Qwen2.5-VL-72B-Instruct, and gpt-oss-120b. The model is available for commercial use under the NVIDIA Open Model Agreement.

NVIDIA targets enterprise use cases including customer service (video verification, OCR), media and entertainment (video analysis, dense captions), document intelligence (contracts, financial documents), and GUI automation for agentic applications.

Deployment Configuration

For single-GPU deployment (B200), NVIDIA recommends:

  • Thinking mode: temperature 0.6, top_p 0.95, max_tokens 20,480
  • Instruct mode: temperature 0.2, top_k 1, max_tokens 1,024
  • Maximum model length: 131,072 tokens (expandable to full 256K context)
  • FP8 KV cache for memory efficiency

The vLLM configuration supports up to 384 concurrent sequences with --max-num-seqs parameter.

What This Means

Nemotron 3 Nano Omni represents NVIDIA's push into unified multimodal processing for enterprise applications, directly competing with GPT-4V and Gemini 1.5 in video understanding. The 256K context window and 2-minute video support enable processing of full meeting recordings and training videos without chunking. The MoE architecture (3B active per token from 30B total) provides efficiency gains over dense models, though real-world performance benchmarks against competitors remain to be published. The reasoning mode positions it against o1-preview/o3-mini for tasks requiring step-by-step problem solving, while tool calling and JSON output support agentic workflows. Notably, NVIDIA provides GGUF quantizations via Unsloth for local deployment, expanding accessibility beyond datacenter GPUs to RTX 5090 and similar consumer hardware.

Related Articles

model release

Unsloth Releases GGUF Quantizations of Kimi K3, a 2.8T-Parameter Open-Weight MoE Model

Unsloth has released GGUF quantizations of Kimi K3, a 2.8-trillion-parameter open-weight Mixture-of-Experts model from Moonshot AI with a 1-million-token context window and native vision support. The largest lossless quantization (Q8) weighs in at 1.56TB.

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.

Comments

Loading...