API Reference
cURL
curl --request GET \ --url https://api.example.com/api/models/default/compact \ --header 'Authorization: Bearer <token>'
{ "id": 123, "model_id": "<string>", "category": "<string>", "model_provider": "<string>", "model_name": "<string>", "base_url": "<string>", "temperature": 123, "dimension": 123, "abilities": [ "<string>" ], "description": "<string>", "created_at": "<string>", "updated_at": "<string>", "is_active": true, "is_owner": true, "can_edit": true, "can_delete": true, "is_shared": true }
Get the compact default model (config_type=‘compact’)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Model response with user access information