Skip to main content

Models - get parameter definitions

GET 

/api/v1/models/:modelName/params

Returns parameter schema, types, defaults, and limits for the specified model.

Request

Responses

Model definition

Reference

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

Returns parameter schema, types, defaults, and limits for the specified model.

Parameters

ParameterInTypeRequiredDescription
modelNamepathstringyesModel slug (e.g. dragon-cup, phone-nest)

Responses

StatusDescription
200Model definition
404Not found

Example request

curl -X GET "https://api.bitbybit.dev/api/v1/models/{modelName}/params" \
-H "x-api-key: YOUR_API_KEY"

Authentication: send your key in the x-api-key header. The full machine-readable specification is at openapi.json.