-
Notifications
You must be signed in to change notification settings - Fork 651
docs(readme): define BlockRun, not just the router in front of it #332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,6 +40,23 @@ Or neither — <!-- br:models.free -->7<!-- /br:models.free --> models are free, | |
|
|
||
| --- | ||
|
|
||
| ## What BlockRun is | ||
|
|
||
| > **BlockRun lets agents pay for the outcome — every LLM, tool and data source, best value per dollar.** | ||
|
|
||
| Not a seat, not a subscription, not a monthly minimum you keep paying while the agent idles. An agent asks for one thing — an answer, an image, a transcript, a price, a call placed — and pays for that one thing at the moment it happens. Nothing to sign up for, nothing to cancel. | ||
|
|
||
| | | | | ||
| | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| | **Every LLM** | <!-- br:models.chatVisible -->76<!-- /br:models.chatVisible --> chat models across 9 providers, behind one endpoint and one balance | | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🗄️ Data Integrity & Integration | 🟡 Minor | ⚡ Quick win Mark all mutable figures with brand-number markers. Lines 51 and 53 leave Also applies to: 53-53 🤖 Prompt for AI Agents |
||
| | **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 | | ||
| | **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 | | ||
| | **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 | | ||
|
|
||
| **ClawRouter is how an agent reaches it.** BlockRun is the gateway and the billing; ClawRouter is the MIT-licensed router that runs on your machine, decides which model each request deserves, and settles the bill — a wallet signature in USDC, or a credit-card-funded API key. The rest of this README is about ClawRouter. | ||
|
|
||
| --- | ||
|
|
||
| ## Why ClawRouter exists | ||
|
|
||
| Every other LLM router was built for **human developers** — create an account, get an API key, pick a model from a dashboard, pay with a credit card. | ||
|
|
@@ -868,6 +885,10 @@ Python plugin that wraps the ClawRouter proxy for `hermes-agent`. Same <!-- br:m | |
|
|
||
| ## Frequently Asked Questions | ||
|
|
||
| ### What is BlockRun? | ||
|
|
||
| BlockRun lets agents pay for the outcome — every LLM, tool and data source, best value per dollar. One endpoint and one balance covering <!-- br:models.chatVisible -->76<!-- /br:models.chatVisible --> chat models plus image, video, music and speech generation, search, market data and multi-chain RPC, billed per call with USDC over [x402](https://x402.org) or a credit-card-funded API key — no seat, no subscription, no minimum. ClawRouter is the open-source local router agents use to reach it. | ||
|
|
||
| ### What is ClawRouter? | ||
|
|
||
| ClawRouter is an open-source (MIT licensed) smart LLM router built for autonomous AI agents. It analyzes each request across <!-- br:clawrouter.dimensions -->15<!-- /br:clawrouter.dimensions --> dimensions and routes to the cheapest capable model in under 1ms, entirely locally — no external API calls needed for routing decisions. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Qualify the no-signup claim by payment method.
Line 47 applies the no-signup claim to BlockRun generally, but the documented credit-card-funded API-key path requires signup at
user.blockrun.ai. Limit this claim to wallet-funded USDC payments, or state the credit-card exception.🧰 Tools
🪛 LanguageTool
[style] ~47-~47: For conciseness, consider replacing this expression with an adverb.
Context: ...ll placed — and pays for that one thing at the moment it happens. Nothing to sign up for, not...
(AT_THE_MOMENT)
🤖 Prompt for AI Agents