---
title: "Get Model"
method: GET
path: "/v1/models/{model_id}"
---

# Get Model

`GET /v1/models/{model_id}`

## Path parameters

- `model_id` string, required

## Headers

- `X-Amz-Cf-Id` string, nullable
- `CF-RAY` string, nullable

## Response `200`

Successful Response

- ModelMetadata
  - `created` integer
  - `id` string, required
  - `object` 'model'
  - `owned_by` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/cerebras/apis/cerebras-cloud-api.md) · [All operations](https://skmtc.dev/cerebras/apis/cerebras-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cerebras/cerebras-cloud-api/revisions/4aaffc73ab32/schema)
