16 lines
508 B
Markdown
16 lines
508 B
Markdown
# Deepgram plugin for LiveKit Agents
|
|
|
|
Support for [Deepgram](https://deepgram.com/)'s voice AI services in LiveKit Agents.
|
|
|
|
More information is available in the docs for the [STT](https://docs.livekit.io/agents/integrations/stt/deepgram/) and [TTS](https://docs.livekit.io/agents/integrations/tts/deepgram/) integrations.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install livekit-plugins-deepgram
|
|
```
|
|
|
|
## Pre-requisites
|
|
|
|
You'll need an API key from DeepGram. It can be set as an environment variable: `DEEPGRAM_API_KEY`
|