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

# List models

`GET /models`

List model IDs and availability in an OpenAI-compatible shape. No auth required.
Use the `id` value as the `model` field in inference requests.

## Response `200`

List of models.

- ModelsResponse
  - `object` string, required
  - `data` ModelInfo[], required
    - `id` string, required — Model identifier. Pass this verbatim as the `model` field on `/chat/completions`.
    - `object` string, required
    - `created` integer, required — Unix seconds when the model entry was registered.
    - `owned_by` string, required
    - `status` 'ready' | 'unavailable', required — `ready` = currently serving. `unavailable` = not currently available.

---

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