List Voices
xbrush_list_voicesList available text-to-speech voices to obtain voice IDs for generating audio, optionally filtered by TTS model or provider.
Instructions
List the voices available for text-to-speech, optionally for a specific model/provider.
Use a returned voice_id as the voice_id argument to xbrush_tts_generate.
Args: model (string, optional): TTS model ID (e.g. speech-2.8-hd, eleven-v3). Omit for the default provider.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | TTS model ID to list voices for (e.g. speech-2.8-hd, eleven-v3). Omit for the default provider. See xbrush_list_models(category='audio'). |