---
title: "Get model parameter definitions"
method: GET
path: "/api/v1/models/{modelName}/params"
tags: ["Models"]
---

# Get model parameter definitions

`GET /api/v1/models/{modelName}/params`

## Path parameters

- `modelName` string, required

## Response `200`

Parameter definitions with types, descriptions, and defaults

- SuccessResponseModelDefinition
  - `ok` true
  - `data` ModelDefinition
    - `name` string
    - `displayName` string
    - `description` string
    - `params` ModelParamDefinition[]
      - `name` string
      - `type` 'number' | 'integer' | 'boolean' | 'array'
      - `description` string
      - `default` unknown
      - `items` object
    - `defaults` object

## Other responses

- `404` — Resource not found

## Changes

- **2026-04-17** `5eb4ed0f33c7` — 15 breaking, 2 warning, 1 info
  - the response property `data` became optional for the status `200`
  - the response property `data/defaults` became optional for the status `200`
  - the response property `data/description` became optional for the status `200`
  - the response property `data/displayName` became optional for the status `200`
  - …14 more

[Change history](https://skmtc.dev/bitbybit-dev/apis/bitbybit-cad-cloud-api/changes/api/v1/models/:modelName/params/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)
