Local model health

A compact health response for desktop apps, edge boxes, and homelab services that need a clear ready-or-not signal.

GET

/api/demo/model-health
live request / safe fixture same origin
GET/api/demo/model-health
Response

200 fixture preview

{
  "status": "ready",
  "model": "demo-7b-instruct",
  "runtime": "local",
  "queue_depth": 0,
  "checked_at": "2026-07-15T14:32:00.000Z"
}
Use this request in a terminal
curl https://demoapi.org/api/demo/model-health