---
title: "List available models with pricing and capabilities"
method: GET
path: "/v1/model-router/models"
tags: ["model-router"]
---

# List available models with pricing and capabilities

`GET /v1/model-router/models`

## Response `200`

Successful Response

- AvailableModel[]
  - `model_identifier` string, required
  - `provider` string, required
  - `supports_streaming` boolean, required
  - `supports_tools` boolean
  - `supports_vision` boolean
  - `max_context_window` integer, required
  - `regions` string[]
  - `family` string
  - `supports_json_schema` boolean
  - `supports_reasoning_effort` boolean
  - `supports_temperature` boolean
  - `supports_thinking` boolean
  - `supports_audio` boolean
  - `compliance_tags` string[]
  - `input_price_per_1m` number, required
  - `output_price_per_1m` number, required

## Other responses

- `400` — Bad request
- `401` — Authentication required

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/versions/888bdd5c076e/schema)
