Skip to content

Commit e2efbf0

Browse files
committed
chore(brand): resync the model counts from the published artifact
blockrun#734 retired a chat SKU, so the catalog has been 77 chat / 104 total since. The weekly brand-sync workflow would have carried that here by itself, except GitHub Actions is failing in 2s with zero steps org-wide — a billing stop — so it has not run. This is `sync-brand-numbers.mjs --refresh` by hand. `--check` reports "up to date" throughout, correctly: it never touches the network and compares markers against the committed brand-numbers.json, which was itself stale. Only --refresh can see drift of this kind.
1 parent ae909e2 commit e2efbf0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Traditional approaches fail because:
4444
- Prepaid credits = budget controlled by humans
4545
- Single provider = no choice, no optimization
4646

47-
The x402 protocol solves this by making payments as simple as HTTP requests. BlockRun brings this to AI - <!-- br:models.chatVisible -->78<!-- /br:models.chatVisible --> models, pay-per-request, no keys needed.
47+
The x402 protocol solves this by making payments as simple as HTTP requests. BlockRun brings this to AI - <!-- br:models.chatVisible -->77<!-- /br:models.chatVisible --> models, pay-per-request, no keys needed.
4848

4949
**This agent is our proof that autonomous AI economies are possible today.**
5050

@@ -951,7 +951,7 @@ We're building the infrastructure for autonomous AI economies. This agent is jus
951951

952952
## About BlockRun.AI
953953

954-
[BlockRun](https://blockrun.ai) is the gateway to AI services using x402 micropayments. Access <!-- br:models.chatVisible -->78<!-- /br:models.chatVisible --> AI models with just a wallet - no API keys needed.
954+
[BlockRun](https://blockrun.ai) is the gateway to AI services using x402 micropayments. Access <!-- br:models.chatVisible -->77<!-- /br:models.chatVisible --> AI models with just a wallet - no API keys needed.
955955

956956
**Connect with us:**
957957

brand-numbers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "https://blockrun.ai/brand/numbers.schema.json",
33
"version": 1,
44
"models": {
5-
"chatVisible": 78,
6-
"totalVisible": 105,
5+
"chatVisible": 77,
6+
"totalVisible": 104,
77
"free": 6,
88
"freeWithheld": 27,
99
"image": 12,

0 commit comments

Comments
 (0)