Nemotron 3 Nano Omni
/v1/runNemotron 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.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to nvidia/nemotron-3-nano-omni/audio.
Default: nvidia/nemotron-3-nano-omni/audio
Text prompt to send to the model. English only.
URL of the audio clip to reason about. wav or mp3, max 1 hour.
Nucleus sampling probability mass.
Range: 0 to 1
Default: 0.95
Sampling temperature. Lower is more deterministic.
Range: 0 to 2
Default: 0.7
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
Default: no_think
Maximum number of tokens to generate.
Range: 1 to 20000
Default: 1024
Response Schema
The submit endpoint returns an accepted generation task. Poll the result endpoint with the returned id for terminal outputs or errors.
Error message if the task failed. Empty on success.
Unique identifier for the generation task.
Model ID used for the prediction.
Array of generated content. Empty when status is not completed.
Status of the task: pending, running, completed, failed, or timeout.
Allowed values: pending, running, completed, failed, timeout
Model capabilities
Capabilities declared by the model registry.
Default: audio-to-text
Execution mode declared by the model registry.
Default: async

