GET
/modelsModel List
Use `/model/info` - to get detailed model information, example - pricing, mode, etc. This is just for compatibility with openai projects like aider. Query Parameters: - include_metadata: Include additional metadata in the response with fallback information - fallback_type: Type of fallbacks to include ("general", "context_window", "content_policy") Defaults to "general" when include_metadata=true - scope: Optional scope parameter. Currently only accepts "expand". When scope=expand is passed, proxy admins, team admins, and org admins will receive all proxy models as if they are a proxy admin.
Requires authentication
Query Parameters
| Name | Type | Description |
|---|---|---|
return_wildcard_routes | string | |
team_id | string | |
include_model_access_groups | string | |
only_model_access_groups | string | |
include_metadata | string | |
fallback_type | string | |
scope | string |
Responses
200Successful Response422Validation Error| Property | Type | Description |
|---|---|---|
detail | array |
Code Examples
curl -X GET https://llm.smoo.ai/models \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"