@blockrun/clawrouter 0.10.11 → 0.10.12
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 +2 -2
- package/package.json +1 -1
- package/dist/cli.d.ts +0 -1
- package/dist/cli.js +0 -6321
- package/dist/cli.js.map +0 -1
- package/dist/index.d.ts +0 -1095
- package/dist/index.js +0 -6743
- package/dist/index.js.map +0 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ 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/🤖_41+_Models-purple?style=for-the-badge" alt="
|
|
13
|
+
<img src="https://img.shields.io/badge/🤖_41+_Models-purple?style=for-the-badge" alt="41+ 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
|
|
|
@@ -120,7 +120,7 @@ Request → Weighted Scorer (15 dimensions) → Tier → Cheapest Model → Resp
|
|
|
120
120
|
| claude-sonnet-4.6 | $3.00 | $15.00 | 200K | \* |
|
|
121
121
|
| claude-haiku-4.5 | $1.00 | $5.00 | 200K | |
|
|
122
122
|
| **Google** | | | | |
|
|
123
|
-
| gemini-3.1-pro
|
|
123
|
+
| gemini-3.1-pro | $2.00 | $12.00 | 1M | \* |
|
|
124
124
|
| gemini-3-pro-preview | $2.00 | $12.00 | 1M | \* |
|
|
125
125
|
| gemini-3-flash-preview | $0.50 | $3.00 | 1M | |
|
|
126
126
|
| gemini-2.5-pro | $1.25 | $10.00 | 1M | \* |
|
package/package.json
CHANGED
package/dist/cli.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|