MiniMax Speech 2.8 (GMI Cloud)

GMI Cloud 官方提供的 MiniMax Speech 2.8 自然语音合成端点。支持秒级声音克隆与多语言语音生成。

Updated 8/29/20261 code examples

About the Model

Why Choose MiniMax Speech 2.8?

MiniMax Speech 2.8 offers human-like voice synthesis with dynamic emotion adjustments and low latency.

How to Access for Free (via GMI Cloud)

免费依据与活动说明

MiniMax Week 期间 100% 免费调用。支持高拟真度 TTS 与快速音色克隆。

Try it in your browser

Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.

Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.

Code Examples

curl
curl https://api.gmi-serving.com/v1/audio/speech \
  -H "Authorization: Bearer $GMI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "speech-2.8",
    "input": "欢迎使用 GMI Cloud 与 MiniMax 联合推出的高保真语音合成服务!"
  }'

Community Feedback

Comments are tied to your GitHub account — sign in to join the discussion.