Provider Directory: Supported LLM Providers for OpenClaw
This page lists all LLM providers supported by OpenClaw. It guides users through authentication and default model configuration.
Read this when
- You want to choose a model provider
- You need a quick overview of supported LLM backends
OpenClaw supports a range of LLM providers. Choose one, complete authentication, and configure the default model as provider/model.
Need documentation for chat channels such as WhatsApp, Telegram, Discord, Slack, or Mattermost (plugin)? Visit Channels.
Quick start
- Authenticate using the provider (commonly done through
openclaw onboard). - Specify the default model:
{
agents: { defaults: { model: { primary: "anthropic/claude-opus-4-6" } } },
}
Provider docs
- Alibaba Model Studio
- Amazon Bedrock
- Amazon Bedrock Mantle
- Anthropic (API + Claude CLI)
- Arcee AI (Trinity models)
- Azure Speech
- Baseten (Inkling + Model APIs)
- BytePlus (International)
- Cerebras
- Chutes
- ClawRouter (managed multi-provider routing)
- Cloudflare AI Gateway
- Cohere
- ComfyUI
- DeepSeek
- ds4 (local DeepSeek V4)
- ElevenLabs
- fal
- Featherless AI
- Fireworks
- GitHub Copilot
- GMI Cloud
- Google (Gemini)
- Gradium
- Groq (LPU inference)
- Hugging Face (Inference)
- inferrs (local models)
- Kilocode
- LiteLLM (unified gateway)
- LM Studio (local models)
- LongCat
- MiniMax
- Mistral
- Moonshot AI (Kimi + Kimi Coding)
- NovitaAI
- NVIDIA
- Ollama (cloud + local models)
- Ollama Cloud
- OpenAI (API + Codex)
- OpenCode
- OpenCode Go
- OpenRouter
- Perplexity (web search)
- Qianfan
- Qwen Cloud
- Runway
- SenseAudio
- SGLang (local models)
- StepFun
- Synthetic
- Tencent Cloud (TokenHub / TokenPlan)
- Together AI
- Venice (Venice AI, privacy-focused)
- Vercel AI Gateway
- vLLM (local models)
- Volcengine (Doubao)
- Vydra
- xAI
- Xiaomi
- Z.AI (GLM)
Shared overview pages
- Extra provider types, Anthropic Vertex, Copilot Proxy, and Gemini CLI OAuth
- Image creation, Shared
image_generatetool, picking a provider, and fallback behavior - Audio generation, Shared
music_generatetool, picking a provider, and fallback behavior - Video generation, Shared
video_generatetool, picking a provider, and fallback behavior
Transcription providers
Community tools
- Claude Max API Proxy, Community proxy that uses Claude subscription credentials (check Anthropic’s policy and terms before using)
For the complete list of providers (xAI, Groq, Mistral, and others) along with advanced setup details, refer to Model providers.