@blockrun/clawrouter 0.10.4 → 0.10.6
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 +14 -14
- package/dist/cli.js +587 -21
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +80 -1
- package/dist/index.js +663 -18
- package/dist/index.js.map +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
|
|
7
7
|
Route every request to the right model at the right price.<br>
|
|
8
8
|
15-dimension scoring, <1ms local routing, optimized for autonomous agents.<br>
|
|
9
|
-
One wallet,
|
|
9
|
+
One wallet, 41+ models, zero API keys.
|
|
10
10
|
|
|
11
11
|
<img src="https://img.shields.io/badge/🚀_92%25_Cost_Savings-success?style=for-the-badge" alt="92% savings">
|
|
12
12
|
<img src="https://img.shields.io/badge/🔑_Zero_API_Keys-blue?style=for-the-badge" alt="No API keys">
|
|
13
|
-
<img src="https://img.shields.io/badge/🤖
|
|
13
|
+
<img src="https://img.shields.io/badge/🤖_41+_Models-purple?style=for-the-badge" alt="38+ models">
|
|
14
14
|
<img src="https://img.shields.io/badge/💰_Non--Custodial-orange?style=for-the-badge" alt="Non-custodial">
|
|
15
15
|
<img src="https://img.shields.io/badge/⚡_<1ms_Routing-yellow?style=for-the-badge" alt="Fast routing">
|
|
16
16
|
|
|
@@ -33,18 +33,18 @@ One wallet, 38+ models, zero API keys.
|
|
|
33
33
|
|
|
34
34
|
## 📑 Quick Navigation
|
|
35
35
|
|
|
36
|
-
| Section | Description
|
|
37
|
-
| ----------------------------------------- |
|
|
38
|
-
| [Quick Start](#-quick-start) | Install in 2 minutes
|
|
39
|
-
| [Routing Profiles](#-routing-profiles) | eco / auto / premium / free
|
|
40
|
-
| [How It Works](#-how-it-works) | 15-dimension local routing
|
|
41
|
-
| [Models & Pricing](#-models--pricing) |
|
|
42
|
-
| [Screenshots](#-screenshots) | See it in action
|
|
43
|
-
| [Payment](#-payment) | x402 non-custodial USDC
|
|
44
|
-
| [Configuration](#%EF%B8%8F-configuration) | Environment variables
|
|
36
|
+
| Section | Description |
|
|
37
|
+
| ----------------------------------------- | ------------------------------- |
|
|
38
|
+
| [Quick Start](#-quick-start) | Install in 2 minutes |
|
|
39
|
+
| [Routing Profiles](#-routing-profiles) | eco / auto / premium / free |
|
|
40
|
+
| [How It Works](#-how-it-works) | 15-dimension local routing |
|
|
41
|
+
| [Models & Pricing](#-models--pricing) | 41+ models, full price list |
|
|
42
|
+
| [Screenshots](#-screenshots) | See it in action |
|
|
43
|
+
| [Payment](#-payment) | x402 non-custodial USDC |
|
|
44
|
+
| [Configuration](#%EF%B8%8F-configuration) | Environment variables |
|
|
45
45
|
| [Troubleshooting](#-troubleshooting) | `doctor` AI-powered diagnostics |
|
|
46
|
-
| [vs OpenRouter](#-vs-openrouter) | Why ClawRouter wins
|
|
47
|
-
| [Support](#-support) | Telegram, X, founders
|
|
46
|
+
| [vs OpenRouter](#-vs-openrouter) | Why ClawRouter wins |
|
|
47
|
+
| [Support](#-support) | Telegram, X, founders |
|
|
48
48
|
|
|
49
49
|
---
|
|
50
50
|
|
|
@@ -99,7 +99,7 @@ Request → Weighted Scorer (15 dimensions) → Tier → Cheapest Model → Resp
|
|
|
99
99
|
|
|
100
100
|
## 💰 Models & Pricing
|
|
101
101
|
|
|
102
|
-
|
|
102
|
+
41+ models across 7 providers, one wallet:
|
|
103
103
|
|
|
104
104
|
<details>
|
|
105
105
|
<summary><strong>Click to expand full model list</strong></summary>
|