From fcc4cb8dc2a029429befe5ce7fb685606337f6bf Mon Sep 17 00:00:00 2001 From: blockrun-brand-bot Date: Sat, 8 Aug 2026 03:21:02 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2429fbe..8d0862f 100644 --- a/README.md +++ b/README.md @@ -1676,7 +1676,7 @@ blockrun-llm is a Python SDK that provides pay-per-request access to 43+ large l When you make an API call, the SDK automatically handles x402 payment. It signs a USDC transaction locally using your wallet private key (which never leaves your machine), and includes the payment proof in the request header. Settlement is non-custodial and instant on Base or Solana. ### What is smart routing / ClawRouter? -ClawRouter is a built-in smart routing engine that analyzes your request across 15 dimensions and automatically picks the cheapest model capable of handling it. Routing happens locally in under 1ms. It can save up to 87% on LLM costs compared to using premium models for every request. +ClawRouter is a built-in smart routing engine that analyzes your request across 15 dimensions and automatically picks the cheapest model capable of handling it. Routing happens locally in under 1ms. It can save up to 88% on LLM costs compared to using premium models for every request. ### How much does it cost? Pay only for what you use. Prices start at **FREE** (11 NVIDIA-hosted models). Paid models start at $0.10/M tokens. There are no minimums, subscriptions, or monthly fees. $5 in USDC gets you thousands of requests. diff --git a/brand-numbers.json b/brand-numbers.json index 70a5380..4395f23 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, @@ -29,6 +29,6 @@ "savings": { "baselineModel": "anthropic/claude-opus-5", "ecoVsBaselinePct": 98, - "autoVsBaselinePct": 87 + "autoVsBaselinePct": 88 } }