@blockrun/clawrouter 0.9.29 → 0.9.30
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 +4 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1510,7 +1510,10 @@ var MODEL_ALIASES = {
|
|
|
1510
1510
|
nvidia: "nvidia/gpt-oss-120b",
|
|
1511
1511
|
"gpt-120b": "nvidia/gpt-oss-120b",
|
|
1512
1512
|
// MiniMax
|
|
1513
|
-
minimax: "minimax/minimax-m2.5"
|
|
1513
|
+
minimax: "minimax/minimax-m2.5",
|
|
1514
|
+
// Routing profile aliases (common variations)
|
|
1515
|
+
"auto-router": "auto",
|
|
1516
|
+
router: "auto"
|
|
1514
1517
|
// Note: auto, free, eco, premium are virtual routing profiles registered in BLOCKRUN_MODELS
|
|
1515
1518
|
// They don't need aliases since they're already top-level model IDs
|
|
1516
1519
|
};
|