Sonna
API ReferenceModels

Get Model Progress

Get model download progress via Server-Sent Events.

GET
/models/progress/{model_name}

Path Parameters

model_name*Model Name

Response Body

application/json

application/json

curl -X GET "https://example.com/models/progress/string"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}