M
MiniMax
/tts
MiniMax speech
Text to speech (Speech-02) returning hex audio.
needs keyunknown
ttsvoiceminimax
$0.00003
per character + $0.002 call
plus $0.001 platform fee per run
Bring your own MiniMax key: provider portion drops to $0.
Not enabled on this deployment yet. Connect your own key to use it now.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run minimax /tts for me.
Input
| Field | Type | Description |
|---|---|---|
| text* | string | Text |
| voice_id | string | Voice default "English_expressive_narrator" |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"minimax","endpoint":"/tts","input":{"text":"...","voice_id":"English_expressive_narrator"}}'cli
npx cracked-ai run -p minimax -e /tts -i '{"text":"...","voice_id":"English_expressive_narrator"}'mcp
run_tool({ provider: "minimax", endpoint: "/tts", input: {"text":"...","voice_id":"English_expressive_narrator"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.