Files
openclaw/docs/providers/index.md
T

90 lines
3.2 KiB
Markdown
Raw Normal View History

---
2026-02-08 03:14:07 +00:00
summary: "Model providers (LLMs) supported by OpenClaw"
read_when:
- You want to choose a model provider
- You need a quick overview of supported LLM backends
title: "Provider Directory"
---
2026-01-31 21:13:13 +09:00
# Model Providers
2026-01-30 03:15:10 +01:00
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](/channels).
2026-01-13 08:25:22 +00:00
## Quick start
2026-03-16 05:50:48 +00:00
1. Authenticate with the provider (usually via `openclaw onboard`).
2026-01-31 21:13:13 +09:00
2. Set the default model:
```json5
{
2026-02-08 03:14:07 +00:00
agents: { defaults: { model: { primary: "anthropic/claude-opus-4-6" } } },
}
```
## Provider docs
2026-04-05 23:21:02 +01:00
- [Alibaba Model Studio](/providers/alibaba)
2026-03-01 23:42:55 -08:00
- [Amazon Bedrock](/providers/bedrock)
2026-04-04 22:11:45 +01:00
- [Anthropic (API + Claude CLI)](/providers/anthropic)
2026-04-05 11:01:59 -07:00
- [Arcee AI (Trinity models)](/providers/arcee)
2026-04-04 08:07:29 +01:00
- [BytePlus (International)](/concepts/model-providers#byteplus-international)
- [Chutes](/providers/chutes)
2026-04-06 01:42:46 +01:00
- [ComfyUI](/providers/comfy)
2026-02-04 04:10:13 -08:00
- [Cloudflare AI Gateway](/providers/cloudflare-ai-gateway)
- [DeepSeek](/providers/deepseek)
2026-04-05 23:21:02 +01:00
- [fal](/providers/fal)
- [Fireworks](/providers/fireworks)
- [GitHub Copilot](/providers/github-copilot)
- [GLM models](/providers/glm)
- [Google (Gemini)](/providers/google)
2026-03-19 10:57:59 -07:00
- [Groq (LPU inference)](/providers/groq)
- [Hugging Face (Inference)](/providers/huggingface)
2026-03-01 23:42:55 -08:00
- [Kilocode](/providers/kilocode)
- [LiteLLM (unified gateway)](/providers/litellm)
- [MiniMax](/providers/minimax)
- [Mistral](/providers/mistral)
- [Moonshot AI (Kimi + Kimi Coding)](/providers/moonshot)
- [NVIDIA](/providers/nvidia)
2026-03-11 14:00:22 -07:00
- [Ollama (cloud + local models)](/providers/ollama)
2026-03-01 23:42:55 -08:00
- [OpenAI (API + Codex)](/providers/openai)
- [OpenCode](/providers/opencode)
- [OpenCode Go](/providers/opencode-go)
2026-03-01 23:42:55 -08:00
- [OpenRouter](/providers/openrouter)
- [Perplexity (web search)](/providers/perplexity-provider)
2026-02-05 13:35:35 +08:00
- [Qianfan](/providers/qianfan)
- [Qwen Cloud](/providers/qwen)
2026-04-06 00:50:18 +01:00
- [Runway](/providers/runway)
- [SGLang (local models)](/providers/sglang)
- [StepFun](/providers/stepfun)
- [Synthetic](/providers/synthetic)
2026-03-01 23:42:55 -08:00
- [Together AI](/providers/together)
- [Venice (Venice AI, privacy-focused)](/providers/venice)
- [Vercel AI Gateway](/providers/vercel-ai-gateway)
2026-04-06 02:15:51 +01:00
- [Vydra](/providers/vydra)
2026-03-01 23:42:55 -08:00
- [vLLM (local models)](/providers/vllm)
- [Volcengine (Doubao)](/providers/volcengine)
2026-03-17 21:26:02 -07:00
- [xAI](/providers/xai)
2026-03-01 23:42:55 -08:00
- [Xiaomi](/providers/xiaomi)
- [Z.AI](/providers/zai)
2026-04-04 08:07:29 +01:00
## Shared overview pages
- [Additional bundled variants](/providers/models#additional-bundled-provider-variants) - Anthropic Vertex, Copilot Proxy, and Gemini CLI OAuth
2026-04-05 23:21:02 +01:00
- [Image Generation](/tools/image-generation) - Shared `image_generate` tool, provider selection, and failover
2026-04-06 01:46:25 +01:00
- [Music Generation](/tools/music-generation) - Shared `music_generate` tool, provider selection, and failover
2026-04-05 23:21:02 +01:00
- [Video Generation](/tools/video-generation) - Shared `video_generate` tool, provider selection, and failover
2026-04-04 08:07:29 +01:00
2026-01-17 08:46:40 +00:00
## Transcription providers
- [Deepgram (audio transcription)](/providers/deepgram)
## Community tools
- [Claude Max API Proxy](/providers/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](/concepts/model-providers).