v36
latestOpenAPI 3.0.3GNU General Public License v3.0raw.githubusercontent.com2026-08-017758212.6 KBfile
Get models in a specific folder
Returns a list of models available in the specified folder. This is an experimental endpoint that provides enhanced model information.
get/api/experiment/models/{folder}
Path parameters
folderstring required
Example:checkpoints
The folder name to list models from
Response
Success - List of models in the folder
Example response
[
{
"name": "model.safetensors"
}
]