API ReferenceGeneral
Health
Health check endpoint.
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
}