Files
openclaw/docs/providers/models.md
2026-07-30 22:56:26 +08: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 - 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