@blockrun/clawrouter 0.8.21 → 0.8.22

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
@@ -23,11 +23,12 @@ var MODEL_ALIASES = {
23
23
  grok: "xai/grok-3",
24
24
  "grok-fast": "xai/grok-4-fast-reasoning",
25
25
  "grok-code": "xai/grok-code-fast-1",
26
- // NVIDIA (free)
26
+ // NVIDIA
27
27
  nvidia: "nvidia/gpt-oss-120b",
28
28
  "gpt-120b": "nvidia/gpt-oss-120b",
29
- "gpt-20b": "nvidia/gpt-oss-20b",
30
- free: "nvidia/gpt-oss-120b"
29
+ "gpt-20b": "nvidia/gpt-oss-20b"
30
+ // Note: auto, free, eco, premium are virtual routing profiles registered in BLOCKRUN_MODELS
31
+ // They don't need aliases since they're already top-level model IDs
31
32
  };
32
33
  function resolveModelAlias(model) {
33
34
  const normalized = model.trim().toLowerCase();