メインコンテンツへスキップ
{
  "model": "qwen3.5-plus",
  "dashscope_api_key": "YOUR_API_KEY"
}
パラメータ説明
modelqwen3.5-plusqwen3-maxqwen-maxqwen-plusqwen-turboqwq-plusなどから選択可能
dashscope_api_key百炼 Consoleで作成。公式ドキュメントを参照
OpenAI互換の設定もサポートしています:
{
  "bot_type": "openai",
  "model": "qwen3.5-plus",
  "open_ai_api_base": "https://dashscope.aliyuncs.com/compatible-mode/v1",
  "open_ai_api_key": "YOUR_API_KEY"
}