⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/v6/images/model_reload \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"model_id": "<string>"
}
'{
"status": "success",
"message": "<string>"
}Reload Model API is used to reload an idle model that has not been used for more than 7 days.
curl --request POST \
--url https://modelslab.com/api/v6/images/model_reload \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"model_id": "<string>"
}
'{
"status": "success",
"message": "<string>"
}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 reload a specific model specified by the model_id parameter in the request body.
--request POST 'https://modelslab.com/api/v6/images/model_reload' \
{
"key": "your_api_key",
"model_id": "model_id"
}
Was this page helpful?