API reference
List models
Enumerate available voice models. OpenAI-compatible.
GET
Lists the voice models available to your account — the global voices plus any voice clones
you own. The response follows the OpenAI
/v1/models shape, so client.models.list()
works out of the box. Each id is a voice id you can pass as the voice parameter to
Generate speech.
Authorization
Bearer sk_… — your secret API key.Response
Always
list.One entry per available voice model.