providers
Get Stt Provider Details
🎧 Get detailed information for a specific STT provider.
GET
Get Stt Provider Details
Documentation Index
Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt
Use this file to discover all available pages before exploring further.
Previous
Get Llm Providers Comprehensive🧠 Get ALL LLM (Language Model) providers with complete configuration data.
**Frontend Usage:**
Use this to populate model provider selection dropdowns and show capabilities.
**Returns for each provider:**
- Available models with latency, pricing, capabilities
- Configuration status
- Recommended models for voice agents
- API key requirements
**Example Response:**
```json
{
"providers": {
"openai": {
"name": "OpenAI",
"configured": true,
"models": {...},
"default_model": "gpt-4o-mini",
"recommended_for_voice_agents": "gpt-4o-mini"
}
}
}
```
Next
Get Stt Provider Details