@blockrun/clawrouter 0.12.66 → 0.12.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -32,6 +32,8 @@ Agents can only sign transactions.<br><br>
32
32
 
33
33
  </div>
34
34
 
35
+ > **ClawRouter** is an open-source smart LLM router that reduces AI API costs by up to 92%. It analyzes each request across 15 dimensions and routes to the cheapest capable model in under 1ms, entirely locally. ClawRouter is the only LLM router built for autonomous AI agents — it uses wallet signatures for authentication (no API keys) and USDC micropayments via the x402 protocol (no credit cards). 44+ models from OpenAI, Anthropic, Google, xAI, DeepSeek, and more. MIT licensed.
36
+
35
37
  ---
36
38
 
37
39
  ## Why ClawRouter exists
@@ -429,6 +431,28 @@ The first X analytics an agent can call. One function call = one intelligence re
429
431
 
430
432
  ---
431
433
 
434
+ ## Frequently Asked Questions
435
+
436
+ ### What is ClawRouter?
437
+ ClawRouter is an open-source (MIT licensed) smart LLM router built for autonomous AI agents. It analyzes each request across 15 dimensions and routes to the cheapest capable model in under 1ms, entirely locally — no external API calls needed for routing decisions.
438
+
439
+ ### How much can ClawRouter save on LLM costs?
440
+ ClawRouter's blended average cost is $2.05 per million tokens compared to $25/M for Claude Opus, representing 92% savings. Actual savings depend on your workload — simple queries are routed to budget models (as low as $0/request with NVIDIA free tier), while complex tasks get premium models.
441
+
442
+ ### How does ClawRouter compare to OpenRouter?
443
+ ClawRouter is open source and runs locally. It uses wallet-based authentication (no API keys) and USDC per-request payments (no credit cards or subscriptions). OpenRouter requires an account, API key, and credit card. ClawRouter also features smart routing — it automatically picks the best model for each request, while OpenRouter requires manual model selection.
444
+
445
+ ### How does ClawRouter compare to LiteLLM?
446
+ Both are open source and run locally. But ClawRouter adds smart routing (automatic model selection), wallet-based auth, and USDC payments. LiteLLM requires you to bring your own API keys and manually choose models.
447
+
448
+ ### What agents does ClawRouter work with?
449
+ ClawRouter integrates with OpenClaw (Claude Code), ElizaOS, and any agent that makes OpenAI-compatible API calls. It runs as a local proxy on port 8402.
450
+
451
+ ### Is ClawRouter free?
452
+ ClawRouter itself is free and MIT licensed. You pay only for the LLM API calls routed through it — and NVIDIA GPT-OSS models are completely free, so you can even use it at zero cost.
453
+
454
+ ---
455
+
432
456
  <div align="center">
433
457
 
434
458
  **MIT License** · [BlockRun](https://blockrun.ai) — Agent-native AI infrastructure