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

# List Models

`GET /v1/models`

List all available models.

Returns models derived from the model_pricing table in an
OpenAI-compatible format.

## 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
  - `object` string

## Changes

- **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/bb754bbf3e78/schema)
