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

# GET /models/{model}

`GET /models/{model}`

## Path parameters

- `model` string, required

## Response `200`

OK

- Model
  - `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)
