get_voices
Retrieve available voices for AI agents, including IDs, names, gender, language, and supported models. Filter by gender, language, or include cloned voices.
Instructions
List available voices for agents. Returns voice IDs, names, gender, language, and supported models. Use the voiceId with update_agent_config's synthesizer.voiceConfig to change an agent's voice. A voice whose supportedModels include 'lightning-v3.1-pro' is a Lightning V3.1 Pro voice (use it with the waves_lightning_v3_1 model). Optionally include your organization's cloned voices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gender | No | Filter by voice gender | |
| language | No | Filter by language (e.g. 'english', 'hindi'). Case-insensitive partial match. | |
| include_cloned | No | Include your organization's cloned voices (requires auth) |