> ## Documentation Index
> Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# MiniMax Audio

> TTS with MiniMax

Text-to-Speech using MiniMax models.

## Setup

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
export MINIMAX_API_KEY=your-key
export MINIMAX_GROUP_ID=your-group-id
```

## Usage

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents import AudioAgent

agent = AudioAgent(llm="minimax/speech-01")
agent.speech("Hello world!", output="hello.mp3")
```

## Models

| Model                  | Description     |
| ---------------------- | --------------- |
| `minimax/speech-01`    | Standard TTS    |
| `minimax/speech-01-hd` | High-definition |
