Nemotron 3 Nano Omni

by NVIDIA

Nemotron 3 Nano Omni unifies vision, audio, language, and video understanding in a single 30B-parameter open-weight model with about 3B active parameters per token. The hybrid Mamba-Transformer MoE architecture enables efficient multimodal processing while offering 65K token context and structured outputs for agentic workflows. The model natively processes images, video, audio, and text, with capabilities including optical character recognition, GUI understanding, speech transcription, and video captioning, making it well suited to document intelligence and visual reasoning. Designed for enterprises building agents that work with visual and temporal data, it targets customer service automation, document processing, content analysis, and screen-based task automation. The model is available in BF16, FP8, and NVFP4 quantizations for flexible hardware deployment.

Call Nemotron 3 Nano Omni on Opper with the OpenAI SDK. Sign up without a credit card. Get started

Key info

Input
Output
Features
Context window
66K
Max output
66K
Input price
$0.50 /1M
Output price
$0.90 /1M
  • US residency available
  • Zero data retention with abuse monitoring
  • No training by default
  • GDPR DPA available

Available routes

Nemotron 3 Nano Omni runs on 1 route through the Opper gateway. Compare residency, zero data retention and training posture at a glance, with full data-handling detail per route below.

ProviderRegionZero data retentionTrainingInputOutputCache read
USNo$0.50$0.90Input price

Data handling per route

Each route hosting Nemotron 3 Nano Omni has its own privacy posture, residency, and GDPR terms. Postures are maintained by Opper with a last-verification timestamp.

DigitalOcean United States🇺🇸

Zero data retention with abuse monitoring: nothing is logged or used for training; content flagged by abuse monitoring is held for review. No training on customer data. US; dpf sccs; DPA available.

Zero data retention
With abuse monitoring, flagged content held.
Training
No training on customer data.
Logging
None
Abuse monitoring
Always on, holds flagged content, stored in United States
Caching
Content cached for replay
Subprocessor access
No subprocessor reads content
GDPR DPA
DPA available
Transfer mechanism
dpf sccs

Benchmarks

Independent benchmark scores — composite indices for reasoning, coding, and math, plus individual eval scores where available.

Intelligence Index10.3
Coding Index13.8
Reasoning & knowledge
GPQA Diamond
47%
Humanity's Last Exam
5%
Long-context reasoning
40%
Agentic & tool use
Terminal-Bench Hard
8%
τ²-Bench Telecom
45%
Math & instruction following
IFBench
63%

Get started

Call Nemotron 3 Nano Omni through the Opper gateway with one API key. Opper is drop-in compatible with the OpenAI, Anthropic and Google AI SDKs.

Nemotron 3 Nano Omni is a premium model on Opper. Sign up needs no credit card: you get an API key straight away and the free models work in the playground and the API. Add a card to use premium models, pay-as-you-go with no minimum.

Set it up with your agent

Copy this and paste it into a coding agent like Claude Code, Cursor or Codex and it'll wire up Opper for you.

Or call it directly

import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.OPPER_API_KEY,
baseURL: "https://api.opper.ai/v3/compat",
});
const completion = await client.chat.completions.create({
model: "digitalocean/nemotron-3-nano-omni",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare Nemotron 3 Nano Omni with…

Side-by-side on privacy, EU hosting, pricing, and benchmarks.

Other models from NVIDIA

Start building with 700+ models

One API key. Every major provider. Up and running in minutes.

Get startedView Documentation