docs(minimax): document tts env vars · openclaw/openclaw@da89108
steipete
·
2026-04-25
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -256,6 +256,12 @@ The bundled `minimax` plugin registers MiniMax T2A v2 as a speech provider for
|
256 | 256 | MP3 to 48kHz Opus with `ffmpeg`, because the Feishu/Lark file API only |
257 | 257 | accepts `file_type: "opus"` for native audio messages. |
258 | 258 | |
| 259 | +| Setting | Env var | Default | Description | |
| 260 | +| ---------------------------------------- | ---------------------- | ----------------------------- | -------------------------------- | |
| 261 | +| `messages.tts.providers.minimax.baseUrl` | `MINIMAX_API_HOST` | `https://api.minimax.io` | MiniMax T2A API host. | |
| 262 | +| `messages.tts.providers.minimax.model` | `MINIMAX_TTS_MODEL` | `speech-2.8-hd` | TTS model id. | |
| 263 | +| `messages.tts.providers.minimax.voiceId` | `MINIMAX_TTS_VOICE_ID` | `English_expressive_narrator` | Voice id used for speech output. | |
| 264 | + |
259 | 265 | ### Music generation |
260 | 266 | |
261 | 267 | The bundled `minimax` plugin also registers music generation through the shared |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。