---
title: "List models from configured LiteLLM instance"
method: GET
path: "/v2/models/litellm/models"
tags: ["Models"]
---

# List models from configured LiteLLM instance

`GET /v2/models/litellm/models`

Fetches the list of models from the LiteLLM instance configured for the workspace. Requires a stored LiteLLM integration.

## Response `200`

LiteLLM models retrieved

- object[], nullable

## Other responses

- `404` — LiteLLM integration not found
- `500` — Error fetching models from LiteLLM

---

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