list_llms | Read only | Returns the LLM providers/models available to use when configuring an agent (e.g. GPT-4, Claude). |
get_llm | Read only | Returns details for a single LLM by ID (e.g. llm_abc123). |
list_fallback_llms | Read only | Returns the LLMs eligible to be configured as an agent’s fallback model (used if the primary LLM fails). |
list_languages | Read only | Returns the languages available for agent voices and transcription. |
get_language | Read only | Returns details for a single language by ID (e.g. lang_abc123). |
list_voices | Read only | Returns available TTS voices for configuring an agent. |
get_voice | Read only | Returns details for a single voice by ID (e.g. voice_abc123). |
get_voice_languages | Read only | Returns the languages a specific voice supports, given its voice ID. |
list_transcribers | Read only | Returns the speech-to-text transcriber options available for configuring an agent. |
get_transcriber | Read only | Returns details for a single transcriber by ID (e.g. trs_abc123). |
list_fallback_transcribers | Read only | Returns transcribers with is_fallback=true, use this list to populate the Fallback STT selector when configuring per-agent STT fallback settings. |