---
title: "Get Chat Models"
method: GET
path: "/v1/chat/models"
tags: ["Horde"]
---

# Get Chat Models

`GET /v1/chat/models`

## Query parameters

- `names` string
- `clean_names` string
- `base_models` string
- `templates` string
- `min_size` number
- `max_size` number
- `quant` string
- `backends` string

## Response `200`

Successful Response

- Model[]
  - `name` string, required
  - `clean_name` string, required
  - `base_model` string, required
  - `template` string, required
  - `backend` string, required
  - `quant` string, required
  - `size` number, required
  - `known_to_horde` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/conczin/apis/immersive-api.md) · [All operations](https://skmtc.dev/conczin/apis/immersive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conczin/immersive-api/revisions/2069c84d40a6/schema)
