@blockrun/clawrouter 0.12.61 → 0.12.62
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/package.json +2 -2
- package/scripts/reinstall.sh +8 -4
- package/scripts/update.sh +8 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockrun/clawrouter",
|
|
3
|
-
"version": "0.12.
|
|
4
|
-
"description": "Smart LLM router — save
|
|
3
|
+
"version": "0.12.62",
|
|
4
|
+
"description": "Smart LLM router — save 85% on inference costs. 46+ models, one wallet, x402 micropayments.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
package/scripts/reinstall.sh
CHANGED
|
@@ -315,10 +315,14 @@ try {
|
|
|
315
315
|
const TOP_MODELS = [
|
|
316
316
|
'auto', 'free', 'eco', 'premium',
|
|
317
317
|
'anthropic/claude-sonnet-4.6', 'anthropic/claude-opus-4.6', 'anthropic/claude-haiku-4.5',
|
|
318
|
-
'openai/gpt-5.4', 'openai/gpt-5.
|
|
319
|
-
'
|
|
320
|
-
'
|
|
321
|
-
'
|
|
318
|
+
'openai/gpt-5.4', 'openai/gpt-5.4-pro', 'openai/gpt-5.3', 'openai/gpt-5.3-codex',
|
|
319
|
+
'openai/gpt-5-mini', 'openai/gpt-5-nano', 'openai/gpt-4o', 'openai/gpt-4o-mini', 'openai/o3', 'openai/o4-mini',
|
|
320
|
+
'google/gemini-3.1-pro', 'google/gemini-3-pro-preview', 'google/gemini-3-flash-preview',
|
|
321
|
+
'google/gemini-2.5-pro', 'google/gemini-2.5-flash', 'google/gemini-2.5-flash-lite',
|
|
322
|
+
'deepseek/deepseek-chat', 'deepseek/deepseek-reasoner', 'moonshot/kimi-k2.5',
|
|
323
|
+
'xai/grok-3', 'xai/grok-4-0709', 'xai/grok-4-1-fast-reasoning',
|
|
324
|
+
'minimax/minimax-m2.7', 'minimax/minimax-m2.5',
|
|
325
|
+
'nvidia/gpt-oss-120b',
|
|
322
326
|
'zai/glm-5', 'zai/glm-5-turbo'
|
|
323
327
|
];
|
|
324
328
|
|
package/scripts/update.sh
CHANGED
|
@@ -263,10 +263,14 @@ try {
|
|
|
263
263
|
const TOP_MODELS = [
|
|
264
264
|
'auto', 'free', 'eco', 'premium',
|
|
265
265
|
'anthropic/claude-sonnet-4.6', 'anthropic/claude-opus-4.6', 'anthropic/claude-haiku-4.5',
|
|
266
|
-
'openai/gpt-5.4', 'openai/gpt-5.
|
|
267
|
-
'
|
|
268
|
-
'
|
|
269
|
-
'
|
|
266
|
+
'openai/gpt-5.4', 'openai/gpt-5.4-pro', 'openai/gpt-5.3', 'openai/gpt-5.3-codex',
|
|
267
|
+
'openai/gpt-5-mini', 'openai/gpt-5-nano', 'openai/gpt-4o', 'openai/gpt-4o-mini', 'openai/o3', 'openai/o4-mini',
|
|
268
|
+
'google/gemini-3.1-pro', 'google/gemini-3-pro-preview', 'google/gemini-3-flash-preview',
|
|
269
|
+
'google/gemini-2.5-pro', 'google/gemini-2.5-flash', 'google/gemini-2.5-flash-lite',
|
|
270
|
+
'deepseek/deepseek-chat', 'deepseek/deepseek-reasoner', 'moonshot/kimi-k2.5',
|
|
271
|
+
'xai/grok-3', 'xai/grok-4-0709', 'xai/grok-4-1-fast-reasoning',
|
|
272
|
+
'minimax/minimax-m2.7', 'minimax/minimax-m2.5',
|
|
273
|
+
'nvidia/gpt-oss-120b',
|
|
270
274
|
'zai/glm-5', 'zai/glm-5-turbo'
|
|
271
275
|
];
|
|
272
276
|
|