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

# List models

`GET /models`

Lists the currently available models, and provides basic information about each one such as the owner and availability.

## Response `200`

OK

- ListModelsResponse
  - `object` 'list', required
  - `data` Model[], required
    - `id` string, required — The model identifier, which can be referenced in the API endpoints.
    - `created` integer, required — The Unix timestamp (in seconds) when the model was created.
    - `object` 'model', required — The object type, which is always "model".
    - `owned_by` string, required — The organization that owns the model.
    - `shutdown_date` string, date, nullable — The date when the model will shut down, or null if not announced.

## Other responses

- `403` — The API credential does not have permission to list models.

## Changes

- **2026-09-25** `9c523485a79e` — 1 info
  - added the non-success response with the status `403`
- **2026-08-14** `111dd5cc1628` — 1 info
  - added the optional property `data/items/shutdown_date` to the response with the `200` status

[Change history](https://skmtc.dev/openai/apis/openapi/changes/models/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openai/apis/openapi/revisions/d86203de41ae?raw)
