---
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

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
