@blockrun/clawrouter 0.12.31 → 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/README.md +33 -12
- package/dist/cli.js +279 -4
- package/dist/cli.js.map +1 -1
- package/dist/index.js +289 -14
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/skills/imagegen/SKILL.md +7 -7
- package/skills/x-api/SKILL.md +5 -5
package/package.json
CHANGED
package/skills/imagegen/SKILL.md
CHANGED
|
@@ -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
|
|
44
|
-
|
|
45
|
-
| `nano-banana`
|
|
46
|
-
| `banana-pro`
|
|
47
|
-
| `dall-e-3`
|
|
48
|
-
| `gpt-image`
|
|
49
|
-
| `flux`
|
|
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
|
|
package/skills/x-api/SKILL.md
CHANGED
|
@@ -57,11 +57,11 @@ Also accepts a comma-separated string:
|
|
|
57
57
|
|
|
58
58
|
## Pricing
|
|
59
59
|
|
|
60
|
-
| Batch size
|
|
61
|
-
|
|
62
|
-
| 1–10 users
|
|
63
|
-
| 11–100 users | $0.001 per user
|
|
64
|
-
| 100+ users
|
|
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
|
|