---
title: "List Models"
method: GET
path: "/models"
tags: ["Project"]
deprecated: true
---

# List Models

`GET /models`

> **Deprecated.**

Deprecated: use List Model Channels instead.

## Query parameters

- `project_id` string — Required if using a company api key
- `limit` number
- `offset` number

## Response `200`

Success

- object — Success
  - `data` object[], required
    - `id` string, required
    - `name` string, required — Human-readable display name for the model (e.g., "ChatGPT", "Perplexity").
    - `is_active` boolean, required — Indicates if the model is active for the project.

---

[API](https://skmtc.net/peec/apis/peec-ai-customer-api.md) · [All operations](https://skmtc.net/peec/apis/peec-ai-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peec/peec-ai-customer-api/versions/92840a1bffa7/schema)
