⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/v3/fine_tune_status/{training_id} \
--header 'Content-Type: application/json' \
--data '{
"key": ""
}'{
"status": "success",
"messege": "model_ready",
"data": "Step:1 Training Started, 5 Steps to go : ETA : 30 minutes\nStep:2 Training Done, 4 Steps to go : ETA : 15 minutes\nStep:3 Model Uploading, 3 Steps to go : ETA : 10 minutes\nStep:4 Model Uploaded, 2 Steps to go : ETA : 5 minutes\nModel loaded successfully"
}This endpoint returns the model’s current training status and estimated time remaining, if still in progress.
curl --request POST \
--url https://modelslab.com/api/v3/fine_tune_status/{training_id} \
--header 'Content-Type: application/json' \
--data '{
"key": ""
}'{
"status": "success",
"messege": "model_ready",
"data": "Step:1 Training Started, 5 Steps to go : ETA : 30 minutes\nStep:2 Training Done, 4 Steps to go : ETA : 15 minutes\nStep:3 Model Uploading, 3 Steps to go : ETA : 10 minutes\nStep:4 Model Uploaded, 2 Steps to go : ETA : 5 minutes\nModel loaded successfully"
}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 belowendpoint.
Where {training_id} is returned in the response upon initiating the model training using the Create Dreambooth Request endpoint.
--request POST 'https://modelslab.com/api/v3/fine_tune_status/{training_id}' \
{
"key": ""
}
The unique identifier for the training job returned from the create training endpoint
"F5jvdzGnYi"
Your API Key used for request authorization
""
Was this page helpful?