---
title: "Get all LLM models"
method: GET
path: "/models"
tags: ["Models"]
---

# Get all LLM models

`GET /models`

Get all LLM models

## Response `200`

Success

- object
  - `data` object[]
    - `id` string
    - `object` string
    - `created` number
    - `owned_by` string
  - `object` string — Always "list" for list responses

## Other responses

- `400` — Not Found

## Changes

- **2026-05-30** `51d2493ba0f4` — 1 info
  - api tag `Models` added
- **2026-05-30** `d06ce0f3c00d` — 1 info
  - api tag `Models` removed
- **2026-05-11** `1eb4854796d4` — 1 info
  - api tag `Models` added

[Change history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/models/get.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/3183ec3153d1/schema)
