SandBase is live — $1 in free credits on signupStart free ›

NVIDIA modelsimage generation api

nvidia/nemotron-3-nano-omni/audio

Nemotron 3 Nano Omni Audio by NVIDIA - advanced AI model for audio-to-text. Delivers high-quality results with fast inference, suitable for both creative and production workflows.

Input
Text prompt to send to the model. English only.
URL of the audio clip to reason about. wav or mp3, max 1 hour.
01
Nucleus sampling probability mass. Range: 0 to 1.
02
Sampling temperature. Lower is more deterministic. Range: 0 to 2.
Optional system prompt to steer the model. Reasoning behavior is controlled by the separate `reasoning_mode` field.
Whether the model should emit an explicit reasoning trace. `no_think` returns a direct answer; `think` returns chain-of-thought followed by the final answer. Allowed values: think, no_think.
120000
Maximum number of tokens to generate. Range: 1 to 20000.
Idle

Example output — click Run to generate your own

API README

Nemotron 3 Nano Omni Audio

Nemotron 3 Nano Omni Audio is built for multimodal reasoning, with this exact route focused on spoken-audio understanding. Nemotron 3 Nano Omni Audio by NVIDIA - advanced AI model for audio-to-text. Delivers high-quality results with fast inference, suitable for both creative and production workflows. It is designed for production workflows that need a clearly scoped media operation instead of a generic assistant response, preserving the supplied direction while returning an artifact ready for review, iteration, or downstream assembly.

The request surface keeps creative direction and delivery choices explicit through top_p, prompt, audio_url, sync_mode, max_tokens, temperature. Teams can lock source material, describe the intended result, choose supported output controls, and rerun the same request structure across variations. This makes experiments easier to compare and larger pipelines easier to operate without hiding important decisions inside an opaque preset.

Highlights

  • Spoken-Audio Understanding. The nvidia/nemotron-3-nano-omni/audio route is dedicated to spoken-audio understanding, keeping inputs and outputs matched to this operation.
  • Instruction-Following Analysis. Within nvidia/nemotron-3-nano-omni/audio, documented prompt and media controls direct instruction-following analysis while keeping the brief close to the result.
  • Structured Natural-Language Answers. The nvidia/nemotron-3-nano-omni/audio result provides structured natural-language answers in a machine-consumable form for review and downstream production.
  • Route-specific control. For nvidia/nemotron-3-nano-omni/audio, documented controls include top_p, prompt, audio_url, sync_mode, max_tokens, temperature, defining the supported variation space for this exact route.

Pricing

Billing statusPrice
Current quoteCheck the console before submitting.

When to Use

ScenarioWhy it fits
Choose this routeWhen the deliverable is specifically spoken-audio understanding, not a neighboring generation or editing task.
Production iterationWhen creative teams need repeatable instruction-following analysis with an explicit request payload.
Automated pipelinesWhen structured natural-language answers must flow into review, storage, compositing, or publishing.
Controlled variationsWhen a stable brief should be rerun while changing only documented inputs.
Prototype to scaleWhen the same nvidia/nemotron-3-nano-omni/audio contract should serve a single experiment and a larger batch later.

Prompt Guide

Lead with the subject or source, then state the transformation, important spatial or temporal details, style, and finish. Supply only documented fields, keep media URLs reachable, and vary one control at a time when comparing outputs.

{
  "prompt": "A directed creative request with subject, setting, style, motion, and finish."
}

Technical Specs

PropertyValue
Model IDnvidia/nemotron-3-nano-omni/audio
Required inputsprompt
top_pnumber; default: 0.95
promptstring
audio_urlstring
sync_modeboolean; default: false
max_tokensinteger; default: 1024
temperaturenumber; default: 0.7
system_promptstring
reasoning_modestring; options: think, no_think; default: no_think
safety_tolerancestring; default: 6

Related Models

  • nvidia/nemotron-3-nano-omni/video
  • nvidia/nemotron-3-nano-omni/vision

Related Models