@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/cli.js
CHANGED
|
@@ -1125,8 +1125,8 @@ var DEFAULT_ROUTING_CONFIG = {
|
|
|
1125
1125
|
// Auto (balanced) tier configs - current default smart routing
|
|
1126
1126
|
tiers: {
|
|
1127
1127
|
SIMPLE: {
|
|
1128
|
-
primary: "
|
|
1129
|
-
// $0.
|
|
1128
|
+
primary: "moonshot/kimi-k2.5",
|
|
1129
|
+
// $0.50/$2.40 - best quality/price for simple tasks
|
|
1130
1130
|
fallback: [
|
|
1131
1131
|
"google/gemini-2.5-flash",
|
|
1132
1132
|
// 1M context, cost-effective
|
|
@@ -1178,14 +1178,14 @@ var DEFAULT_ROUTING_CONFIG = {
|
|
|
1178
1178
|
// Eco tier configs - ultra cost-optimized (blockrun/eco)
|
|
1179
1179
|
ecoTiers: {
|
|
1180
1180
|
SIMPLE: {
|
|
1181
|
-
primary: "
|
|
1182
|
-
// $0.
|
|
1181
|
+
primary: "moonshot/kimi-k2.5",
|
|
1182
|
+
// $0.50/$2.40
|
|
1183
1183
|
fallback: ["nvidia/gpt-oss-120b", "deepseek/deepseek-chat", "google/gemini-2.5-flash"]
|
|
1184
1184
|
},
|
|
1185
1185
|
MEDIUM: {
|
|
1186
1186
|
primary: "deepseek/deepseek-chat",
|
|
1187
1187
|
// $0.14/$0.28
|
|
1188
|
-
fallback: ["xai/grok-code-fast-1", "google/gemini-2.5-flash", "
|
|
1188
|
+
fallback: ["xai/grok-code-fast-1", "google/gemini-2.5-flash", "moonshot/kimi-k2.5"]
|
|
1189
1189
|
},
|
|
1190
1190
|
COMPLEX: {
|
|
1191
1191
|
primary: "xai/grok-4-0709",
|