@blockrun/clawrouter 0.9.21 → 0.9.23
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 +1 -1
- package/dist/cli.js +1 -4
- package/dist/cli.js.map +1 -1
- package/dist/index.js +8 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/scripts/reinstall.sh +66 -0
package/README.md
CHANGED
|
@@ -186,7 +186,7 @@ Compared to **$25/M** for Claude Opus = **92% savings** on a typical workload.
|
|
|
186
186
|
| o3-mini | $1.10 | $4.40 | 128K | \* |
|
|
187
187
|
| **Anthropic** | | | | |
|
|
188
188
|
| claude-opus-4.5 | $5.00 | $25.00 | 200K | \* |
|
|
189
|
-
| claude-sonnet-4.6
|
|
189
|
+
| claude-sonnet-4.6 | $3.00 | $15.00 | 200K | \* |
|
|
190
190
|
| claude-haiku-4.5 | $1.00 | $5.00 | 200K | |
|
|
191
191
|
| **Google** | | | | |
|
|
192
192
|
| gemini-2.5-pro | $1.25 | $10.00 | 1M | \* |
|
package/dist/cli.js
CHANGED
|
@@ -1291,10 +1291,7 @@ var DEFAULT_ROUTING_CONFIG = {
|
|
|
1291
1291
|
REASONING: {
|
|
1292
1292
|
primary: "minimax/minimax-m2.5",
|
|
1293
1293
|
// $0.30/$1.20 - cheapest reasoning model
|
|
1294
|
-
fallback: [
|
|
1295
|
-
"deepseek/deepseek-reasoner",
|
|
1296
|
-
"xai/grok-4-1-fast-reasoning"
|
|
1297
|
-
]
|
|
1294
|
+
fallback: ["deepseek/deepseek-reasoner", "xai/grok-4-1-fast-reasoning"]
|
|
1298
1295
|
}
|
|
1299
1296
|
},
|
|
1300
1297
|
// Premium tier configs - best quality (blockrun/premium)
|