@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/cli.js
CHANGED
|
@@ -40587,6 +40587,15 @@ var BLOCKRUN_MODELS = [
|
|
|
40587
40587
|
contextWindow: 105e4,
|
|
40588
40588
|
maxOutput: 128e3
|
|
40589
40589
|
},
|
|
40590
|
+
{
|
|
40591
|
+
id: "free",
|
|
40592
|
+
name: "Free \u2192 Nemotron Ultra 253B",
|
|
40593
|
+
inputPrice: 0,
|
|
40594
|
+
outputPrice: 0,
|
|
40595
|
+
contextWindow: 131072,
|
|
40596
|
+
maxOutput: 16384,
|
|
40597
|
+
reasoning: true
|
|
40598
|
+
},
|
|
40590
40599
|
{
|
|
40591
40600
|
id: "eco",
|
|
40592
40601
|
name: "Eco (Smart Router - Cost Optimized)",
|