You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ All notable changes to ClawRouter.
4
4
5
5
---
6
6
7
+
## v0.12.155 — Apr 18, 2026
8
+
9
+
-**Docs: video generation endpoint** — README now documents `POST /v1/videos/generations` with `xai/grok-imagine-video` ($0.05/sec, 8s default). The proxy handler, cost estimator (`estimateVideoCost`), and local-file download path were already in place in `proxy.ts`; only the README was missing.
10
+
-**Docs: Grok Imagine image models** — README image table now includes `xai/grok-imagine-image` ($0.02) and `xai/grok-imagine-image-pro` ($0.07), already wired into the image pricing map.
11
+
12
+
---
13
+
7
14
## v0.12.153 — Apr 16, 2026
8
15
9
16
-**Claude Opus 4.7 flagship** — BlockRun API has promoted `anthropic/claude-opus-4.7` to flagship (1M context, 128K output, adaptive thinking; $5/$25 per 1M tokens). Added to `BLOCKRUN_MODELS`, now the primary for the `COMPLEX` routing tier across default/premium profiles and the new cost-savings `BASELINE_MODEL_ID`. Aliases: `opus`, `opus-4`, `anthropic/opus`, `anthropic/claude-opus-4`, and `anthropic/claude-opus-4.5` now resolve to 4.7. Explicit 4.6 pins (`opus-4.6`, `anthropic/claude-opus-4-6`) still route to 4.6, which the server keeps available. Opus 4.7 is also added to the curated `TOP_MODELS` picker list and `doctor` command. Opus 4.6 ClawRouter metadata updated to match server specs (1M/128K, was stale at 200K/32K).
@@ -87,7 +87,7 @@ Done. Smart routing (`blockrun/auto`) is now your default model.
87
87
88
88
### Option B — Standalone (continue.dev, Cursor, VS Code, any OpenAI-compatible client)
89
89
90
-
> **Using Claude Code?** Check out [BRCC](https://github.com/BlockRunAI/brcc) — it's purpose-built for Claude Code with the same smart routing and x402 payments.
90
+
> **Using Claude Code?** Check out [BRCC](https://blockrun.ai/brcc.md) — it's purpose-built for Claude Code with the same smart routing and x402 payments.
91
91
92
92
No OpenClaw required. ClawRouter runs as a local proxy on port 8402.
93
93
@@ -207,13 +207,32 @@ Generate images directly from chat with `/imagegen`:
Generate short AI videos via `POST http://localhost:8402/v1/videos/generations`. ClawRouter proxies the BlockRun gateway, handles x402 payment, and downloads the returned MP4 to local disk — the response `url` points to `http://localhost:8402/videos/<file>.mp4` so the asset survives past xAI's temporary bucket.
224
+
225
+
```bash
226
+
curl -X POST http://localhost:8402/v1/videos/generations \
227
+
-H "Content-Type: application/json" \
228
+
-d '{"model":"xai/grok-imagine-video","prompt":"a red apple slowly spinning"}'
@@ -487,16 +506,14 @@ You're here. 55+ models, local smart routing, x402 USDC payments — the only st
487
506
</td>
488
507
<tdwidth="50%">
489
508
490
-
### 🤖 [BRCC](https://github.com/BlockRunAI/brcc)
509
+
### 🤖 [BRCC](https://blockrun.ai/brcc.md)
491
510
492
511
**BlockRun for Claude Code**
493
512
494
513
Run Claude Code with 50+ models, no rate limits, no Anthropic account, no phone verification. Pay per request with USDC — your wallet is your identity.
0 commit comments