Sonna
API ReferenceGeneral

Health

Health check endpoint.

GET
/health

Response Body

application/json

curl -X GET "https://example.com/health"
{
  "status": "string",
  "model_loaded": true,
  "model_downloaded": true,
  "model_size": "string",
  "gpu_available": true,
  "vram_used_mb": 0
}