GET /health
Server status check. Use for liveness probes and quick connectivity tests.
GET
/api/healthReturn uptime, model count, last benchmark timestamp.
Example
curl -s http://localhost:8765/api/health | jq
Response
{
"status": "ok",
"uptime_seconds": 1234,
"model_count": 5,
"last_benchmark": "2026-05-22T19:30:00Z"
}