Octopus
f5c212f69b
feat: add MiniMax TTS provider support (speech-2.8)
Add MiniMax as a fifth TTS provider alongside Edge TTS, ElevenLabs,
OpenAI, and NeuTTS. Supports speech-2.8-hd (recommended default) and
speech-2.8-turbo models via the MiniMax T2A HTTP API.
Changes:
- Add _generate_minimax_tts() with hex-encoded audio decoding
- Add MiniMax to provider dispatch, requirements check, and Telegram
Opus compatibility handling
- Add MiniMax to interactive setup wizard with API key prompt
- Update TTS documentation and config example
Configuration:
tts:
provider: "minimax"
minimax:
model: "speech-2.8-hd"
voice_id: "English_Graceful_Lady"
Requires MINIMAX_API_KEY environment variable.
API reference: https://platform.minimax.io/docs/api-reference/speech-t2a-http
2026-04-03 22:42:14 -07:00
..
2026-03-05 05:24:55 -08:00
2026-04-03 01:46:45 -07:00
2026-03-30 19:40:39 -07:00
2026-03-14 22:49:57 -07:00
2026-04-01 04:18:50 -07:00
2026-03-24 08:19:34 -07:00
2026-03-24 07:53:07 -07:00
2026-03-30 18:39:51 -07:00
2026-03-31 03:10:01 -07:00
2026-03-30 17:15:21 -07:00
2026-03-24 07:53:07 -07:00
2026-03-31 03:10:01 -07:00
2026-04-02 15:33:51 -07:00
2026-03-29 10:19:54 -07:00
2026-03-05 07:28:41 -08:00
2026-03-30 20:30:11 -07:00
2026-04-02 15:33:51 -07:00
2026-04-02 15:33:51 -07:00
2026-03-30 20:30:11 -07:00
2026-03-18 04:18:08 -07:00
2026-03-30 20:30:11 -07:00
2026-03-15 06:24:28 -07:00
2026-03-24 07:53:07 -07:00
2026-03-29 00:33:30 -07:00
2026-03-30 20:30:11 -07:00
2026-03-28 11:21:44 -07:00
2026-04-03 22:42:14 -07:00
2026-03-05 23:51:46 -08:00
2026-03-24 09:25:01 -07:00