MyRouterMyRouter
/
ModelsDocsSign In
Back to catalog

MiniMax Speech 2.8 HD Async Text-to-Speech

Provider: MiniMaxType: Audio

Description

MiniMax Speech 2.8 HD Async Text-to-Speech

Capabilities

  • text-to-speech

Model Info

Model ID
minimax-speech-2.8-hd-async
Modalities

Input: Text

Output: Audio

Pricing

Price (per 10k chars)
N/A

Quick Start

Use your MyRouter API key with an OpenAI-compatible base URL, then pick the example that matches your stack.

Direct HTTP request for quick testing.

curl https://api.myrouter.ai/openai/v1/chat/completions \
  -H "Authorization: Bearer $MYROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax-speech-2.8-hd-async",
    "messages": [
      {
        "role": "user",
        "content": "Hello from MyRouter"
      }
    ]
  }'