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

# List Picker Models

`GET /api/v1/chat/models`

Curated model-picker options for the chat composer dropdown.

Served from the backend registry so the client list cannot drift from the
keys ``ChatRequest.selected_model`` validates against. 404s when the
workspace's model-picker toggle is off — off means the surface is absent.

## Response `200`

Successful Response

- ChatModelsResponse — Curated model-picker options for the chat composer dropdown.
  - `models` ChatModelOption[], required
    - `key` string, required
    - `label` string, required
    - `is_default` boolean, required

---

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