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

# List Models

`GET /v1/models`

List all available models.

Returns models auto-discovered from configured providers, enriched with
pricing data from the model_pricing table when available. Models that only
exist in the pricing table are also included for backward compatibility.

## Query parameters

- `provider` string, nullable — Filter models by provider name

## Response `200`

Successful Response

- ModelListResponse — OpenAI-compatible model list response.
  - `data` ModelObject[], required
    - `created` integer, required
    - `id` string, required
    - `object` string
    - `owned_by` string, required
    - `pricing` ModelPricingInfo — Pricing information for a model.
      - `input_price_per_million` number, required
      - `output_price_per_million` number, required
  - `object` string

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-14** `0ad4e5f1cc3e` — 1 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
- **2026-05-28** `1a851cb6cf81` — 3 info
  - added the new optional `query` request parameter `provider`
  - added the non-success response with the status `422`
  - added the optional property `data/items/pricing` to the response with the `200` status
- **2026-05-21** `81557a1e5a42` — 2 warning, 1 info
  - deleted the `query` request parameter `provider`
  - removed the optional property `data/items/pricing` from the response with the `200` status
  - removed the non-success response with the status `422`
- **2026-05-21** `cab0e95b9340` — 3 info
  - added the new optional `query` request parameter `provider`
  - added the non-success response with the status `422`
  - added the optional property `data/items/pricing` to the response with the `200` status
- **2026-04-17** `0f43605bdc13` — 4 warning, 2 info
  - deleted the `query` request parameter `provider`
  - removed the optional property `data/items/context_window` from the response with the `200` status
  - removed the optional property `data/items/pricing` from the response with the `200` status
  - removed the optional property `data/items/pricing_source` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/models/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/0ad4e5f1cc3e/schema)
