Skip to content

Commit 04d5c01

Browse files
authored
Merge pull request #374 from BlockRunAI/chore/refresh-brand-numbers
chore(brand): refresh the snapshot — the markers were rendering a stale catalog
2 parents 53bc4ff + 14b6a22 commit 04d5c01

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Not a seat, not a subscription, not a monthly minimum you keep paying while the
4949
| | |
5050
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
5151
| **Every LLM** | <!-- br:models.chatVisible -->78<!-- /br:models.chatVisible --> chat models across 9 providers, behind one endpoint and one balance |
52-
| **Every tool** | <!-- br:models.image -->9<!-- /br:models.image --> image models, <!-- br:models.video -->8<!-- /br:models.video --> video models, music, <!-- br:models.speech -->5<!-- /br:models.speech --> voices, img2img editing, and outbound phone calls that come back as transcripts |
52+
| **Every tool** | <!-- br:models.image -->10<!-- /br:models.image --> image models, <!-- br:models.video -->8<!-- /br:models.video --> video models, music, <!-- br:models.speech -->5<!-- /br:models.speech --> voices, img2img editing, and outbound phone calls that come back as transcripts |
5353
| **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 <!-- br:chains.rpc -->40<!-- /br:chains.rpc --> chains |
5454
| **Best value per dollar** | <!-- br:clawrouter.dimensions -->15<!-- /br:clawrouter.dimensions -->-dimension local routing sends each request to the cheapest model that can actually do it — <!-- br:savings.autoVsBaselinePct -->84<!-- /br:savings.autoVsBaselinePct -->% below pinning Claude Opus 5 on the same traffic, computed from a published workload mix rather than estimated |
5555

@@ -912,15 +912,15 @@ Python plugin that wraps the ClawRouter proxy for `hermes-agent`. Same <!-- br:m
912912

913913
## More Resources
914914

915-
| Resource | Description |
916-
| ------------------------------------------------------ | ----------------------------------------------------------------------- |
917-
| [Documentation](https://blockrun.ai/docs) | Full docs |
918-
| [Model Pricing](https://blockrun.ai/models) | All models & prices |
919-
| [Image Generation & Editing](docs/image-generation.md) | API examples, <!-- br:models.image -->9<!-- /br:models.image --> models |
920-
| [Routing Profiles](docs/routing-profiles.md) | ECO/AUTO/PREMIUM/AGENTIC tiers, fallback chains, ranking weights |
921-
| [Architecture](docs/architecture.md) | Technical deep dive |
922-
| [Configuration](docs/configuration.md) | Environment variables |
923-
| [Troubleshooting](docs/troubleshooting.md) | Common issues |
915+
| Resource | Description |
916+
| ------------------------------------------------------ | ------------------------------------------------------------------------ |
917+
| [Documentation](https://blockrun.ai/docs) | Full docs |
918+
| [Model Pricing](https://blockrun.ai/models) | All models & prices |
919+
| [Image Generation & Editing](docs/image-generation.md) | API examples, <!-- br:models.image -->10<!-- /br:models.image --> models |
920+
| [Routing Profiles](docs/routing-profiles.md) | ECO/AUTO/PREMIUM/AGENTIC tiers, fallback chains, ranking weights |
921+
| [Architecture](docs/architecture.md) | Technical deep dive |
922+
| [Configuration](docs/configuration.md) | Environment variables |
923+
| [Troubleshooting](docs/troubleshooting.md) | Common issues |
924924

925925
### Blog
926926

brand-numbers.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": 1,
44
"models": {
55
"chatVisible": 78,
6-
"totalVisible": 102,
6+
"totalVisible": 103,
77
"free": 6,
88
"freeWithheld": 27,
9-
"image": 9,
9+
"image": 10,
1010
"video": 8,
1111
"music": 1,
1212
"speech": 5,
@@ -22,9 +22,9 @@
2222
},
2323
"mcp": {
2424
"tools": 19,
25-
"contextTokens": 12900,
26-
"contextTokensTrading": 5554,
27-
"contextCutPct": 57
25+
"contextTokens": 12767,
26+
"contextTokensTrading": 5270,
27+
"contextCutPct": 59
2828
},
2929
"chains": {
3030
"rpc": 40

0 commit comments

Comments
 (0)