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

# Get model details

`GET /models/{model_id}`

## Path parameters

- `model_id` string, required

## Response `200`

OK

- Model
  - `id` string
  - `object` 'model'
  - `created` integer
  - `owned_by` string
  - `supported_endpoint_types` string[]
  - `context_length` integer — Maximum context window in tokens. Present only when the administrator has populated capability metadata for this model; otherwise omitted.
  - `max_completion_tokens` integer — Maximum tokens the model can return per response. Present only when admin metadata exists; otherwise omitted.
  - `architecture` object — Modality matrix for the model. Present only when admin metadata exists; otherwise omitted.
    - `input_modalities` string[]
    - `output_modalities` string[]

---

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