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.

Key info

Input
Output
Features
Context window
66K
Max output
66K
Input price
$0.50 /1M
Output price
$0.90 /1M
  • onchain settlement available
  • US residency available
  • No training by default
  • no-KYC deposit available

Available routes

Nemotron 3 Nano Omni runs on 2 different routes through the qynio gateway. Compare residency, zero retention, and training posture at a glance โ€” full data-handling detail per route below.

ProviderRegionZero data retentionTrainingInputOutput
USNot by defaultNo$0.50$0.90
EUNot by defaultNo$0.06$0.24

Uptime and availability

One of Nemotron 3 Nano Omni's 2 routes is on the monitoring board, so the figure below is that provider's availability rather than the model's.

96.35%route uptime, last 30 days
Its other routes aren't measured here yet.

Name a second model in the same request and the gateway tries it on retriable errors, so a busy hour never has to reach your users. .

Measured over the last 30 days from each provider's official status feed via StatusGator. Refreshed hourly. 1 further route is not on the board yet. See uptime for every provider qynio monitors.

Data handling per route

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

DigitalOcean โ€” United States๐Ÿ‡บ๐Ÿ‡ธ

Zero data retention is not on by default โ€” a moderation hold applies. No training on customer data. US; dpf sccs; deposit available.

Zero data retention
Not by default โ€” a moderation hold applies. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
None
Moderation
Holds content for review
Caching
Content cached for replay
Subprocessor access
No subprocessor reads content
no-KYC deposit
deposit available
Transfer mechanism
dpf sccs

Nebius โ€” Finland๐Ÿ‡ซ๐Ÿ‡ฎ

Zero data retention is not on by default โ€” abuse monitoring. No training on customer data. EU; deposit available.

Zero data retention
Not by default โ€” abuse monitoring. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
Abuse monitoring
Moderation
Not established
Caching
Not established
Subprocessor access
Not established
no-KYC deposit
deposit available
Transfer mechanism
Not applicable โ€” data stays in EU

Benchmarks

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

Global rank#342 of 630 LLMs
TierEfficient
Output speed327 tok/s
First token0.57s
Intelligence Index15.0
Coding Index13.8
Reasoning & knowledge
GPQA Diamond
47%
Humanity's Last Exam
5%
Long-context reasoning
41%
Coding
SciCode
28%
Agentic & tool use
Terminal-Bench Hard
8%
ฯ„ยฒ-Bench Telecom
45%
Math & instruction following
IFBench
63%

Get started

Call Nemotron 3 Nano Omni through the qynio gateway with one API key. Let your coding agent set it up, or call it directly โ€” qynio is drop-in compatible with the OpenAI, Anthropic, and Google AI SDKs.

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 qynio for you.

Or call it directly

import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.QYN_API_KEY,
baseURL: "https://api.qyn.io/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, crypto rails, 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