Retrieve a list of all supported providers. A provider could be our external partner for STT, LLM or TTS, each entry in the provider has a provider_type property which would indicate what type of item is this.
A list of providers and their details.
A user friendly name of the model or entity.
"GPT OSS 120B"
Name of the provider to be used while creating an agent.
"groq or openai"
A user friendly name of the provider company..
"Groq or OpenAI"
Type of the provider indicating if this entry is an STT, LLM or TTS.
"stt, llm or tts"
Name of the model to be used while creating an agent.
"gpt-4.1-mini"
This field represents any additional fields or configuration required for the model. For example this could be audio synthesis settings for your TTS model.
[
{
"name": "voice_id",
"type": "ENUM",
"items": [
{
"label": "Chole",
"value": "21m00Tcm4TlvDq8ikWAM"
},
{
"label": "Lisa",
"value": "ZUrEGyu8GFMwnHbvLhv2"
},
{
"label": "Aman",
"value": "rFzjTA9NFWPsUdx39OwG"
}
],
"label": "Voice",
"default_value": "ZUrEGyu8GFMwnHbvLhv2"
}
]