Skip to main content
Generate a ready-to-run code snippet for wiring Rime TTS into a voice-agent framework (Pipecat or LiveKit). Returns install commands, working code, and .env notes. Runs entirely on the server — no network call, no credits consumed. API key: Not required.

Parameters

ParameterTypeRequiredDefaultDescription
frameworkstringYespipecat or livekit
languagestringNopythonpython or node. Only affects LiveKit; Pipecat is Python-only
modelstringNoarcanaRime model ID for the generated config
speakerstringNocelesteRime speaker name for the generated config
modestringNopluginLiveKit only: plugin uses your own Rime key; inference runs on LiveKit Cloud with no Rime key

Example

Ask your assistant:
Generate LiveKit starter code for a voice agent using the coda model and the astra voice.
The assistant emits a complete, runnable agent — or use the build_voice_agent starter prompt to have it pick the voice with you first.