What problem does it solve?
Deploying and operating NVIDIA Nemotron Speech (Riva) NIMs involves scattered documentation, per-release model catalogs, container configuration, and protocol choices that are easy to get wrong. This Skill routes any speech AI task — speech-to-text, text-to-speech, or translation — to the correct deployment and inference workflow with current, verified commands.
Core Features & Use Cases
- ASR, TTS, and NMT deployment: Deploy Parakeet, Canary, Whisper, and Magpie models via build.nvidia.com cloud inference or self-hosted Docker NIMs with gRPC, HTTP, and WebSocket clients.
- Custom model pipelines: Convert fine-tuned NeMo checkpoints (.nemo) to deployable NIMs through the riva-build and riva-deploy RMIR workflow.
- Pipeline tuning and readiness: Configure VAD, diarization, language models, SSML, zero-shot voice cloning, and IPA pronunciation dictionaries, plus run 6-step GPU/driver/NGC readiness checks.
- Use Case: Ask your agent to "deploy a self-hosted Parakeet ASR NIM and transcribe a WAV file over gRPC" and it walks through container launch, health verification, and inference step by step.
Quick Start
Ask your agent to deploy a Riva ASR NIM for Parakeet and transcribe an audio file, and it will route to the right workflow automatically.