From d18022c4e48aa252dad7da4f77ca0a174834fdbf Mon Sep 17 00:00:00 2001 From: blockrun-brand-bot Date: Sat, 8 Aug 2026 03:21:10 +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 32d1995..807274e 100644 --- a/README.md +++ b/README.md @@ -316,7 +316,7 @@ You don't subscribe to electricity, you pay for what you use. Franklin brings th ### 🧠  Multi-model is the future -No single model is best at everything. Sonnet writes better code, Gemini handles longer context, DeepSeek costs 20x less for simple tasks. The Smart Router routes every request to the optimal model in <1ms — 87% cheaper than pinning Claude Opus 5 for every request. +No single model is best at everything. Sonnet writes better code, Gemini handles longer context, DeepSeek costs 20x less for simple tasks. The Smart Router routes every request to the optimal model in <1ms — 88% cheaper than pinning Claude Opus 5 for every request. 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 } }