Model Provider Quickstart
Model Providers
Section titled “Model Providers”OpenClaw can use many LLM providers. Pick one, authenticate, then set the default
model as provider/model.
Quick start (two steps)
Section titled “Quick start (two steps)”- Authenticate with the provider (usually via
openclaw onboard). - Set the default model:
{ agents: { defaults: { model: { primary: "anthropic/claude-opus-4-6" } } },}Supported providers (starter set)
Section titled “Supported providers (starter set)”- OpenAI (API + Codex)
- Anthropic (API + Claude Code CLI)
- OpenRouter
- Vercel AI Gateway
- Cloudflare AI Gateway
- Moonshot AI (Kimi + Kimi Coding)
- Mistral
- Synthetic
- OpenCode (Zen + Go)
- Z.AI
- GLM models
- MiniMax
- Venice (Venice AI)
- Amazon Bedrock
- Qianfan
- xAI
For the full provider catalog (xAI, Groq, Mistral, etc.) and advanced configuration, see Model providers.