{
  "message": "OpenAI Compatible API Server",
  "version": "3.0",
  "endpoints": {
    "chat": "/v1/chat/completions",
    "models": "/v1/models"
  },
  "authentication": {
    "access_control": {
      "enabled": true,
      "method": "Bearer Token in Authorization header"
    },
    "upstream_token": {
      "mode": "Anonymous",
      "fallback_configured": false,
      "fallback_count": 0,
      "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"
  ]
}