Logo
GET/models

Model 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

NameTypeDescription
return_wildcard_routesstring
team_idstring
include_model_access_groupsstring
only_model_access_groupsstring
include_metadatastring
fallback_typestring
scopestring

Responses

200Successful Response
422Validation Error
PropertyTypeDescription
detail
array

Code Examples

curl -X GET https://llm.smoo.ai/models \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"