---
title: "Lists the currently available models, and provides basic information about each one such as the owner and availability."
method: GET
path: "/models"
tags: ["Models"]
---

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

`GET /models`

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

## Changes

- **2024-08-23** `5856f8b0c850` — 1 breaking
  - the `data/items/created` response's property type/format changed from `integer`/`unixtime` to `integer`/`` for status `200`

[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-service-production.skmtc.workers.dev/v1/apis/openai/openapi/revisions/ab0c5306e390/schema)
