providers
Get Language Support Matrix
🌍 Get comprehensive language support matrix for ALL providers.
Frontend Usage: Use this to show which languages are supported by which providers/models.
Returns:
- TTS providers with models and their supported languages
- STT providers with models and their supported languages
- LLM providers with models and their supported languages
- Language-to-provider mapping for quick lookup
GET
Get Language Support Matrix
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response
Previous
Get Tts Voices By Provider🎤 Get ALL voices for a specific TTS provider with full metadata.
**Frontend Usage:**
Use this to populate voice selection with filtering by gender, accent, and language.
**Parameters:**
- `provider`: elevenlabs, openai, cartesia, deepgram
- `gender`: Filter by gender (male, female, neutral)
- `accent`: Filter by accent (american, british, indian, etc)
- `language`: Filter by primary or supported language
**Returns:**
Complete voice data with gender, accent, tone, and language support.
Next
Get Language Support Matrix