{
  "version": "1.0.0",
  "current_provider_model": "tencent-hunyuan-vision",
  "providers": {
    "tencent": {
      "base": "https://api.hunyuan.cloud.tencent.com/v1",
      "api_key": "your-tencent-api-key-here",
      "models": [
        {
          "id": "hunyuan-vision",
          "name": "Hunyuan Vision",
          "type": "vision",
          "capabilities": ["image_analysis", "ui_analysis"],
          "max_tokens": 4096,
          "supports_vision": true,
          "enabled": true
        }
      ],
      "timeout": 30000,
      "max_retries": 3
    },
    "moonshot": {
      "base": "https://api.moonshot.cn/v1",
      "api_key": "your-moonshot-api-key-here",
      "models": [
        {
          "id": "moonshot-v1-8k-vision-preview",
          "name": "Moonshot Vision 8K",
          "type": "vision",
          "capabilities": ["image_analysis"],
          "max_tokens": 8192,
          "supports_vision": true,
          "enabled": true
        }
      ],
      "timeout": 30000,
      "max_retries": 3
    },
    "zai": {
      "base": "https://open.bigmodel.cn/api/paas/v4",
      "api_key": "your-zhipu-api-key-here",
      "models": [
        {
          "id": "glm-4.5v",
          "name": "GLM-4.5 Vision",
          "type": "vision",
          "capabilities": ["image_analysis"],
          "max_tokens": 8192,
          "supports_vision": true,
          "enabled": true
        }
      ],
      "timeout": 30000,
      "max_retries": 3
    }
  },
  "http_server": {
    "port": 3000,
    "auto_start": false,
    "host": "localhost",
    "cors": {
      "enabled": true,
      "origins": ["*"]
    }
  },
  "logging": {
    "level": "info",
    "retention_days": 30,
    "max_file_size": "10MB",
    "file_enabled": true,
    "console_enabled": true
  },
  "mcp": {
    "server_name": "vision-analyzer",
    "server_version": "1.2.13",
    "timeout": 30000
  },
  "features": {
    "auto_model_selection": true,
    "cache_analysis": false,
    "debug_mode": false
  }
}
