provider_type property that identifies whether it supports STT, LLM, or TTS.
Supported Providers
| Provider | Capability | Description |
|---|---|---|
| Groq | LLM | Ultra-low latency reasoning and response generation. |
| OpenAI | LLM | High-quality reasoning and multi-modal language intelligence. |
| Deepgram | STT | Streaming, low-latency speech-to-text transcription. |
| ElevenLabs | TTS | Realistic expressive voice synthesis in multiple languages & voices. |
We are adding more providers and model configurations constantly.
Use Cases
- Determine which LLM or voice engine is active for a deployed agent
- Allow users to choose preferred voice or reasoning engines dynamically
- Build UI selection menus inside dashboards
- Validate that a region supports a specific vendor or capability
Retrieve All Providers
Use this endpoint to fetch the list of currently available providers:GET /v1/providers
Example Request
Replace
<api-key> with your actual API key from the Developer Portal.Provider Types
| Type | Meaning |
|---|---|
llm | Large Language Model provider used for reasoning & response generation |
stt | Speech-to-Text provider used for realtime transcription |
tts | Text-to-Speech provider used for voice rendering |