---
title: "List available models"
method: GET
path: "/models"
tags: ["Models"]
---

# List available models

`GET /models`

## Response `200`

OK

- ModelList
  - `object` 'list'
  - `data` 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)
