🎵 NEW: Song Generator API powered by ACE-Step v1.5 - Create full songs with vocals in 50+ languages (30s-8min) 🎶 · Try it now · Read Guide
cURL
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.
POST
--request POST 'https://modelslab.com/api/v6/images/model_reload' \
{ "key": "your_api_key", "model_id": "model_id" }
Your API Key used for request authorization.
The ID of the model to be reloaded.
Model reload response
Status of the model reload operation.
success
error
processing
Message indicating the result of the reload operation.
Was this page helpful?