From 18384f439251909c145dd9f76987b536af0c0a09 Mon Sep 17 00:00:00 2001 From: blockrun-brand-bot Date: Mon, 10 Aug 2026 06:22:54 +0000 Subject: [PATCH] =?UTF-8?q?chore(brand):=20refresh=20the=20snapshot=20?= =?UTF-8?q?=E2=80=94=20the=20markers=20were=20rendering=20a=20stale=20cata?= =?UTF-8?q?log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Opened by brand/fanout-brand-numbers.mjs. brand-numbers.json here was behind the published artifact, so every br: marker in this repo rendered a number that is no longer true. The markers did their job — they rendered the input they were given. --check is offline on purpose so PR CI stays deterministic, which means it validates against this repo's own snapshot, and only --refresh updates that snapshot. This job is what runs it. Produced by --refresh, not by hand. --- README.md | 2 +- brand-numbers.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 74f30ef..fa70015 100644 --- a/README.md +++ b/README.md @@ -416,7 +416,7 @@ BlockRun is the routing & payment layer for AI — one endpoint where AI agents AI agents pay using the x402 protocol — an HTTP-native payment standard. When an agent makes a request, BlockRun returns HTTP 402 with the price. The agent signs a USDC payment locally (private key never leaves the machine), retries with the payment header, and receives the response. Settlement is non-custodial and instant on Base or Solana. ### What is ClawRouter? -ClawRouter is an open-source (MIT licensed) smart LLM router built for autonomous agents. It analyzes each request across 15 dimensions and routes to the cheapest capable model in under 1ms, entirely locally. ClawRouter reduces LLM API costs by 87% versus pinning one flagship for every request. +ClawRouter is an open-source (MIT licensed) smart LLM router built for autonomous agents. It analyzes each request across 15 dimensions and routes to the cheapest capable model in under 1ms, entirely locally. ClawRouter reduces LLM API costs by 88% versus pinning one flagship for every request. ### How does BlockRun compare to OpenRouter? BlockRun is agent-native — it uses wallet signatures for authentication instead of API keys, and USDC micropayments instead of credit cards. This means AI agents can operate autonomously without human intervention. BlockRun also includes ClawRouter for smart routing, third-party data & runtime services, and multi-chain support (Base + Solana). diff --git a/brand-numbers.json b/brand-numbers.json index 70a5380..c505b24 100644 --- a/brand-numbers.json +++ b/brand-numbers.json @@ -3,11 +3,11 @@ "version": 1, "models": { "chatVisible": 71, - "totalVisible": 92, + "totalVisible": 93, "free": 6, "freeWithheld": 19, "image": 9, - "video": 5, + "video": 6, "music": 1, "speech": 5, "soundfx": 1, @@ -18,7 +18,7 @@ "dimensions": 15, "tiers": 4, "profiles": 4, - "aliases": 202 + "aliases": 204 }, "mcp": { "tools": 20 @@ -29,6 +29,6 @@ "savings": { "baselineModel": "anthropic/claude-opus-5", "ecoVsBaselinePct": 98, - "autoVsBaselinePct": 87 + "autoVsBaselinePct": 88 } }