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

# List models

`GET /models`

Returns the TextCortex models available through the OpenAI-compatible public API.

## Response `200`

Successful response

- ListModelsResponse
  - `data` Model[], required
    - `created` integer, required — Unix timestamp for the model release date.
    - `id` string, required — TextCortex model id.
    - `object` 'model', required
    - `owned_by` string, required
  - `object` 'list', required

## Other responses

- `401` — Missing or invalid API key
- `500` — Model catalog could not be listed

---

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