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
| Parameter | Type | Required | Description |
|---|---|---|---|
speaker | string | No | Filter to a speaker name, e.g. astra |
model | string | No | Filter to a model ID, e.g. coda |
gender | string | No | Filter by gender, e.g. female |
language | string | No | Filter by language; matches either the language or lang field, e.g. eng |
Example
Ask your assistant:get_voice_details, compares the demographic metadata, and can audition candidates with synthesize_speech.
Related
list_voices— the catalog grouped by model and language- Voice details API — the underlying REST endpoint

