---
title: "Models - list available models"
method: GET
path: "/api/v1/models"
tags: ["Models"]
---

# Models - list available models

`GET /api/v1/models`

## Response `200`

Model name list

- ModelListResponse — Success envelope containing the list of available models
  - `ok` true, required
  - `data` ModelList, required — List of all available parametric models
    - `models` string[], required — Available model slugs that can be used with the /models/{name} endpoints

## Changes

- **2026-04-30** `bef883f8a334` — 6 info
  - api operation id `listModels` removed and replaced with ``
  - the response property `data` became required for the status `200`
  - the response property `data/models` became required for the status `200`
  - the response property `ok` became required for the status `200`
  - …2 more
- **2026-04-17** `5eb4ed0f33c7` — 4 breaking, 1 warning, 1 info
  - the response property `data` became optional for the status `200`
  - the response property `data/models` became optional for the status `200`
  - the response property `ok` became optional for the status `200`
  - the `ok` response property const value `true` was removed for the status `200`
  - …2 more

[Change history](https://skmtc.dev/bitbybit-dev/apis/bitbybit-cad-cloud-api/changes/api/v1/models/get.md)

---

[API](https://skmtc.dev/bitbybit-dev/apis/bitbybit-cad-cloud-api.md) · [All operations](https://skmtc.dev/bitbybit-dev/apis/bitbybit-cad-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitbybit-dev/bitbybit-cad-cloud-api/revisions/1135d4473bc2/schema)
