Sonna
API ReferenceModels

Get Model Status

Get status of all available models.

GET
/models/status

Response Body

application/json

curl -X GET "https://example.com/models/status"
{
  "models": [
    {
      "model_name": "string",
      "display_name": "string",
      "downloaded": true,
      "size_mb": 0,
      "loaded": false
    }
  ]
}