fal-ai/minimax/speech-02-hd
MiniMax Speech 02 HD text-to-speech — alternate Video Director narration voice.
OpenAI-compatible — point any OpenAI SDK at our base URL and use the model id above.
curl https://trismegistus.app/api/v1/chat/completions \
-H "Authorization: Bearer $TRISMEGISTUS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "fal-ai/minimax/speech-02-hd",
"messages": [{"role": "user", "content": "Hello!"}]
}'