listVoices
Retrieve text-to-speech voices across multiple providers with filtering by language, accent, gender, or name, and pagination for large voice libraries.
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. |