/v1).
Privacy modes
Getting started
1
Install the plugin
2
Get your API key
- Sign up at venice.ai
- Go to Settings > API Keys > Create new key
- Copy your API key (format:
vapi_xxxxxxxxxxxx)
3
Configure OpenClaw
- Interactive (recommended)
- Environment variable
- Non-interactive
VENICE_API_KEY), lists available Venice models, and sets your default model.4
Verify setup
Model selection
- Default:
venice/kimi-k2-5(private, reasoning, vision). - Strongest anonymized option:
venice/claude-opus-4-6.
openclaw configure and pick Model/auth provider > Venice AI.
Built-in catalog (38 models)
Private models (26) — fully private, no logging
Private models (26) — fully private, no logging
Anonymized models (12) — via Venice proxy
Anonymized models (12) — via Venice proxy
grok-41-fast and similar) get the same tool-schema
compat patch as the native xAI provider, since they share the same upstream
tool-call format.
Model discovery
The bundled catalog above is a manifest-backed seed list. At runtime OpenClaw refreshes it from the Venice/models API and falls back to the seed list if
the API is unreachable. The /models endpoint is public (no auth needed for
listing), but inference requires a valid API key.
DeepSeek V4 replay behavior
If Venice exposes DeepSeek V4 models such asdeepseek-v4-pro or
deepseek-v4-flash, OpenClaw fills the required reasoning_content replay
field on assistant messages when Venice omits it, and strips thinking/
reasoning/reasoning_effort from the request payload (Venice rejects
DeepSeek’s native thinking control on these models). This replay fix is
separate from the native DeepSeek provider’s own thinking controls.
Streaming and tool support
Pricing
Venice uses a credit-based system. Anonymized models cost roughly the same as direct API pricing plus a small Venice fee. See venice.ai/pricing for current rates.Usage examples
Troubleshooting
API key not recognized
API key not recognized
vapi_.Model not available
Model not available
Run
openclaw models list --all --provider venice to see currently
available models; the catalog changes as Venice adds or retires models.Connection issues
Connection issues
Venice API is at
https://api.venice.ai/api/v1. Confirm your network allows HTTPS to that host.More help: Troubleshooting and FAQ.
Advanced configuration
Config file example
Config file example
Related
Model selection
Choosing providers, model refs, and failover behavior.
Venice AI
Venice AI homepage and account signup.
API documentation
Venice API reference and developer docs.
Pricing
Current Venice credit rates and plans.