---
title: "Model List"
method: GET
path: "/v1/models"
tags: ["model management"]
---

# Model List

`GET /v1/models`

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.

## Query parameters

- `return_wildcard_routes` boolean, nullable
- `team_id` string, nullable
- `include_model_access_groups` boolean, nullable
- `only_model_access_groups` boolean, nullable
- `include_metadata` boolean, nullable
- `fallback_type` string, nullable
- `scope` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
