Text-to-speech with multiple emotions and tones, customizable audio formats. Ideal for voice assistants, audiobook production, video dubbing, and brand voice cloning.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: minimax/abab6.5s-chat
curl -X POST https://api.skillboss.co/v1/chat/completions \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax/abab6.5s-chat",
"messages": [{"role": "user", "content": "Hello!"}]
}'