Overview

Model provider quickstart

Pick a provider, authenticate, then set the default model as provider/model.

Quick start (two steps)

  1. Authenticate with the provider (usually via openclaw onboard).
  2. Set the default model:
json5
{  agents: { defaults: { model: { primary: "anthropic/claude-opus-4-6" } } },}

Supported providers (starter set)

For the full provider catalog and advanced configuration, see Provider directory and Model providers.

Additional provider variants

  • anthropic-vertex - install @openclaw/anthropic-vertex-provider for implicit Anthropic on Google Vertex support when Vertex credentials are available; no separate onboarding auth choice
  • copilot-proxy - local VS Code Copilot Proxy bridge; use openclaw onboard --auth-choice copilot-proxy
  • google-gemini-cli - optional explicit runtime for canonical google/* models; requires a local gemini install and a supported Google AI Studio API-key profile; new Gemini CLI or Antigravity OAuth setup is not offered
Was this useful?
On this page

On this page