Any plans to support Deepgram voice agents? <htt...
# ask-ai
a
Any plans to support Deepgram voice agents? https://deepgram.com/product/voice-agent-api
t
Thanks for reaching out, Sanjeev. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
LiveKit Agents framework supports integration with Deepgram for both speech-to-text (STT) and text-to-speech (TTS) capabilities. You can install the required plugin using pip:
Copy code
pip install livekit-plugins-deepgram
To authenticate, you'll need a Deepgram API key, which can be set as an environment variable:
DEEPGRAM_API_KEY
. Features include: • Speech-to-text capabilities with support for key terms to improve recognition accuracy (for Nova-3 models). • Text-to-speech capabilities with support for filler words and natural pauses through prompting. If you need further details or assistance with setup, feel free to ask! Sources: GitHub::livekit::agents | livekit-plugins/livekit-plugins-deepgram/README.m... | Deepgram STT integration guide | LiveKit Docs | Deepgram TTS integration guide | LiveKit Docs