@blockrun/clawrouter 0.9.6 → 0.9.7
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/dist/cli.js +5 -5
- package/dist/cli.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1571,8 +1571,8 @@ var DEFAULT_ROUTING_CONFIG = {
|
|
|
1571
1571
|
// Auto (balanced) tier configs - current default smart routing
|
|
1572
1572
|
tiers: {
|
|
1573
1573
|
SIMPLE: {
|
|
1574
|
-
primary: "
|
|
1575
|
-
// $0.
|
|
1574
|
+
primary: "moonshot/kimi-k2.5",
|
|
1575
|
+
// $0.50/$2.40 - best quality/price for simple tasks
|
|
1576
1576
|
fallback: [
|
|
1577
1577
|
"google/gemini-2.5-flash",
|
|
1578
1578
|
// 1M context, cost-effective
|
|
@@ -1624,14 +1624,14 @@ var DEFAULT_ROUTING_CONFIG = {
|
|
|
1624
1624
|
// Eco tier configs - ultra cost-optimized (blockrun/eco)
|
|
1625
1625
|
ecoTiers: {
|
|
1626
1626
|
SIMPLE: {
|
|
1627
|
-
primary: "
|
|
1628
|
-
// $0.
|
|
1627
|
+
primary: "moonshot/kimi-k2.5",
|
|
1628
|
+
// $0.50/$2.40
|
|
1629
1629
|
fallback: ["nvidia/gpt-oss-120b", "deepseek/deepseek-chat", "google/gemini-2.5-flash"]
|
|
1630
1630
|
},
|
|
1631
1631
|
MEDIUM: {
|
|
1632
1632
|
primary: "deepseek/deepseek-chat",
|
|
1633
1633
|
// $0.14/$0.28
|
|
1634
|
-
fallback: ["xai/grok-code-fast-1", "google/gemini-2.5-flash", "
|
|
1634
|
+
fallback: ["xai/grok-code-fast-1", "google/gemini-2.5-flash", "moonshot/kimi-k2.5"]
|
|
1635
1635
|
},
|
|
1636
1636
|
COMPLEX: {
|
|
1637
1637
|
primary: "xai/grok-4-0709",
|