跳转到主要内容
{
  "model": "qwen3.5-plus",
  "dashscope_api_key": "YOUR_API_KEY"
}
参数说明
model可填 qwen3.5-plusqwen3-maxqwen-maxqwen-plusqwen-turboqwq-plus
dashscope_api_key百炼控制台 创建,参考 官方文档
也支持 OpenAI 兼容方式接入:
{
  "bot_type": "chatGPT",
  "model": "qwen3.5-plus",
  "open_ai_api_base": "https://dashscope.aliyuncs.com/compatible-mode/v1",
  "open_ai_api_key": "YOUR_API_KEY"
}