Appearance
Get cai models.
GET
/backend/v1/providers/cai-models
Retrieves all models accessible using CAI managed API keys.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Query Parameters
modelType
Get models of provided type
Typestring
Enum
huggingface
Responses
Successful Response
application/json
JSON
{
"models": [
{
"host": "string",
"id": "string",
"name": "string",
"type": "string"
}
]
}