Venice AI (Venice highlight)
Venice is our highlight Venice setup for privacy-first inference with optional anonymized access to proprietary models. Venice AI provides privacy-focused AI inference with support for uncensored models and access to major proprietary models through their anonymized proxy. All inference is private by default—no training on your data, no logging.Why Venice in OpenClaw
- Private inference for open-source models (no logging).
- Uncensored models when you need them.
- Anonymized access to proprietary models (Opus/GPT/Gemini) when quality matters.
- OpenAI-compatible
/v1endpoints.
Privacy Modes
Venice offers two privacy levels — understanding this is key to choosing your model:Features
- Privacy-focused: Choose between “private” (fully private) and “anonymized” (proxied) modes
- Uncensored models: Access to models without content restrictions
- Major model access: Use Claude, GPT, Gemini, and Grok via Venice’s anonymized proxy
- OpenAI-compatible API: Standard
/v1endpoints for easy integration - Streaming: ✅ Supported on all models
- Function calling: ✅ Supported on select models (check model capabilities)
- Vision: ✅ Supported on models with vision capability
- No hard rate limits: Fair-use throttling may apply for extreme usage
Setup
1. Get API Key
- Sign up at venice.ai
- Go to Settings → API Keys → Create new key
- Copy your API key (format:
vapi_xxxxxxxxxxxx)
2. Configure OpenClaw
Option A: Environment Variable- Prompt for your API key (or use existing
VENICE_API_KEY) - Show all available Venice models
- Let you pick your default model
- Configure the provider automatically
3. Verify Setup
Model Selection
After setup, OpenClaw shows all available Venice models. Pick based on your needs:- Default model:
venice/kimi-k2-5for strong private reasoning plus vision. - High-capability option:
venice/claude-opus-4-6for the strongest anonymized Venice path. - Privacy: Choose “private” models for fully private inference.
- Capability: Choose “anonymized” models to access Claude, GPT, Gemini via Venice’s proxy.
Configure via openclaw configure
- Run
openclaw configure - Select Model/auth
- Choose Venice AI
Which Model Should I Use?
Available Models (41 Total)
Private Models (26) — Fully Private, No Logging
Anonymized Models (15) — Via Venice Proxy
Model Discovery
OpenClaw automatically discovers models from the Venice API whenVENICE_API_KEY is set. If the API is unreachable, it falls back to a static catalog.
The /models endpoint is public (no auth needed for listing), but inference requires a valid API key.
Streaming & Tool Support
Pricing
Venice uses a credit-based system. Check venice.ai/pricing for current rates:- Private models: Generally lower cost
- Anonymized models: Similar to direct API pricing + small Venice fee
Comparison: Venice vs Direct API
Usage Examples
Troubleshooting
API key not recognized
vapi_.
Model not available
The Venice model catalog updates dynamically. Runopenclaw models list to see currently available models. Some models may be temporarily offline.
Connection issues
Venice API is athttps://api.venice.ai/api/v1. Ensure your network allows HTTPS connections.