v1

latestOpenAPI 3.0.22026-07-2610288167.4 KB
model

Get available model folders

Returns a list of model folders available in the system. This is an experimental endpoint that replaces the legacy /models endpoint.

get/api/experiment/models

Response

Success - List of model folders

namestring required

The name of the model folder

foldersstring[] required

List of paths where models of this type are stored

Example response

[
  {
    "name": "checkpoints",
    "folders": [
      "checkpoints"
    ]
  }
]