---
title: "List models"
method: GET
path: "/models"
tags: ["Models"]
---

# List models

`GET /models`

List the model IDs available to the API key, including public hosted models.

## Response `200`

Model list

- ModelList
  - `object` string, required
  - `data` Model[], required
    - `id` string, required
    - `object` string, required
    - `owned_by` string, required
    - `created` integer — Creation time in Unix seconds.
    - `availability` 'available' | 'paused' — Whether the model currently accepts requests. A paused model stays listed.
    - `paused_until` string, date-time — Scheduled return time, present while availability is paused.

## Other responses

- `400` — Malformed request
- `401` — Missing or invalid API key
- `403` — Key scope mismatch or plan limit exceeded
- `429` — Rate limit exceeded
- `503` — Endpoint stopped, provisioning, or at capacity

---

[API](https://skmtc.dev/runinfra/apis/runinfra-api.md) · [All operations](https://skmtc.dev/runinfra/apis/runinfra-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runinfra/runinfra-api/revisions/dbd314122f80/schema)
