From 8e54f917d237fd4f8b042d76d9bb7ee954aa8d7e Mon Sep 17 00:00:00 2001 From: blockrun-brand-bot Date: Mon, 14 Sep 2026 06:02:34 +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 | 4 ++-- brand-numbers.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f5b78d3b..58fffb74 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Not a seat, not a subscription, not a monthly minimum you keep paying while the | | | | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **Every LLM** | 78 chat models across 9 providers, behind one endpoint and one balance | -| **Every tool** | 10 image models, 8 video models, music, 5 voices, img2img editing, and outbound phone calls that come back as transcripts | +| **Every tool** | 12 image models, 8 video models, music, 5 voices, img2img editing, and outbound phone calls that come back as transcripts | | **Every data source** | web, news and neural search; prediction markets; live crypto and equity quotes; on-chain SQL over 100M+ labeled wallets; DEX routing; RPC across 40 chains | | **Best value per dollar** | 15-dimension local routing sends each request to the cheapest model that can actually do it — 84% below pinning Claude Opus 5 on the same traffic, computed from a published workload mix rather than estimated | @@ -916,7 +916,7 @@ Python plugin that wraps the ClawRouter proxy for `hermes-agent`. Same 10 models | +| [Image Generation & Editing](docs/image-generation.md) | API examples, 12 models | | [Routing Profiles](docs/routing-profiles.md) | ECO/AUTO/PREMIUM/AGENTIC tiers, fallback chains, ranking weights | | [Architecture](docs/architecture.md) | Technical deep dive | | [Configuration](docs/configuration.md) | Environment variables | diff --git a/brand-numbers.json b/brand-numbers.json index 17fe83c5..44998662 100644 --- a/brand-numbers.json +++ b/brand-numbers.json @@ -3,10 +3,10 @@ "version": 1, "models": { "chatVisible": 78, - "totalVisible": 103, + "totalVisible": 105, "free": 6, "freeWithheld": 27, - "image": 10, + "image": 12, "video": 8, "music": 1, "speech": 5,