{
  "ok": true,
  "service": "llm-route-proxy",
  "routeCount": 11,
  "routeFormat": "/r/<routeName>/<upstreamPath>",
  "examples": [
    "/r/gemini/v1beta/models",
    "/r/gemini/upload/v1beta/files",
    "/r/openai/v1/chat/completions",
    "/r/openai/v1/images/generations",
    "/r/openai/v1/audio/transcriptions",
    "/r/anthropic/v1/messages",
    "/r/openrouter/v1/chat/completions"
  ],
  "notes": [
    "llm-route-proxy does not parse request body, so JSON, multipart, binary upload and SSE are supported.",
    "WebSocket is not supported by llm-route-proxy."
  ]
}