Overview

モデルプロバイダーのクイックスタート

OpenClaw は多くの LLM プロバイダーを使用できます。1 つ選び、認証してから、既定の モデルを provider/model として設定します。

クイックスタート(2 ステップ)

  1. プロバイダーで認証します(通常は openclaw onboard 経由)。
  2. 既定のモデルを設定します。
{
  agents: { defaults: { model: { primary: "anthropic/claude-opus-4-6" } } },
}

サポートされるプロバイダー(スターターセット)

追加の同梱プロバイダーバリアント

  • anthropic-vertex - Vertex 認証情報が利用可能な場合の、Google Vertex 上の Anthropic の暗黙的なサポート。別個のオンボーディング認証選択肢はありません
  • copilot-proxy - ローカルの VS Code Copilot Proxy ブリッジ。openclaw onboard --auth-choice copilot-proxy を使用します
  • google-gemini-cli - 非公式の Gemini CLI OAuth フロー。ローカルの gemini インストールが必要です(brew install gemini-cli または npm install -g @google/gemini-cli)。既定のモデルは google-gemini-cli/gemini-3-flash-preview です。openclaw onboard --auth-choice google-gemini-cli または openclaw models auth login --provider google-gemini-cli --set-default を使用します

完全なプロバイダーカタログ(xAI、Groq、Mistral など)と高度な設定については、 モデルプロバイダーを参照してください。

関連