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-04-03 11:14:55 -07:00
2026-03-31 03:10:01 -07:00
2026-04-02 09:36:24 -07:00
2026-03-30 17:34:43 -07:00
2026-03-30 00:02:02 -07:00
2026-03-30 08:10:23 -07:00
2026-03-30 17:39:08 -07:00
2026-03-11 02:56:19 -07:00
2026-03-29 20:10:00 -07:00
2026-03-30 17:07:21 -07:00
2026-04-03 10:10:53 -07:00
2026-04-02 15:33:51 -07:00
2026-03-25 15:02:03 -07:00
2026-03-30 19:05:34 -07:00
2026-03-30 08:10:23 -07:00
2026-03-26 01:34:27 -07:00
2026-04-02 15:33:51 -07:00
2026-03-25 15:02:03 -07:00
2026-04-03 14:21:44 -07:00
2026-04-03 14:21:44 -07:00
2026-03-30 08:10:23 -07:00
2026-04-02 15:33:51 -07:00
2026-04-02 09:36:24 -07:00
2026-04-03 18:47:51 -07:00
2026-03-31 09:29:43 +09:00
2026-03-25 19:47:58 -07:00
2026-03-30 17:34:43 -07:00
2026-03-31 09:29:43 +09:00
2026-04-03 13:10:11 -07:00
2026-04-03 18:47:51 -07:00
2026-04-03 22:42:14 -07:00
2026-04-02 14:00:22 -07:00
2026-03-30 08:37:19 -07:00
2026-03-25 15:54:28 -07:00
2026-03-31 09:29:43 +09:00
2026-04-03 09:08:20 -07:00
2026-03-25 19:47:58 -07:00
2026-03-28 23:47:21 -07:00