Fish Audio S2 Pro — High-quality TTS with voice cloning via reference_id. Supports 100+ character voices, best quality output at $15/1M chars.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: fish_audio/s1
curl -X POST https://api.skillboss.co/v1/audio/speech \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "fish_audio/s1",
"input": "Hello world",
"voice": "alloy"
}' --output speech.mp3