Skip to main content
Return detailed metadata for Rime voices: gender, age, accent/dialect, country, genre, model, and language. This is where the lang value for synthesize_speech comes from, and it carries the demographic metadata used to choose a voice. All filters are optional. API key: Not required.

Parameters

ParameterTypeRequiredDescription
speakerstringNoFilter to a speaker name, e.g. astra
modelstringNoFilter to a model ID, e.g. coda
genderstringNoFilter by gender, e.g. female
languagestringNoFilter by language; matches either the language or lang field, e.g. eng

Example

Ask your assistant:
Find me a warm, conversational female voice for a customer support agent.
The assistant filters the catalog with get_voice_details, compares the demographic metadata, and can audition candidates with synthesize_speech.