Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ BlockRun is the routing & payment layer for AI — one endpoint where AI agents
AI agents pay using the x402 protocol — an HTTP-native payment standard. When an agent makes a request, BlockRun returns HTTP 402 with the price. The agent signs a USDC payment locally (private key never leaves the machine), retries with the payment header, and receives the response. Settlement is non-custodial and instant on Base or Solana.

### What is ClawRouter?
ClawRouter is an open-source (MIT licensed) smart LLM router built for autonomous agents. It analyzes each request across 15 dimensions and routes to the cheapest capable model in under 1ms, entirely locally. ClawRouter reduces LLM API costs by <!-- br:savings.autoVsBaselinePct -->87<!-- /br:savings.autoVsBaselinePct -->% versus pinning one flagship for every request.
ClawRouter is an open-source (MIT licensed) smart LLM router built for autonomous agents. It analyzes each request across 15 dimensions and routes to the cheapest capable model in under 1ms, entirely locally. ClawRouter reduces LLM API costs by <!-- br:savings.autoVsBaselinePct -->88<!-- /br:savings.autoVsBaselinePct -->% versus pinning one flagship for every request.

### How does BlockRun compare to OpenRouter?
BlockRun is agent-native — it uses wallet signatures for authentication instead of API keys, and USDC micropayments instead of credit cards. This means AI agents can operate autonomously without human intervention. BlockRun also includes ClawRouter for smart routing, third-party data & runtime services, and multi-chain support (Base + Solana).
Expand Down
8 changes: 4 additions & 4 deletions brand-numbers.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": 1,
"models": {
"chatVisible": 71,
"totalVisible": 92,
"totalVisible": 93,
"free": 6,
"freeWithheld": 19,
"image": 9,
"video": 5,
"video": 6,
"music": 1,
"speech": 5,
"soundfx": 1,
Expand All @@ -18,7 +18,7 @@
"dimensions": 15,
"tiers": 4,
"profiles": 4,
"aliases": 202
"aliases": 204
},
"mcp": {
"tools": 20
Expand All @@ -29,6 +29,6 @@
"savings": {
"baselineModel": "anthropic/claude-opus-5",
"ecoVsBaselinePct": 98,
"autoVsBaselinePct": 87
"autoVsBaselinePct": 88
}
}
Loading