API ReferenceModels
Trigger Model Download
Trigger download of a specific model.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request model for triggering model download.
Response Body
application/json
application/json
curl -X POST "https://example.com/models/download" \ -H "Content-Type: application/json" \ -d '{ "model_name": "string" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}