Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Health check endpoint
GET /v1/health
curl http://localhost:8000/v1/health
import requests response = requests.get("http://localhost:8000/v1/health") print(response.json())
{ "status": "healthy", "version": "1.0.0", "models_loaded": true }
status
"healthy"
"degraded"
version
models_loaded