⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/v3/finetune_list \
--header 'Content-Type: application/json' \
--data '{
"key": ""
}'{
"status": "success",
"messege": "model list",
"data": []
}Returns a list with all the models that you have created.
curl --request POST \
--url https://modelslab.com/api/v3/finetune_list \
--header 'Content-Type: application/json' \
--data '{
"key": ""
}'{
"status": "success",
"messege": "model list",
"data": []
}Documentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
POST request to below endpoint to obtain a list with model IDs.
--request POST 'https://modelslab.com/api/v3/finetune_list' \
{
"key": ""
}
Was this page helpful?