Providers
Get Language Default
GET
/api/v1/providers/language/defaultAuthorization
BearerAuth AuthorizationBearer <token>
In: header
Query Parameters
language_id*Language Id
Language id for which to fetch the default model
Format
uuidplatform_keys_only?Platform Keys Only
Return only providers having platform API keys
Default
falsemodel_type*ModelType
llm, stt, or tts
Value in
- "llm"
- "stt"
- "tts"
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/providers/language/default?language_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&model_type=llm"{ "provider": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "AI" }, "model": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "AI" }, "voice": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "AI" }}