Setup
Usage
Models
| Model | Description |
|---|---|
minimax/speech-01 | Standard TTS |
minimax/speech-01-hd | High-definition |
TTS with MiniMax
export MINIMAX_API_KEY=your-key
export MINIMAX_GROUP_ID=your-group-id
from praisonaiagents import AudioAgent
agent = AudioAgent(llm="minimax/speech-01")
agent.speech("Hello world!", output="hello.mp3")
| Model | Description |
|---|---|
minimax/speech-01 | Standard TTS |
minimax/speech-01-hd | High-definition |