🧠 Model Compatibility
OpenClaw Model Compatibility: DeepSeek, OpenAI, Anthropic & More
OpenClaw supports 15+ language models from leading AI providers. Connect to cloud APIs like DeepSeek V3, OpenAI GPT-4o, and Anthropic Claude 3.5 Sonnet, or run local models for free through Ollama. Switch models dynamically based on task complexity and cost requirements.
Full AI Model Compatibility Matrix
All models listed below are tested and verified with OpenClaw. Recommended models are highlighted.
| Model | Provider | Type | Context Window | Cost | Status |
|---|---|---|---|---|---|
| DeepSeek V3 | DeepSeek | Cloud API | 128K | $0.14/1M tokens | ⭐ Recommended |
| GPT-4o | OpenAI | Cloud API | 128K | $2.50/1M tokens | ⭐ Recommended |
| Claude 3.5 Sonnet | Anthropic | Cloud API | 200K | $3.00/1M tokens | ⭐ Recommended |
| Gemini 2.0 Flash | Cloud API | 1M | $0.10/1M tokens | ✓ Supported | |
| Llama 3.3 70B | Meta (via Ollama) | Local | 128K | Free | ⭐ Recommended |
| Qwen 2.5 72B | Alibaba (via Ollama) | Local | 128K | Free | ✓ Supported |
| Kimi | Moonshot | Cloud API | 128K | Variable | ✓ Supported |
| GLM-4 | Zhipu AI | Cloud API | 128K | Variable | ✓ Supported |
| Mistral Large | Mistral | Cloud API | 128K | $2.00/1M tokens | ✓ Supported |
How to Configure AI Models in OpenClaw
Configuring a model in OpenClaw takes a single command. Set your preferred model and API key, then OpenClaw handles all API communication, token management, and error handling automatically.
Step 1: Set Your Default Model
openclaw config set model deepseek-v3
Step 2: Add Your API Key
openclaw config set apikey sk-your-api-key-here
Step 3: Use Ollama for Free Local Models
# Install Ollama first: https://ollama.ai
ollama pull llama3.3:70b
openclaw config set model ollama/llama3.3:70b
openclaw config set provider ollama
OpenClaw vs Claude Code vs Cursor
OpenClaw is the only fully open-source autonomous agent with multi-model support and platform integrations. Unlike Claude Code (Anthropic-only) and Cursor (limited autonomy), OpenClaw offers complete flexibility in model choice, deployment, and automation scope.
| Feature | OpenClaw | Claude Code | Cursor |
|---|---|---|---|
| Open Source | ✓ | ✗ | ✗ |
| Self-Hosted / Local | ✓ | ✗ | ✗ |
| Multi-Model Support | 15+ models | Claude only | Limited |
| Browser Automation | ✓ | ✓ | ✗ |
| Platform Integrations | 6+ platforms | None | None |
| Custom Skills/Plugins | ✓ | ✗ | ✓ |
| Price | Free (MIT) | $20/mo | $20/mo |
| Autonomous Execution | ✓ | ✓ | ✗ |
| GitHub Stars | 68K+ | N/A | 50K+ |
AI Model FAQ
Common questions about OpenClaw model compatibility and configuration.