@blockrun/clawrouter 0.12.80 → 0.12.81
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 +9 -0
- package/dist/cli.js.map +1 -1
- package/dist/index.js +10 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/scripts/reinstall.sh +1 -1
- package/scripts/update.sh +1 -1
package/dist/index.js
CHANGED
|
@@ -32982,6 +32982,15 @@ var BLOCKRUN_MODELS = [
|
|
|
32982
32982
|
contextWindow: 105e4,
|
|
32983
32983
|
maxOutput: 128e3
|
|
32984
32984
|
},
|
|
32985
|
+
{
|
|
32986
|
+
id: "free",
|
|
32987
|
+
name: "Free \u2192 Nemotron Ultra 253B",
|
|
32988
|
+
inputPrice: 0,
|
|
32989
|
+
outputPrice: 0,
|
|
32990
|
+
contextWindow: 131072,
|
|
32991
|
+
maxOutput: 16384,
|
|
32992
|
+
reasoning: true
|
|
32993
|
+
},
|
|
32985
32994
|
{
|
|
32986
32995
|
id: "eco",
|
|
32987
32996
|
name: "Eco (Smart Router - Cost Optimized)",
|
|
@@ -51006,6 +51015,7 @@ function injectModelsConfig(logger) {
|
|
|
51006
51015
|
}
|
|
51007
51016
|
const TOP_MODELS = [
|
|
51008
51017
|
"auto",
|
|
51018
|
+
"free",
|
|
51009
51019
|
"eco",
|
|
51010
51020
|
"premium",
|
|
51011
51021
|
"anthropic/claude-sonnet-4.6",
|