OpenClawSkills
GitHub
Providers • TutorialHeader.readTime

Model Providers Quick Start

Quick start for model providers (LLMs) supported by OpenClaw

OpenClaw can use multiple LLM providers. Choose a provider to complete authentication, then set the default model to ''provider/model''.

Tutorial.step

Recommended: Venice (Venice AI)

Venice is our recommended privacy-first inference solution: open-source models available by default in privacy mode, and can also choose Opus via anonymous proxy for the hardest tasks.

- Default: ''venice/llama-3.3-70b''

- Best overall: ''venice/claude-opus-45'' (Opus is still the strongest)

See ''Venice AI'' for details.

Tutorial.step

Quick start (two steps)

1. Authenticate with a provider (usually via ''openclaw onboard'').

2. Set the default model:

Json5
{
  agents: { defaults: { model: { primary: "anthropic/claude-opus-4-5" } } },
}
Tutorial.step

Supported providers (starter set)