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

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": "glm-5.1",
  "zhipu_ai_api_key": "YOUR_API_KEY"
}
パラメータ説明
modelglm-5.1glm-5-turboglm-5glm-4.7glm-4-plusglm-4-flashglm-4-airなどから選択可能。モデルコードを参照
zhipu_ai_api_key智谱AI Consoleで作成
OpenAI互換の設定もサポートしています:
{
  "bot_type": "openai",
  "model": "glm-5.1",
  "open_ai_api_base": "https://open.bigmodel.cn/api/paas/v4",
  "open_ai_api_key": "YOUR_API_KEY"
}