AI service health
AI service
AI Service Health
Returns provider, model, and capability metadata for the AI router.
GET
AI service health
Lightweight heartbeat for the AI router. Returns the active provider/model plus capabilities that the chat endpoint currently exposes.Documentation Index
Fetch the complete documentation index at: https://docs.handauncle.com/llms.txt
Use this file to discover all available pages before exploring further.
Response fields
data.service: Alwaysai.data.status:healthy,degraded, orunhealthy.data.provider: Which LLM vendor is active (openai,anthropic, ormulti).data.model: Default model returned byaiConfig.getDefaultModel().data.streaming_support:trueonce SSE streaming is available.data.streaming_header: Header key (X-Stream-ResponseorStream) clients should set to enable streaming.data.rag_enabled: Whether retrieval augmented generation is active.data.auth_method: Describes the accepted auth inputs (Auth0 JWT or device headers).data.guest_chat_enabled: Indicates whether unauthenticated guests can chat.data.timestamp: ISO 8601 server time.