Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl \ --request GET \ --url "https://api.breeze.blue/v1/models" \ --header "xi-api-key: $BREEZE_API_KEY"
[ { "model_id": "<string>", "name": "<string>", "can_do_text_to_speech": true, "can_do_voice_conversion": true, "can_use_style": true, "can_use_speaker_boost": true, "serves_pro_voices": true, "description": "<string>", "languages": [ { "language_id": "<string>", "name": "<string>" } ] } ]
List available TTS models.
Breeze Developer API key.
Supported TTS models.
Show child attributes