Skip to main content
GET
/
api
/
experiment
/
models
Get available model folders
curl --request GET \
  --url https://cloud.comfy.org/api/experiment/models
[
  {
    "name": "checkpoints",
    "folders": [
      "checkpoints"
    ]
  }
]

Response

Success - List of model folders

name
string
required

The name of the model folder

Example:

"checkpoints"

folders
string[]
required

List of paths where models of this type are stored

Example:
["checkpoints"]