Local inference / built-in fixture
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-healthGET
/api/demo/model-healthResponse
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