{
  "name": "Infiniax API Proxy",
  "version": "2.0.0",
  "endpoints": {
    "chat": "/v1/chat/completions",
    "models": "/v1/models",
    "stats": "/stats",
    "credits": "/api/credits",
    "health": "/health"
  },
  "documentation": "https://github.com/your-repo"
}