@blockrun/clawrouter 0.12.32 → 0.12.33

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.32",
3
+ "version": "0.12.33",
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",
@@ -40,13 +40,13 @@ Display the image inline in your response:
40
40
 
41
41
  Pick the model based on what the user asks for (or default to `nano-banana`):
42
42
 
43
- | Model shorthand | Full ID | Price | Best for |
44
- |---|---|---|---|
45
- | `nano-banana` | `google/nano-banana` | $0.05 | Default — fast, cheap, good quality |
46
- | `banana-pro` | `google/nano-banana-pro` | $0.10 | High-res up to 4096×4096 |
47
- | `dall-e-3` | `openai/dall-e-3` | $0.04 | Photorealistic, complex scenes |
48
- | `gpt-image` | `openai/gpt-image-1` | $0.02 | Budget option |
49
- | `flux` | `black-forest/flux-1.1-pro` | $0.04 | Artistic styles, fewer restrictions |
43
+ | Model shorthand | Full ID | Price | Best for |
44
+ | --------------- | --------------------------- | ----- | ----------------------------------- |
45
+ | `nano-banana` | `google/nano-banana` | $0.05 | Default — fast, cheap, good quality |
46
+ | `banana-pro` | `google/nano-banana-pro` | $0.10 | High-res up to 4096×4096 |
47
+ | `dall-e-3` | `openai/dall-e-3` | $0.04 | Photorealistic, complex scenes |
48
+ | `gpt-image` | `openai/gpt-image-1` | $0.02 | Budget option |
49
+ | `flux` | `black-forest/flux-1.1-pro` | $0.04 | Artistic styles, fewer restrictions |
50
50
 
51
51
  If the user mentions "high res" or "large", use `banana-pro`. If they want "photorealistic" or "dall-e", use `dall-e-3`. Otherwise default to `nano-banana`.
52
52
 
@@ -57,11 +57,11 @@ Also accepts a comma-separated string:
57
57
 
58
58
  ## Pricing
59
59
 
60
- | Batch size | Cost |
61
- |---|---|
62
- | 1–10 users | $0.01 (minimum) |
63
- | 11–100 users | $0.001 per user |
64
- | 100+ users | $0.10 (capped at first 100) |
60
+ | Batch size | Cost |
61
+ | ------------ | --------------------------- |
62
+ | 1–10 users | $0.01 (minimum) |
63
+ | 11–100 users | $0.001 per user |
64
+ | 100+ users | $0.10 (capped at first 100) |
65
65
 
66
66
  ## Example Interactions
67
67