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

# Model Providers

# Model Providers

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](/docs/channels).

## Highlight: Venice (Venice AI)

Venice is our recommended Venice AI setup for privacy-first inference with an option to use Opus for hard tasks.

* Default: `venice/llama-3.3-70b`
* Best overall: `venice/claude-opus-45` (Opus remains the strongest)

See [Venice AI](/docs/providers/venice).

## Quick start

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

```json5 theme={null}
{
  agents: { defaults: { model: { primary: "anthropic/claude-opus-4-5" } } },
}
```

## Provider docs

* [OpenAI (API + Codex)](/docs/providers/openai)
* [Anthropic (API + Claude Code CLI)](/docs/providers/anthropic)
* [Qwen (OAuth)](/docs/providers/qwen)
* [OpenRouter](/docs/providers/openrouter)
* [Vercel AI Gateway](/docs/providers/vercel-ai-gateway)
* [Moonshot AI (Kimi + Kimi Coding)](/docs/providers/moonshot)
* [OpenCode Zen](/docs/providers/opencode)
* [Amazon Bedrock](/docs/bedrock)
* [Z.AI](/docs/providers/zai)
* [Xiaomi](/docs/providers/xiaomi)
* [GLM models](/docs/providers/glm)
* [MiniMax](/docs/providers/minimax)
* [Venice (Venice AI, privacy-focused)](/docs/providers/venice)
* [Ollama (local models)](/docs/providers/ollama)

## Transcription providers

* [Deepgram (audio transcription)](/docs/providers/deepgram)

## Community tools

* [Claude Max API Proxy](/docs/providers/claude-max-api-proxy) - Use Claude Max/Pro subscription as an OpenAI-compatible API endpoint

For the full provider catalog (xAI, Groq, Mistral, etc.) and advanced configuration,
see [Model providers](/docs/concepts/model-providers).
