---
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

## Path parameters

- `model_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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