Skip to main content
Venice AI provides privacy-focused inference: open models run with no logging, plus anonymized proxy access to Claude, GPT, Gemini, and Grok. All endpoints are OpenAI-compatible (/v1).

Privacy modes

Anonymized models are not fully private. Venice strips metadata before forwarding, but the underlying provider (OpenAI, Anthropic, Google, xAI) still processes the request. Use Private models when full privacy is required.

Getting started

1

Install the plugin

2

Get your API key

  1. Sign up at venice.ai
  2. Go to Settings > API Keys > Create new key
  3. Copy your API key (format: vapi_xxxxxxxxxxxx)
3

Configure OpenClaw

4

Verify setup

Model selection

  • Default: venice/kimi-k2-5 (private, reasoning, vision).
  • Strongest anonymized option: venice/claude-opus-4-6.
You can also run openclaw configure and pick Model/auth provider > Venice AI.

Built-in catalog (38 models)

Grok-backed Venice models (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 as deepseek-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

Confirm the key starts with vapi_.
Run openclaw models list --all --provider venice to see currently available models; the catalog changes as Venice adds or retires models.
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

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.