Files
Peter Steinberger f7d7148cf0 docs: rewrite published docs grounded in current source (#100142)
Source-grounded rewrite of 529 published docs pages with per-unit information-loss verification: 1,713 factual corrections cited to src/**, generated surfaces regenerated, frontmatter titles preserved for i18n, release notes pages untouched. All docs gates green.

Closes #100141
2026-07-05 00:32:47 -04:00

2.5 KiB

summary, read_when, title
summary read_when title
Model providers (LLMs) supported by OpenClaw
You want to choose a model provider
You want quick setup examples for LLM auth + model selection
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:
{
  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 - unofficial Gemini CLI OAuth flow; requires a local gemini install (brew install gemini-cli or npm install -g @google/gemini-cli); default model google-gemini-cli/gemini-3-flash-preview; use openclaw onboard --auth-choice google-gemini-cli or openclaw models auth login --provider google-gemini-cli --set-default