16 lines
429 B
Markdown
16 lines
429 B
Markdown
# MiniMax TTS plugin for LiveKit Agents
|
|
|
|
Support for [MiniMax](https://www.minimaxi.com/)'s voice AI services in LiveKit Agents.
|
|
|
|
See the [MiniMax TTS integration docs](https://docs.livekit.io/agents/models/tts/minimax/) for more information.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install livekit-plugins-minimax-ai
|
|
```
|
|
|
|
## Pre-requisites
|
|
|
|
You'll need an API key from MiniMax. It can be set as an environment variable: `MINIMAX_API_KEY`
|