@blockrun/clawrouter 0.12.72 → 0.12.74
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/README.md +4 -4
- package/dist/cli.js +279 -63
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +281 -63
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/skills/clawrouter/SKILL.md +3 -3
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 85% on inference costs.
|
|
3
|
+
"version": "0.12.74",
|
|
4
|
+
"description": "Smart LLM router — save 85% on inference costs. 55+ models (11 free), one wallet, x402 micropayments.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: clawrouter
|
|
3
|
-
description: Smart LLM router — save 67% on inference costs. Routes every request to the cheapest capable model across
|
|
3
|
+
description: Smart LLM router — save 67% on inference costs. Routes every request to the cheapest capable model across 55+ models from OpenAI, Anthropic, Google, DeepSeek, xAI, NVIDIA, and more. 11 free NVIDIA models included.
|
|
4
4
|
homepage: https://github.com/BlockRunAI/ClawRouter
|
|
5
5
|
metadata: { "openclaw": { "emoji": "🦀", "requires": { "config": ["models.providers.blockrun"] } } }
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# ClawRouter
|
|
9
9
|
|
|
10
|
-
Smart LLM router that saves 67% on inference costs by routing each request to the cheapest model that can handle it.
|
|
10
|
+
Smart LLM router that saves 67% on inference costs by routing each request to the cheapest model that can handle it. 55+ models across 9 providers (11 free NVIDIA models), all through one wallet.
|
|
11
11
|
|
|
12
12
|
## Install
|
|
13
13
|
|
|
@@ -38,7 +38,7 @@ Rules handle ~80% of requests in <1ms. Only ambiguous queries hit the LLM classi
|
|
|
38
38
|
|
|
39
39
|
## Available Models
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
55+ models including: gpt-5.4, gpt-4o, o3, claude-opus-4.6, claude-sonnet-4.6, gemini-3.1-pro, gemini-2.5-flash, deepseek-chat, grok-3, kimi-k2.5, and 11 free NVIDIA models (nemotron-ultra-253b, deepseek-v3.2, mistral-large-675b, qwen3-coder-480b, devstral-2-123b, llama-4-maverick, glm-4.7, gpt-oss-120b, gpt-oss-20b, nemotron-3-super-120b, nemotron-super-49b).
|
|
42
42
|
|
|
43
43
|
## Example Output
|
|
44
44
|
|