@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/index.js CHANGED
@@ -44,7 +44,10 @@ var MODEL_ALIASES = {
44
44
  nvidia: "nvidia/gpt-oss-120b",
45
45
  "gpt-120b": "nvidia/gpt-oss-120b",
46
46
  // MiniMax
47
- minimax: "minimax/minimax-m2.5"
47
+ minimax: "minimax/minimax-m2.5",
48
+ // Routing profile aliases (common variations)
49
+ "auto-router": "auto",
50
+ router: "auto"
48
51
  // Note: auto, free, eco, premium are virtual routing profiles registered in BLOCKRUN_MODELS
49
52
  // They don't need aliases since they're already top-level model IDs
50
53
  };