{
  "name": "awf-llm-gateway",
  "version": "1.1.0",
  "productionDomain": "https://llm-gw.awfcloud.com",
  "upstreamMode": "ai-gateway",
  "providers": [
    "openai",
    "anthropic",
    "grok",
    "gemini"
  ],
  "endpoints": {
    "health": "/health",
    "proxy": "/{provider}/{api-path}"
  }
}