settings.json

advisorModel

サーバーサイドのアドバイザーツールのモデルを、モデル名またはエイリアス("opus", "sonnet", "fable")で指定します。

使い方・用途

  • Claudeが回答を生成する際、背後で別のモデルに助言やレビューを求めるアドバイザー機能のモデルを選択します。
  • 実行中に/advisorコマンドで設定したり、--advisorフラグでセッションごとに上書きしたりすることが可能です。
  • 主要な選択肢にはFable 5、Opus 4.8、Sonnet 5が含まれます。
英語原文(公式ドキュメントより)

Model for the server-side advisor tool. Accepts a model alias ("opus", "sonnet", or "fable" on v2.1.170+) or a full model ID. Overridden by the --advisor CLI flag for the session, and blocked when the model is outside the availableModels allowlist. See https://code.claude.com/docs/en/advisor

関連ドキュメント