Get Trained Models List
curl --request POST \
--url https://modelslab.com/api/v3/finetune_list \
--header 'Content-Type: application/json' \
--data '{
"key": ""
}'{
"status": "success",
"messege": "model list",
"data": []
}Train Model
Get Trained Model List
Returns a list with all the models that you have created.
POST
/
finetune_list
Get Trained Models List
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.
Request
Send aPOST request to below endpoint to obtain a list with model IDs.
curl
--request POST 'https://modelslab.com/api/v3/finetune_list' \
Body
json
{
"key": ""
}
Was this page helpful?
⌘I

