---
title: "Get Available Models"
method: GET
path: "/models"
tags: ["Core"]
---

# Get Available Models

`GET /models`

Retrieve a list of all unique models currently used by agents and teams in this OS instance. This includes the model ID and provider information for each model.

## Response `200`

List of models retrieved successfully

- Model[]
  - `id` string, nullable — Model identifier
  - `provider` string, nullable — Model provider name

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

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