NVIDIA NIM · Arazzo Workflow
NVIDIA NIM Voice Assistant Loop
Version 1.0.0
Transcribe an audio clip with Riva ASR, answer the transcript with an LLM, then synthesize the reply with Riva TTS.
View Spec
View on GitHub
Artificial IntelligenceInferenceMicroservicesLLMFoundation ModelsGPUKubernetesNVIDIAOpenAI-CompatibleArazzoWorkflows
Provider
Workflows
voice-assistant-loop
Speech-to-text, chat answer, then text-to-speech in a single loop.
Transcribes an audio clip, generates a chat answer to the transcript, and synthesizes the answer back into audio.
1
transcribeAudio
Transcribe the uploaded audio clip into text using a Riva ASR NIM via a multipart/form-data upload.
2
answerTranscript
Send the transcript to a chat model to generate a spoken-style reply.
3
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.