---
title: "Model Info"
method: GET
path: "/models/{model_id}"
tags: ["model management"]
---

# Model Info

`GET /models/{model_id}`

Retrieve information about a specific model accessible to your API key.

Returns model details only if the model is available to your API key/team.
Returns 404 if the model doesn't exist or is not accessible.

Follows OpenAI API specification for individual model retrieval.
https://platform.openai.com/docs/api-reference/models/retrieve

Query parameters mirror `/v1/models` so the same caller context (team
scoping, health filtering, paused deployments) drives both endpoints; the
listing's public id must resolve to the same internal deployment here.

## Path parameters

- `model_id` string, required

## Query parameters

- `team_id` string, nullable
- `healthy_only` boolean, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `082b5fabd909` — 4 info
  - added the new optional `query` request parameter `healthy_only`
  - added the new optional `query` request parameter `team_id`
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/models/:model_id/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/c71315002afa?raw)
