---
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` union[]
      - union
        - PricingTier — Whole-request price cliff selected by total billable input tokens.
          - `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, nullable
          - `min_input_tokens` integer, required
          - `output_price_per_million` number, nullable
        - object
  - `pricing_source` string

## Other responses

- `422` — Validation Error

## Changes

> 126 revisions in range; 98 could not be searched.

- **2026-04-17** `0f43605bdc13` — 3 warning, 1 info
  - removed the optional property `context_window` from the response with the `200` status
  - removed the optional property `pricing` from the response with the `200` status
  - removed the optional property `pricing_source` from the response with the `200` status
  - the endpoint scheme security `ApiKeyAuth` was removed from the API

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/models/:model_id/get.md)

---

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