New Provider Plugin: ClawRouter — 30+ models, smart routing, x402 payments #62

Open
opened 2026-02-15 17:15:26 -05:00 by yindo · 0 comments
Owner

Originally created by @1bcMax on GitHub (Feb 3, 2026).

Plugin Info

What it does

Smart LLM router that saves 63% on inference costs. Routes every request to the cheapest model that can handle it across 30+ models from OpenAI, Anthropic, Google, DeepSeek, and xAI.

Routing tiers

Tier % Traffic Example Model Output $/M
SIMPLE 40% "What is 2+2?" Gemini Flash $0.60
MEDIUM 30% "Summarize this" DeepSeek Chat $0.42
COMPLEX 20% "Build a component" Claude Sonnet $15.00
REASONING 10% "Prove this theorem" o3 $8.00

Weighted average: $3.67/M — 63% cheaper than GPT-4o.

Payment

x402 USDC micropayments on Base. No API key, no account — wallet signs each payment. Non-custodial.

Install

openclaw plugin install @blockrun/clawrouter
openclaw config set model blockrun/auto

Why list on ClawHub

  • Provider plugins are hard to discover — ClawHub search would help users find cost optimization options
  • 30+ models through one install, compared to setting up individual providers
  • Open source, MIT licensed, zero lock-in

The plugin includes a skills/clawrouter/SKILL.md for ClawHub compatibility.

Would love to get this listed. Happy to adjust anything needed.

Originally created by @1bcMax on GitHub (Feb 3, 2026). ## Plugin Info - **Name:** ClawRouter - **npm:** [@blockrun/clawrouter](https://www.npmjs.com/package/@blockrun/clawrouter) - **GitHub:** [BlockRunAI/ClawRouter](https://github.com/BlockRunAI/ClawRouter) - **Type:** Provider plugin (registers via `api.registerProvider()`) ## What it does Smart LLM router that saves 63% on inference costs. Routes every request to the cheapest model that can handle it across 30+ models from OpenAI, Anthropic, Google, DeepSeek, and xAI. ### Routing tiers | Tier | % Traffic | Example | Model | Output $/M | |------|-----------|---------|-------|-----------| | SIMPLE | 40% | "What is 2+2?" | Gemini Flash | $0.60 | | MEDIUM | 30% | "Summarize this" | DeepSeek Chat | $0.42 | | COMPLEX | 20% | "Build a component" | Claude Sonnet | $15.00 | | REASONING | 10% | "Prove this theorem" | o3 | $8.00 | **Weighted average: $3.67/M — 63% cheaper than GPT-4o.** ### Payment x402 USDC micropayments on Base. No API key, no account — wallet signs each payment. Non-custodial. ## Install ```bash openclaw plugin install @blockrun/clawrouter openclaw config set model blockrun/auto ``` ## Why list on ClawHub - Provider plugins are hard to discover — ClawHub search would help users find cost optimization options - 30+ models through one install, compared to setting up individual providers - Open source, MIT licensed, zero lock-in The plugin includes a `skills/clawrouter/SKILL.md` for ClawHub compatibility. Would love to get this listed. Happy to adjust anything needed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#62