---
title: "Get Available Models"
method: GET
path: "/api/models"
---

# Get Available Models

`GET /api/models`

Returns a list of available models with their details

## Response `200`

List of models

- object[]
  - `name` string
  - `size` integer
  - `details` ModelDetails
    - `parent_model` string
    - `format` string
    - `family` string
    - `families` string[]
    - `parameter_size` string
    - `quantization_level` string

## Other responses

- `500` — Error fetching models

---

[API](https://skmtc.dev/d3v0ps-cloud/apis/ollama-model-manager-api.md) · [All operations](https://skmtc.dev/d3v0ps-cloud/apis/ollama-model-manager-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/d3v0ps-cloud/ollama-model-manager-api/revisions/b4778ed72650/schema)
