/api/healthzHealth & engine status
Reachability of the gateway and each worker behind it. This claimed to return a model name, a CUDA device and a sample rate; it returns none of those.
curl https://api.regalabs.dev/api/healthz{
"ok": true,
"store": "postgres",
"queue": "redis",
"hmac": true,
"engine": { "ok": true, "status": 200 },
"jiyan": { "ok": true, "status": 200 },
"wene": { "ok": true, "status": 200 }
}