{
  "ok": true,
  "service": "rjec-dual-ai",
  "runtime": "cloudflare-pages-functions",
  "time": "2026-08-02T07:46:26.261Z",
  "app": "RJEC Dual AI",
  "pipes": {
    "pages": true,
    "functions": true,
    "workers_ai": true,
    "auth_required": false
  },
  "defaults": {
    "fast": "@cf/meta/llama-3.2-3b-instruct",
    "default": "@cf/meta/llama-3.1-8b-instruct-fp8",
    "strong": "@cf/meta/llama-3.3-70b-instruct-fp8-fast",
    "alt": "@cf/zai-org/glm-4.7-flash",
    "code": "@cf/moonshotai/kimi-k2.7-code",
    "embed": "@cf/baai/bge-m3"
  },
  "endpoints": {
    "health": "GET /api/health",
    "models": "GET /api/ai/models",
    "chat": "POST /api/ai/chat",
    "fanout": "POST /api/ai/fanout",
    "embed": "POST /api/ai/embed"
  },
  "idea": "Grok (here) orchestrates; Cloudflare Workers AI runs bulk / parallel models on the edge."
}