{
  "ok": true,
  "service": "llm-router-cf-service",
  "version": "0.4.7",
  "origin": "https://llm-router.agi2030.online",
  "lang": "en",
  "user": null,
  "auth": {
    "github": true,
    "microsoft": false,
    "google": false,
    "email": false,
    "password": false
  },
  "admin": {
    "configured": true,
    "allowed": false
  },
  "routes": {
    "login": "/auth/github/start?next=/",
    "microsoft_login": null,
    "google_login": null,
    "email_login": "/auth/email/start",
    "password_sign_in": "/auth/password/sign-in",
    "auth_guide": "/guides/auth",
    "admin_settings": "/v1/admin/settings",
    "logout": "/auth/logout",
    "me": "/v1/me",
    "client_init": "/v1/client/init",
    "config_backup": "/v1/me/config-backup",
    "usage": "/v1/me/usage",
    "provider_catalog": "/v1/catalog/providers",
    "prices_feed": "/v1/feeds/prices",
    "sticky_feed": "/v1/feeds/sticky",
    "wires_feed": "/v1/feeds/wires",
    "showcase_feed": "/v1/feeds/showcase",
    "healthz": "/healthz"
  }
}