Venice.Ai Router Openclaw

Supreme model router for Venice.ai — the privacy-first, uncensored AI platform. Automatically classifies query complexity and routes to the cheapest adequate model. Supports web search, uncensored mode, private-only mode (zero data retention), conversation-aware routing, cost budgets, function calling, thinking/reasoning mode, and 35+ Venice.ai text models. Use when the user wants to chat via Venice.ai, send prompts through Venice, or needs smart model selection to minimize API costs while keeping data private from Big Tech.

Install

openclaw skills install @plusone/venice-router
Plugin bundle (nix)
Skill pack · CLI binary · Config
SKILL.mdCLIConfig
CLI help (from plugin)
python3 venice-router.py --help
usage: venice-router.py [-h] [--prompt PROMPT] [--tier {cheap,budget,budget-medium,mid,high,premium}] [--model MODEL] [--classify CLASSIFY] [--list-models] [--stream] [--temperature TEMPERATURE] [--max-tokens MAX_TOKENS] [--system SYSTEM] [--prefer-anon] [--uncensored] [--private-only] [--web-search] [--character CHARACTER] [--json] [--thinking] [--conversation CONVERSATION] [--tools TOOLS] [--tool-choice TOOL_CHOICE] [--budget-status] [--session-id SESSION_ID]
Examples: --prompt "What is 2+2?" | --tier mid --prompt "Explain recursion" | --stream --prompt "Write a haiku" | --web-search --prompt "Latest AI news" | --uncensored --prompt "Creative fiction" | --private-only --prompt "Sensitive data" | --thinking --prompt "Prove the halting problem" | --conversation history.json --prompt "continue" | --tools tools.json --prompt "Get weather" | --budget-status | --classify "Design a microservices architecture" | --list-models