Voices
Get Voices
List voices available for Lightning v3.1. The response is the union of the standard and Pro voice catalogs — the API does not return a per-voice "is Pro" flag, so consult the Lightning v3.1 Pro and Lightning v3.1 model cards for the canonical per-pool voice lists. Use the voice_id from this response together with "model": "lightning_v3.1" (default) or "model": "lightning_v3.1_pro" on the unified /waves/v1/tts route to pick the pool.
get/waves/v1/{model}/get_voices
Path parameters
model'lightning-v3.1' required
The catalog to query. Currently only lightning-v3.1 is supported — the response returns the union of standard Lightning v3.1 voices and Lightning v3.1 Pro voices. The API does not include a per-voice Pro flag; consult the model cards for the canonical per-pool catalogs.
Response
Voices retrieved successfully.
Example response
{
"voices": [
{
"voiceId": "avery",
"displayName": "Avery",
"tags": {
"language": [
"english"
],
"accent": "american",
"gender": "female",
"age": "young",
"emotions": [],
"usecases": [
"conversational"
]
}
}
]
}