🧠 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.

ModelProviderTypeContext WindowCostStatus
DeepSeek V3DeepSeekCloud API128K$0.14/1M tokens⭐ Recommended
GPT-4oOpenAICloud API128K$2.50/1M tokens⭐ Recommended
Claude 3.5 SonnetAnthropicCloud API200K$3.00/1M tokens⭐ Recommended
Gemini 2.0 FlashGoogleCloud API1M$0.10/1M tokens✓ Supported
Llama 3.3 70BMeta (via Ollama)Local128KFree⭐ Recommended
Qwen 2.5 72BAlibaba (via Ollama)Local128KFree✓ Supported
KimiMoonshotCloud API128KVariable✓ Supported
GLM-4Zhipu AICloud API128KVariable✓ Supported
Mistral LargeMistralCloud API128K$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.

FeatureOpenClawClaude CodeCursor
Open Source
Self-Hosted / Local
Multi-Model Support15+ modelsClaude onlyLimited
Browser Automation
Platform Integrations6+ platformsNoneNone
Custom Skills/Plugins
PriceFree (MIT)$20/mo$20/mo
Autonomous Execution
GitHub Stars68K+N/A50K+

AI Model FAQ

Common questions about OpenClaw model compatibility and configuration.