External DocumentationTo learn more, visit the LiteLLM documentation.
Actions
List Models
List all available models with their details.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Fallback Type | Select the fallback type: * general - alternative models.* context_window - larger context models.* content_policy - different safety policies.Defaults to general when Include Metadata is set to True. |
| Include Metadata | Select to include model metadata. |
| Include Model Access Groups | Select to include model access groups. |
| Only Model Access Groups | Select to return model access groups only. |
| Return Wildcard Routes | Select to return wildcard routes. |
| Team ID | The ID of the team to filter models by. |
{
"data": [
{
"id": "gpt-4o-mini",
"object": "model",
"created": 1677610602,
"owned_by": "openai",
"metadata": {
"fallbacks": []
}
}
],
"object": "list"
}
Was this page helpful?