get_voices
List available voices for AI agents, returning voice IDs, gender, language, and supported models to help configure an agent's voice.
Instructions
List available voices for agents. Returns voice IDs, names, gender, language, and supported models. Use the voiceId with update_agent'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) |