メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://docs.cowagent.ai/llms.txt

Use this file to discover all available pages before exploring further.

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