{
  "message": "OpenAI Compatible API Server",
  "version": "3.0",
  "endpoints": {
    "chat": "/v1/chat/completions",
    "models": "/v1/models"
  },
  "authentication": {
    "access_control": {
      "enabled": false,
      "method": "Disabled"
    },
    "upstream_token": {
      "mode": "Client-Provided",
      "header": "X-Upstream-Token",
      "fallback_configured": false,
      "description": "使用客户端提供的上游 Token（未提供时使用兜底 Token）"
    }
  },
  "features": {
    "tool_support": true,
    "thinking_processing": "think",
    "debug_logging": false
  },
  "supported_models": [
    "GLM-4.6",
    "GLM-4.5V",
    "GLM-4.5",
    "GLM-4.6-search",
    "GLM-4.6-advanced-search",
    "GLM-4.6-nothinking"
  ]
}