mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-05 22:32:12 +00:00
2.8 KiB
2.8 KiB
summary, read_when, title
| summary | read_when | title | ||
|---|---|---|---|---|
| Model providers (LLMs) supported by OpenClaw |
|
Provider Directory |
Model Providers
OpenClaw can use many LLM providers. Pick a provider, authenticate, then set the
default model as provider/model.
Looking for chat channel docs (WhatsApp/Telegram/Discord/Slack/Mattermost (plugin)/etc.)? See Channels.
Quick start
- Authenticate with the provider (usually via
openclaw onboard). - Set the default model:
{
agents: { defaults: { model: { primary: "anthropic/claude-opus-4-6" } } },
}
Provider docs
- Amazon Bedrock
- Anthropic (API + Claude Code CLI)
- BytePlus (International)
- Chutes
- Cloudflare AI Gateway
- DeepSeek
- GitHub Copilot
- GLM models
- Google (Gemini)
- Groq (LPU inference)
- Hugging Face (Inference)
- Kilocode
- LiteLLM (unified gateway)
- MiniMax
- Mistral
- Moonshot AI (Kimi + Kimi Coding)
- NVIDIA
- Ollama (cloud + local models)
- OpenAI (API + Codex)
- OpenCode
- OpenCode Go
- OpenRouter
- Perplexity (web search)
- Qianfan
- Qwen
- Qwen / Model Studio (Alibaba Cloud)
- SGLang (local models)
- StepFun
- Synthetic
- Together AI
- Venice (Venice AI, privacy-focused)
- Vercel AI Gateway
- vLLM (local models)
- Volcengine (Doubao)
- xAI
- Xiaomi
- Z.AI
Shared overview pages
- Additional bundled variants - Anthropic Vertex, Copilot Proxy, and Gemini CLI OAuth
Transcription providers
Community tools
- Claude Max API Proxy - Community proxy for Claude subscription credentials (verify Anthropic policy/terms before use)
For the full provider catalog (xAI, Groq, Mistral, etc.) and advanced configuration, see Model providers.