@blockrun/clawrouter 0.10.13 → 0.10.14
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 +7 -7
- package/dist/cli.js.map +1 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2198,12 +2198,12 @@ var DEFAULT_ROUTING_CONFIG = {
|
|
|
2198
2198
|
]
|
|
2199
2199
|
},
|
|
2200
2200
|
MEDIUM: {
|
|
2201
|
-
primary: "
|
|
2202
|
-
//
|
|
2201
|
+
primary: "moonshot/kimi-k2.5",
|
|
2202
|
+
// $0.50/$2.40 - strong tool use, proper function call format
|
|
2203
2203
|
fallback: [
|
|
2204
|
+
"deepseek/deepseek-chat",
|
|
2204
2205
|
"google/gemini-2.5-flash-lite",
|
|
2205
2206
|
// 1M context, ultra cheap ($0.10/$0.40)
|
|
2206
|
-
"deepseek/deepseek-chat",
|
|
2207
2207
|
"xai/grok-4-1-fast-non-reasoning"
|
|
2208
2208
|
// Upgraded Grok 4.1
|
|
2209
2209
|
]
|
|
@@ -2269,7 +2269,7 @@ var DEFAULT_ROUTING_CONFIG = {
|
|
|
2269
2269
|
fallback: [
|
|
2270
2270
|
"anthropic/claude-haiku-4.5",
|
|
2271
2271
|
"google/gemini-2.5-flash-lite",
|
|
2272
|
-
"
|
|
2272
|
+
"deepseek/deepseek-chat"
|
|
2273
2273
|
]
|
|
2274
2274
|
},
|
|
2275
2275
|
MEDIUM: {
|
|
@@ -2320,9 +2320,9 @@ var DEFAULT_ROUTING_CONFIG = {
|
|
|
2320
2320
|
]
|
|
2321
2321
|
},
|
|
2322
2322
|
MEDIUM: {
|
|
2323
|
-
primary: "
|
|
2324
|
-
//
|
|
2325
|
-
fallback: ["
|
|
2323
|
+
primary: "moonshot/kimi-k2.5",
|
|
2324
|
+
// $0.50/$2.40 - strong tool use, handles function calls correctly
|
|
2325
|
+
fallback: ["anthropic/claude-haiku-4.5", "deepseek/deepseek-chat", "xai/grok-4-1-fast-non-reasoning"]
|
|
2326
2326
|
},
|
|
2327
2327
|
COMPLEX: {
|
|
2328
2328
|
primary: "anthropic/claude-sonnet-4.6",
|