From 0052d554cc9c5644bec5e675db237e0c2fd30057 Mon Sep 17 00:00:00 2001 From: blockrun-brand-bot Date: Mon, 31 Aug 2026 06:03:01 +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 | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 24828a3..45798e3 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Traditional approaches fail because: - Prepaid credits = budget controlled by humans - Single provider = no choice, no optimization -The x402 protocol solves this by making payments as simple as HTTP requests. BlockRun brings this to AI - 71 models, pay-per-request, no keys needed. +The x402 protocol solves this by making payments as simple as HTTP requests. BlockRun brings this to AI - 76 models, pay-per-request, no keys needed. **This agent is our proof that autonomous AI economies are possible today.** @@ -951,7 +951,7 @@ We're building the infrastructure for autonomous AI economies. This agent is jus ## About BlockRun.AI -[BlockRun](https://blockrun.ai) is the gateway to AI services using x402 micropayments. Access 71 AI models with just a wallet - no API keys needed. +[BlockRun](https://blockrun.ai) is the gateway to AI services using x402 micropayments. Access 76 AI models with just a wallet - no API keys needed. **Connect with us:** diff --git a/brand-numbers.json b/brand-numbers.json index 0d6a68e..3101d43 100644 --- a/brand-numbers.json +++ b/brand-numbers.json @@ -2,17 +2,17 @@ "$schema": "https://blockrun.ai/brand/numbers.schema.json", "version": 1, "models": { - "chatVisible": 71, - "totalVisible": 95, - "free": 5, - "freeWithheld": 20, + "chatVisible": 76, + "totalVisible": 100, + "free": 7, + "freeWithheld": 26, "image": 9, "video": 8, "music": 1, "speech": 5, "soundfx": 1, - "withFallback": 44, - "withFallbackAllEntries": 78 + "withFallback": 48, + "withFallbackAllEntries": 89 }, "clawrouter": { "dimensions": 15, @@ -29,6 +29,6 @@ "savings": { "baselineModel": "anthropic/claude-opus-5", "ecoVsBaselinePct": 98, - "autoVsBaselinePct": 88 + "autoVsBaselinePct": 84 } }