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

# List available models

`GET /api/v1/models`

## Response `200`

List of registered parametric model names

- SuccessResponseModelList
  - `ok` true
  - `data` object
    - `models` string[]

## Changes

- **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/5eb4ed0f33c7/schema)
