settings.json

modelOverrides

Anthropic のモデル ID を、Bedrock や Vertex AI などのプロバイダー固有のモデル ID(ARN 等)にマッピングします。

使い方・用途

  • AWS Bedrock の推論プロファイル(Inference Profiles)や、Google Vertex AI の特定バージョンを使用しているエンタープライズ環境で、Claude Code からそれらを呼び出せるようにします。
  • 組織で承認された特定のエンドポイントやデプロイメント名を、Claude Code の標準モデル名(opus, sonnet 等)に紐付けて透過的に利用したい場合に必須の設定です。
英語原文(公式ドキュメントより)

Map Anthropic model IDs to provider-specific model IDs such as Bedrock inference profile ARNs, Vertex AI version names, or Foundry deployment names. Each model picker entry uses its mapped value when calling the provider API. Unknown keys are ignored. See https://code.claude.com/docs/en/model-config#override-model-ids-per-version

関連する変更履歴

v2.1.73 (1件)

Added
モデル選択肢をBedrockのARNなどカスタムプロバイダーのモデルIDにマッピングする modelOverrides 設定を追加しました。
英語原文を表示
Added modelOverrides setting to map model picker entries to custom provider model IDs (e.g. Bedrock inference profile ARNs)