Model Providers
LLM Providers supported by OpenClaw
OpenClaw works with multiple LLM providers. Authenticate with a provider, and set your default model to provider/model.
Looking for Chat Channels (WhatsApp/Telegram/Discord/Slack/Mattermost (plugin)/etc)? See Channels.
Recommended: Venice (Venice AI)
Venice is our recommended privacy-first inference solution: open models by default in privacy mode, with option to use proprietary models like Opus via anonymous proxy for harder tasks.
- Default: venice/llama-3.3-70b
- Best overall: venice/claude-opus-45 (Opus is still the king)
See Venice AI.
Quick Start
1. Authenticate with a provider (usually via openclaw onboard).
2. Set a default model:
{
agents: { defaults: { model: { primary: "anthropic/claude-opus-4-5" } } },
}Provider Documentation
Transcription (Speech-to-Text) Providers
Community Tools
- Claude Max API Proxy - Use Claude Max/Pro subscription as an OpenAI compatible API endpoint
For a fuller catalog of providers (xAI, Groq, Mistral, etc) and advanced configuration see Model providers.