Learn how to retrieve available voices, models, and languages.
get_languages()
: Retrieves the list of supported languages for Text-to-Speech.get_voices(model="model_name")
: Retrieves the voices available for a specific model (e.g., “lightning”).get_cloned_voices()
: Fetches all user-specific cloned voices.get_models()
: Retrieves the TTS models on the platform available through API.