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

# List models

`GET /v3/router/models`

Lists all models available through the AI Router. Returns each model in OpenAI-compatible shape with its provider, ID, and creation timestamp.

## Response `200`

Models listed.

- object
  - `data` PublicModelEntry[], nullable, required — Available models.
    - `created` integer, required — Unix timestamp (seconds) when the model was added.
    - `id` string, required — Model identifier in provider/model format (e.g. openai/gpt-4o).
    - `object` 'model', required — Always "model".
    - `owned_by` string, required — The provider that owns the model (e.g. openai, anthropic).
  - `object` 'list', required — Always "list".

---

[API](https://skmtc.net/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.net/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/versions/41c02aedc7c0/schema)
