← All models
Nemotron-ASR-Streaming is a multi lingual, streaming Automatic Speech Recognition (ASR) engineered to deliver high-quality multi lingual transcription across both low-latency streaming and high-throughput batch workloads.
Details
- Accepts
- audio
Pricing
- Price
- 1 cr / minute
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| language | stringenum: auto, en-US, en-GB, es-US, es-ES, de-DE… | Target language for transcription (language-ID prompt). 'auto' lets the model detect the language. |
| audio_urlrequired | string | URL of the audio file to transcribe. |
| acceleration | stringenum: none, regular, high, full | Controls the speed/accuracy trade-off. 'none' = best accuracy (1.12s chunks), 'regular' = balanced (0.56s chunks), 'high' = faster (0.32s chunks), 'full' = fastest (0.08s chunks). |
Output
| Field | Type | Description |
|---|---|---|
| output | string | The transcribed text from the audio. |
| partial | boolean | True if this is an intermediate result during streaming. |