Audio Input
Send audio via input_audio for transcription, summarization, and analysis.
Pass audio in the messages array with the input_audio content type on nvidia/Nemotron-3-Nano-Omni-30B-A3B, alongside optional text instructions.
Supported model
| Model ID | Provider |
|---|---|
nvidia/Nemotron-3-Nano-Omni-30B-A3B | NVIDIA |
For image input, see the Vision guide. The full model list is in the Model Catalog.
Audio via URL
Notes
input_audio.dataaccepts a public URL or Base64-encoded audio bytes.- Set
input_audio.formatto the container/codec your file uses (for examplewav,mp3). - Streaming is supported with audio inputs when
stream=true.
Last updated on