Everything you need to know about Clawzempic. Can't find an answer? Email us at [email protected]
General
A drop-in proxy that sits between your AI agent and your LLM provider (OpenRouter or Anthropic). It routes simple requests to cheaper models, caches prompts automatically, and gives your bot persistent memory. One line change, 70-95% cost reduction, zero quality loss on complex tasks.
Every request passes through our scoring engine. Simple messages (greetings, quick lookups) go to fast, cheap models. Complex messages (analysis, debugging, multi-step reasoning) go to the powerful model you'd normally use anyway. You bring your own API key — we just route smarter.
For complex tasks, no — those always use your chosen model. Simple tasks may use a cheaper model (like Gemini Flash or Haiku), which can actually feel faster since they have lower latency. You can pin any request with x-model-pinned: true to bypass routing entirely, or adjust the intelligence slider in your dashboard.
Setup & Configuration
One command:
npx clawzempic
The CLI auto-detects your framework (OpenClaw, Nanobot, etc.), walks you through auth, and patches your config. Takes under a minute. See the Setup Guide for manual configuration and other frameworks (LangChain, Python SDK, curl).
Anything that talks to the OpenAI-compatible or Anthropic API. The CLI has first-class support for OpenClaw and Nanobot. For LangChain, Python SDKs, and raw HTTP — just change the base URL and add two headers. See the full API docs for examples.
OpenRouter: Any model available on openrouter.ai — 300+ models from OpenAI, Google, Meta, DeepSeek, Mistral, xAI, and more. Anthropic: All Claude models (Haiku, Sonnet, Opus). You can even mix providers per-request.
One command:
npx clawzempic restore
This restores your original config files from the backups created during install. If backups aren't available, it surgically removes the Clawzempic provider block and restores your original default model. You can also use npx clawzempic remove (same thing). After uninstalling, your agent goes back to calling your provider directly — no trace left behind.
Pricing & Billing
Free until we've saved you $30. Then $29/month for unlimited savings. No credit card required to start. The free tier has no time limit — it resets monthly and you can use it as long as you want.
Your requests switch to passthrough mode — they go directly to your upstream provider without optimization. Your bot keeps working, you just stop saving money until the next billing cycle or until you upgrade. You'll see X-Clawzempic: passthrough in response headers when this happens.
Yes. Manage your subscription from the dashboard or via Stripe's billing portal. If you cancel, you revert to the free tier at the end of your billing period. No penalties, no lock-in.
Security & Privacy
Your upstream API key (OpenRouter or Anthropic) is used per-request and never stored unless you explicitly opt in to server-side key storage. Your Clawzempic API key is stored as a SHA-256 hash. All traffic is TLS 1.3 via Cloudflare. Credential patterns are automatically redacted from LLM responses.
Your bot gets a 502 error (same as if your upstream provider went down). We recommend implementing a fallback to call your provider directly — just swap the base URL back. Check our status page for uptime. We run multi-AZ on AWS with health checks and auto-rollback on every deploy.