@blockrun/clawrouter 0.8.22 → 0.8.23

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
@@ -3920,17 +3920,25 @@ function injectModelsConfig(logger) {
3920
3920
  }
3921
3921
  const KEY_MODEL_ALIASES = [
3922
3922
  { id: "auto", alias: "auto" },
3923
+ { id: "eco", alias: "eco" },
3924
+ { id: "premium", alias: "premium" },
3923
3925
  { id: "free", alias: "free" },
3924
3926
  { id: "sonnet", alias: "sonnet" },
3925
3927
  { id: "opus", alias: "opus" },
3926
3928
  { id: "haiku", alias: "haiku" },
3929
+ { id: "gpt", alias: "gpt" },
3930
+ { id: "gpt5", alias: "gpt5" },
3931
+ { id: "mini", alias: "mini" },
3932
+ { id: "o3", alias: "o3" },
3927
3933
  { id: "grok", alias: "grok" },
3934
+ { id: "grok-fast", alias: "grok-fast" },
3935
+ { id: "grok-code", alias: "grok-code" },
3928
3936
  { id: "deepseek", alias: "deepseek" },
3937
+ { id: "reasoner", alias: "reasoner" },
3929
3938
  { id: "kimi", alias: "kimi" },
3930
3939
  { id: "gemini", alias: "gemini" },
3931
3940
  { id: "flash", alias: "flash" },
3932
- { id: "gpt", alias: "gpt" },
3933
- { id: "reasoner", alias: "reasoner" }
3941
+ { id: "nvidia", alias: "nvidia" }
3934
3942
  ];
3935
3943
  if (!defaults.models) {
3936
3944
  defaults.models = {};