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

# Get Model

`GET /v1/models/{model_id}`

Get details for a specific model.

## Path parameters

- `model_id` string, required

## Response `200`

Successful Response

- ModelObject — OpenAI-compatible model object.
  - `context_window` integer, nullable
  - `created` integer, required
  - `id` string, required
  - `object` string
  - `owned_by` string, required
  - `pricing` ModelPricingInfo — Pricing information for a model.
    - `cache_read_price_per_million` number, nullable
    - `cache_write_1h_price_per_million` number, nullable
    - `cache_write_price_per_million` number, nullable
    - `input_price_per_million` number, required
    - `output_price_per_million` number, required
    - `pricing_tiers` object[]
  - `pricing_source` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.net/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/9efeac9dd037/schema)
