---
title: "List running models"
method: GET
path: "/api/ps"
---

# List running models

`GET /api/ps`

Retrieve a list of models that are currently running

## Response `200`

Models currently loaded into memory

- PsResponse
  - `models` Ps[] — Currently running models
    - `name` string — Name of the running model
    - `model` string — Name of the running model
    - `size` integer — Size of the model in bytes
    - `digest` string — SHA256 digest of the model
    - `details` object — Model details such as format and family
    - `expires_at` string — Time when the model will be unloaded
    - `size_vram` integer — VRAM usage in bytes
    - `context_length` integer — Context length for the running model

---

[API](https://skmtc.net/ollama/apis/ollama-api.md) · [All operations](https://skmtc.net/ollama/apis/ollama-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ollama/ollama-api/versions/9c660bb9a714/schema)
