---
title: "List models available to a project"
method: GET
path: "/api/projects/{projectId}/models"
tags: ["Models"]
---

# List models available to a project

`GET /api/projects/{projectId}/models`

List models available to a project. Returns the requested resource or collection for the authenticated caller.

## Path parameters

- `projectId` string, required

## Response `200`

Models

- ModelsResponse — models Response payload returned by the API.
  - `models` ModelInfo[], required — Collection of model values.
    - `id` string, required — Stable identifier for the object.
    - `name` string, required — Human-readable name.
    - `provider` string, required — Provider name or key.
    - `description` string — Optional human-readable description.
    - `reasoning` boolean — reasoning value for the model Info object.
    - `reasoningLevels` string[] — Collection of reasoning level values.
    - `defaultReasoning` string — default Reasoning value for the model Info object.
    - `serviceTiers` string[] — Collection of service tier values.

## Other responses

- `default` — Error response

---

[API](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api.md) · [All operations](https://skmtc.dev/ibuildthecloud/apis/discobot-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibuildthecloud/discobot-server-api/revisions/4de3fcd6be56/schema)
