---
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.
  - `created` integer, required
  - `id` string, required
  - `object` string
  - `owned_by` string, required

## Other responses

- `422` — Validation Error

## Changes

- **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/bb754bbf3e78/schema)
