Skip to content

Venice AI

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.

  • 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 /v1 endpoints.

Venice offers two privacy levels — understanding this is key to choosing your model:

ModeDescriptionModels
PrivateFully private. Prompts/responses are never stored or logged. Ephemeral.Llama, Qwen, DeepSeek, Kimi, MiniMax, Venice Uncensored, etc.
AnonymizedProxied through Venice with metadata stripped. The underlying provider (OpenAI, Anthropic, Google, xAI) sees anonymized requests.Claude, GPT, Gemini, Grok
  • 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 /v1 endpoints 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
  1. 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)
  2. Configure OpenClaw

    Choose your preferred setup method:

    Terminal window
    openclaw onboard --auth-choice venice-api-key

    This will:

    1. Prompt for your API key (or use existing VENICE_API_KEY)
    2. Show all available Venice models
    3. Let you pick your default model
    4. Configure the provider automatically
  3. Verify setup

    Terminal window
    openclaw agent --model venice/kimi-k2-5 --message "Hello, are you working?"

After setup, OpenClaw shows all available Venice models. Pick based on your needs:

  • Default model: venice/kimi-k2-5 for strong private reasoning plus vision.
  • High-capability option: venice/claude-opus-4-6 for 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.

Change your default model anytime:

Terminal window
openclaw models set venice/kimi-k2-5
openclaw models set venice/claude-opus-4-6

List all available models:

Terminal window
openclaw models list --all --provider venice

You can also run openclaw configure, select Model/auth, and choose Venice AI.

If Venice exposes DeepSeek V4 models such as venice/deepseek-v4-pro or venice/deepseek-v4-flash, OpenClaw fills the required DeepSeek V4 reasoning_content replay placeholder on assistant messages when the proxy omits it. Venice rejects DeepSeek’s native top-level thinking control, so OpenClaw keeps that provider-specific replay fix separate from the native DeepSeek provider’s thinking controls.

Private models (26) — fully private, no logging
Model IDNameContextFeatures
kimi-k2-5Kimi K2.5256kDefault, reasoning, vision
kimi-k2-thinkingKimi K2 Thinking256kReasoning
llama-3.3-70bLlama 3.3 70B128kGeneral
llama-3.2-3bLlama 3.2 3B128kGeneral
hermes-3-llama-3.1-405bHermes 3 Llama 3.1 405B128kGeneral, tools disabled
qwen3-235b-a22b-thinking-2507Qwen3 235B Thinking128kReasoning
qwen3-235b-a22b-instruct-2507Qwen3 235B Instruct128kGeneral
qwen3-coder-480b-a35b-instructQwen3 Coder 480B256kCoding
qwen3-coder-480b-a35b-instruct-turboQwen3 Coder 480B Turbo256kCoding
qwen3-5-35b-a3bQwen3.5 35B A3B256kReasoning, vision
qwen3-next-80bQwen3 Next 80B256kGeneral
qwen3-vl-235b-a22bQwen3 VL 235B (Vision)256kVision
qwen3-4bVenice Small (Qwen3 4B)32kFast, reasoning
deepseek-v3.2DeepSeek V3.2160kReasoning, tools disabled
venice-uncensoredVenice Uncensored (Dolphin-Mistral)32kUncensored, tools disabled
mistral-31-24bVenice Medium (Mistral)128kVision
google-gemma-3-27b-itGoogle Gemma 3 27B Instruct198kVision
openai-gpt-oss-120bOpenAI GPT OSS 120B128kGeneral
nvidia-nemotron-3-nano-30b-a3bNVIDIA Nemotron 3 Nano 30B128kGeneral
olafangensan-glm-4.7-flash-hereticGLM 4.7 Flash Heretic128kReasoning
zai-org-glm-4.6GLM 4.6198kGeneral
zai-org-glm-4.7GLM 4.7198kReasoning
zai-org-glm-4.7-flashGLM 4.7 Flash128kReasoning
zai-org-glm-5GLM 5198kReasoning
minimax-m21MiniMax M2.1198kReasoning
minimax-m25MiniMax M2.5198kReasoning
Anonymized models (12) — via Venice proxy
Model IDNameContextFeatures
claude-opus-4-6Claude Opus 4.6 (via Venice)1MReasoning, vision
claude-sonnet-4-6Claude Sonnet 4.6 (via Venice)1MReasoning, vision
openai-gpt-54GPT-5.4 (via Venice)1MReasoning, vision
openai-gpt-53-codexGPT-5.3 Codex (via Venice)400kReasoning, vision, coding
openai-gpt-52GPT-5.2 (via Venice)256kReasoning
openai-gpt-52-codexGPT-5.2 Codex (via Venice)256kReasoning, vision, coding
openai-gpt-4o-2024-11-20GPT-4o (via Venice)128kVision
openai-gpt-4o-mini-2024-07-18GPT-4o Mini (via Venice)128kVision
gemini-3-1-pro-previewGemini 3.1 Pro (via Venice)1MReasoning, vision
gemini-3-pro-previewGemini 3 Pro (via Venice)198kReasoning, vision
gemini-3-flash-previewGemini 3 Flash (via Venice)256kReasoning, vision
grok-41-fastGrok 4.1 Fast (via Venice)1MReasoning, vision

OpenClaw ships a manifest-backed Venice seed catalog for read-only model listing. Runtime refresh can still discover models from the Venice API, and falls back to the manifest catalog if the API is unreachable.

The /models endpoint is public (no auth needed for listing), but inference requires a valid API key.

FeatureSupport
StreamingAll models
Function callingMost models (check supportsFunctionCalling in API)
Vision/ImagesModels marked with “Vision” feature
JSON modeSupported via response_format

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
AspectVenice (Anonymized)Direct API
PrivacyMetadata stripped, anonymizedYour account linked
Latency+10-50ms (proxy)Direct
FeaturesMost features supportedFull features
BillingVenice creditsProvider billing
Terminal window
# Use the default private model
openclaw agent --model venice/kimi-k2-5 --message "Quick health check"
# Use Claude Opus via Venice (anonymized)
openclaw agent --model venice/claude-opus-4-6 --message "Summarize this task"
# Use uncensored model
openclaw agent --model venice/venice-uncensored --message "Draft options"
# Use vision model with image
openclaw agent --model venice/qwen3-vl-235b-a22b --message "Review attached image"
# Use coding model
openclaw agent --model venice/qwen3-coder-480b-a35b-instruct --message "Refactor this function"
API key not recognized
Terminal window
echo $VENICE_API_KEY
openclaw models list | grep venice

Ensure the key starts with vapi_.

Model not available

The Venice model catalog updates dynamically. Run openclaw models list to see currently available models. Some models may be temporarily offline.

Connection issues

Venice API is at https://api.venice.ai/api/v1. Ensure your network allows HTTPS connections.

Config file example
{
env: { VENICE_API_KEY: "vapi_..." },
agents: { defaults: { model: { primary: "venice/kimi-k2-5" } } },
models: {
mode: "merge",
providers: {
venice: {
baseUrl: "https://api.venice.ai/api/v1",
apiKey: "${VENICE_API_KEY}",
api: "openai-completions",
models: [
{
id: "kimi-k2-5",
name: "Kimi K2.5",
reasoning: true,
input: ["text", "image"],
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
contextWindow: 256000,
maxTokens: 65536,
},
],
},
},
},
}
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.