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

# GET /models

`GET /models`

Lists the currently available models, and provides basic information about each one.

## Response `200`

OK

- ListModelsResponse
  - `object` 'list'
  - `data` Model[], required
    - `id` string, required — The unique model identifier, which can be referenced in the API.
    - `owned_by` string, required — The owner of the model.
    - `object` 'model', required — The object type, which is always "model"
    - `created` integer, required — The creation time of the model.

## Other responses

- `400` — The request was invalid or malformed
- `429` — The client has sent too many requests in a given amount of time
- `500` — The server encountered an unexpected error
- `default` — An unexpected error occurred

---

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