Skip to content

Models

GET https://api.braiv.com/v1/models
xi-api-key: YOUR_BRAIV_API_KEY
[
{
"model_id": "braiv-speech-v1",
"name": "Braiv Speech v1",
"can_do_text_to_speech": true,
"can_be_finetuned": false,
"can_do_voice_conversion": false
}
]

Use braiv-speech-v1 for Text to Speech requests.

Braiv exposes an ElevenLabs-compatible API surface for migration simplicity. Existing clients can usually keep their request shape and update the base URL, API key, and voice id.