{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "qwen-cloud": {
      "npm": "@ai-sdk/openai",
      "options": {
        "baseURL": "https://dashscope-intl.aliyuncs.com/compatible-mode/v1",
        "compatibility": "strict"
      },
      "models": {
        "qwen3.7-max": {
          "name": "Qwen3.7 Max",
          "options": {
            "thinking": {
              "type": "enabled",
              "budgetTokens": 8192
            }
          }
        }
      }
    }
  }
}
