@blockrun/clawrouter 0.12.7 → 0.12.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockrun/clawrouter",
3
- "version": "0.12.7",
3
+ "version": "0.12.8",
4
4
  "description": "Smart LLM router — save 92% on inference costs. 41+ models, one wallet, x402 micropayments.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -236,7 +236,7 @@ try {
236
236
  const TOP_MODELS = [
237
237
  'auto', 'free', 'eco', 'premium',
238
238
  'anthropic/claude-sonnet-4.6', 'anthropic/claude-opus-4.6', 'anthropic/claude-haiku-4.5',
239
- 'openai/gpt-5.2', 'openai/gpt-4o', 'openai/o3',
239
+ 'openai/gpt-5.4', 'openai/gpt-4o', 'openai/o3',
240
240
  'google/gemini-3.1-pro', 'google/gemini-3-flash-preview',
241
241
  'deepseek/deepseek-chat', 'moonshot/kimi-k2.5',
242
242
  'xai/grok-3', 'minimax/minimax-m2.5'
package/scripts/update.sh CHANGED
@@ -186,7 +186,7 @@ try {
186
186
  const TOP_MODELS = [
187
187
  'auto', 'free', 'eco', 'premium',
188
188
  'anthropic/claude-sonnet-4.6', 'anthropic/claude-opus-4.6', 'anthropic/claude-haiku-4.5',
189
- 'openai/gpt-5.2', 'openai/gpt-4o', 'openai/o3',
189
+ 'openai/gpt-5.4', 'openai/gpt-4o', 'openai/o3',
190
190
  'google/gemini-3.1-pro', 'google/gemini-3-flash-preview',
191
191
  'deepseek/deepseek-chat', 'moonshot/kimi-k2.5',
192
192
  'xai/grok-3', 'minimax/minimax-m2.5'