From 4ce8aee8f149bce5822dfdaabb02d40ab309f362 Mon Sep 17 00:00:00 2001 From: 1bcMax Date: Wed, 9 Sep 2026 17:49:54 -0400 Subject: [PATCH 1/2] =?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 | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 993ceba3..4cbca052 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** | 9 image models, 8 video models, music, 5 voices, img2img editing, and outbound phone calls that come back as transcripts | +| **Every tool** | 10 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 9 models | +| [Image Generation & Editing](docs/image-generation.md) | API examples, 10 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 90d551d4..17fe83c5 100644 --- a/brand-numbers.json +++ b/brand-numbers.json @@ -3,10 +3,10 @@ "version": 1, "models": { "chatVisible": 78, - "totalVisible": 102, + "totalVisible": 103, "free": 6, "freeWithheld": 27, - "image": 9, + "image": 10, "video": 8, "music": 1, "speech": 5, @@ -22,9 +22,9 @@ }, "mcp": { "tools": 19, - "contextTokens": 12900, - "contextTokensTrading": 5554, - "contextCutPct": 57 + "contextTokens": 12767, + "contextTokensTrading": 5270, + "contextCutPct": 59 }, "chains": { "rpc": 40 From 14b6a22fe8363747e07a99122d7f6978f5354550 Mon Sep 17 00:00:00 2001 From: 1bcMax Date: Wed, 9 Sep 2026 17:55:13 -0400 Subject: [PATCH 2/2] chore(brand): realign the README table prettier owns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The brand fan-out bumped models.image 9 -> 10 inside a markdown table cell. One extra digit widened the column, which this repo's `format:check` (prettier --check .) rejects — the PR was red on formatting, not on content. README.md is prettier-clean on main, so the break came from the refresh, not from something pre-existing. `prettier --write README.md` realigns the table across 9 lines; both marker values (10) and brand-numbers.json are untouched and still read 10. Worth knowing for the next catalog change that crosses a digit boundary: the fan-out edits marker CONTENT and cannot know a consumer enforces table alignment. Any consumer with a format check will red the same way on 9->10, 99->100 and so on. The fix is mechanical; the surprise is not. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01GJ6wG4k5TgeUgYneCMz1oc --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4cbca052..f5b78d3b 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** | 10 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 | @@ -912,15 +912,15 @@ Python plugin that wraps the ClawRouter proxy for `hermes-agent`. Same 10 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 | -| [Troubleshooting](docs/troubleshooting.md) | Common issues | +| [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 | +| [Troubleshooting](docs/troubleshooting.md) | Common issues | ### Blog