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
- GitHub org restored: repository.url, README badges, docs, security manifest,
release skill, and test comment all repointed to github.com/BlockRunAI/ClawRouter.
GitLab kept as `gitlab` mirror remote.
- Kimi K2.6 added: moonshot/kimi-k2.6 (256K ctx, vision + reasoning,
$0.95/$4.00 per 1M) registered in BLOCKRUN_MODELS with kimi-k2.6 alias,
added to /model picker (index.ts, update.sh, reinstall.sh), README pricing
table, routing-profiles doc, and SKILL.md model catalog.
- Premium routing tier now uses K2.6 as SIMPLE primary and as fallback in
MEDIUM/COMPLEX. nvidia/kimi-k2.5 retained as first fallback for reliability.
Generic kimi/moonshot aliases still resolve to nvidia/kimi-k2.5 (matches
BlockRun server's blockrun/kimi stance).
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.156 — Apr 20, 2026
8
+
9
+
-**Kimi K2.6 added** — Moonshot's new flagship (`moonshot/kimi-k2.6`, 256K context, vision + reasoning, $0.95 in / $4.00 out per 1M) registered in `BLOCKRUN_MODELS` with `kimi-k2.6` alias. Added to the curated `/model` picker list (`src/index.ts`, `scripts/update.sh`, `scripts/reinstall.sh`), the README pricing table, `docs/routing-profiles.md`, and the AI-agent-facing model catalog in `skills/clawrouter/SKILL.md`. Premium routing tier (`blockrun/premium`) now uses K2.6 as the SIMPLE primary and as a fallback in MEDIUM/COMPLEX, with `nvidia/kimi-k2.5` retained as the first fallback for reliability. The generic `kimi`/`moonshot` aliases still resolve to `nvidia/kimi-k2.5` (matches BlockRun server's `blockrun/kimi` stance); users opt in to K2.6 explicitly via `kimi-k2.6` or `blockrun/premium`.
10
+
-**GitHub restored as canonical source** — BlockRunAI GitHub org is back. `package.json``repository.url`, README badges, CONTRIBUTING clone URL, `openclaw.security.json`, all docs (`anthropic-*`, `clawrouter-cuts-*`, `clawrouter-vs-openrouter`, `11-free-ai-models`, `llm-router-benchmark-*`, `smart-llm-router-14-dimension-classifier`, `subscription-failover`, `troubleshooting`), `skills/release/SKILL.md`, and the `sse-error-format` regression-test comment now point at `github.com/BlockRunAI/ClawRouter`. GitLab mirror (`gitlab.com/blockrunai/ClawRouter`) is kept as a secondary remote for redundancy but is no longer advertised. Metadata + docs only; no runtime/code changes.
11
+
12
+
---
13
+
7
14
## v0.12.155 — Apr 18, 2026
8
15
9
16
-**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.
Copy file name to clipboardExpand all lines: docs/anthropic-cost-savings.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ This is where you're paying for real value:
50
50
51
51
## The Solution: ClawRouter
52
52
53
-
[ClawRouter](https://github.com/blockrunai/ClawRouter) is an open-source local proxy that sits between your app and 41+ AI models. It saves you money in three ways: **smart routing**, **token optimization**, and **response caching**.
53
+
[ClawRouter](https://github.com/BlockRunAI/ClawRouter) is an open-source local proxy that sits between your app and 41+ AI models. It saves you money in three ways: **smart routing**, **token optimization**, and **response caching**.
0 commit comments