> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Provider directory

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

## Quick start

1. Authenticate with the provider (usually via `openclaw onboard`).
2. Set the default model:

```json5 theme={"theme":{"light":"min-light","dark":"min-dark"}}
{
  agents: { defaults: { model: { primary: "anthropic/claude-opus-4-6" } } },
}
```

## Provider docs

* [Alibaba Model Studio](/providers/alibaba)
* [Amazon Bedrock](/providers/bedrock)
* [Amazon Bedrock Mantle](/providers/bedrock-mantle)
* [Anthropic (API + Claude CLI)](/providers/anthropic)
* [Arcee AI (Trinity models)](/providers/arcee)
* [Azure Speech](/providers/azure-speech)
* [BytePlus (International)](/concepts/model-providers#byteplus-international)
* [Cerebras](/providers/cerebras)
* [Chutes](/providers/chutes)
* [Cloudflare AI Gateway](/providers/cloudflare-ai-gateway)
* [ComfyUI](/providers/comfy)
* [DeepSeek](/providers/deepseek)
* [ElevenLabs](/providers/elevenlabs)
* [fal](/providers/fal)
* [Fireworks](/providers/fireworks)
* [GitHub Copilot](/providers/github-copilot)
* [GLM models](/providers/glm)
* [Google (Gemini)](/providers/google)
* [Gradium](/providers/gradium)
* [Groq (LPU inference)](/providers/groq)
* [Hugging Face (Inference)](/providers/huggingface)
* [inferrs (local models)](/providers/inferrs)
* [Kilocode](/providers/kilocode)
* [LiteLLM (unified gateway)](/providers/litellm)
* [LM Studio (local models)](/providers/lmstudio)
* [MiniMax](/providers/minimax)
* [Mistral](/providers/mistral)
* [Moonshot AI (Kimi + Kimi Coding)](/providers/moonshot)
* [NVIDIA](/providers/nvidia)
* [Ollama (cloud + local models)](/providers/ollama)
* [OpenAI (API + Codex)](/providers/openai)
* [OpenCode](/providers/opencode)
* [OpenCode Go](/providers/opencode-go)
* [OpenRouter](/providers/openrouter)
* [Perplexity (web search)](/providers/perplexity-provider)
* [Qianfan](/providers/qianfan)
* [Qwen Cloud](/providers/qwen)
* [Runway](/providers/runway)
* [SenseAudio](/providers/senseaudio)
* [SGLang (local models)](/providers/sglang)
* [StepFun](/providers/stepfun)
* [Synthetic](/providers/synthetic)
* [Tencent Cloud (TokenHub)](/providers/tencent)
* [Together AI](/providers/together)
* [Venice (Venice AI, privacy-focused)](/providers/venice)
* [Vercel AI Gateway](/providers/vercel-ai-gateway)
* [vLLM (local models)](/providers/vllm)
* [Volcengine (Doubao)](/providers/volcengine)
* [Vydra](/providers/vydra)
* [xAI](/providers/xai)
* [Xiaomi](/providers/xiaomi)
* [Z.AI](/providers/zai)

## Shared overview pages

* [Additional bundled variants](/providers/models#additional-bundled-provider-variants) - Anthropic Vertex, Copilot Proxy, and Gemini CLI OAuth
* [Image Generation](/tools/image-generation) - Shared `image_generate` tool, provider selection, and failover
* [Music Generation](/tools/music-generation) - Shared `music_generate` tool, provider selection, and failover
* [Video Generation](/tools/video-generation) - Shared `video_generate` tool, provider selection, and failover

## Transcription providers

* [Deepgram (audio transcription)](/providers/deepgram)
* [ElevenLabs](/providers/elevenlabs#speech-to-text)
* [Mistral](/providers/mistral#audio-transcription-voxtral)
* [OpenAI](/providers/openai#speech-to-text)
* [SenseAudio](/providers/senseaudio)
* [xAI](/providers/xai#speech-to-text)

## 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).
