✨ NEW:SORA Watermark Remover - Remove watermarks from SORA generated videos. · Try it now
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?