listVoices
List text-to-speech voices from all supported providers, with filtering by language, gender, accent, and pagination to locate the desired voice.
Instructions
Retrieve voices with filtering and pagination support. ElevenLabs supports advanced filtering by name, language, accent, and gender. Other providers support basic pagination only.
(Tags: Providers)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-indexed page number. | |
| accent | No | Accent label (e.g. `american`, `british`). ElevenLabs only. | |
| gender | No | Filter voices by gender. ElevenLabs only. | |
| search | No | Substring match against voice name or description. ElevenLabs only. | |
| language | No | ISO language code (e.g. `en`, `hi`, `es`). ElevenLabs only. | |
| provider | No | TTS provider to list voices from. Omit to list across all providers. | |
| page_size | No | Voices per page. Capped at 100. |