---
title: "List Chat Models"
method: GET
path: "/workspaces/{workspace_id}/chat/models"
tags: ["chat"]
---

# List Chat Models

`GET /workspaces/{workspace_id}/chat/models`

The analyst model allowlist (U8, Decision 16), in display order.
Client-safe entries only — the pydantic-ai model strings stay
server-side.

## Path parameters

- `workspace_id` string, uuid, required

## Response `200`

Successful Response

- ModelsResponse — GET /chat/models: the switcher's allowlist, in display order.
  - `models` ChatModelInfo[], required
    - `id` string, required
    - `label` string, required
    - `provider` 'anthropic' | 'openai', required
    - `supports_thinking` boolean, required
  - `default_model_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/useauxos/apis/auxos.md) · [All operations](https://skmtc.dev/useauxos/apis/auxos/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/useauxos/auxos/revisions/2f853c0b59f4/schema)
