Agents can think.
We let them spend.
Chat, image, video, voice — plus the data, tools, and compute an agent needs to finish the job. One endpoint, and every call pays for itself in USDC.
Watch an agent
pay its way.
A Claude Code session with BlockRun MCP. The agent asks, the call settles in USDC, the receipt's on-chain.
95 models.
One endpoint.
Chat, image, video, music — one OpenAI-compatible API. You pay the provider's rate plus 5%, and we publish the provider's rate.
AI buys data & runtime.
Market data, prediction markets, DEX quotes, RPC across 40 chains, sandboxes, phone calls. The same wallet pays for all of it.
JSON-RPC across 40 chains — Ethereum, Base, Solana, Polygon and more. No API key.
Neural search, find similar pages, extract content, grounded answers.
Polymarket, Kalshi, dFlow, Binance Futures data for agents.
Isolated code runtime for agents. Sandbox sessions, execute, inspect.
DEX aggregation across 100+ venues. Permit2 + Gasless V2.
Dedicated US/CA numbers + outbound AI voice calls for agents. BYOT caller-ID, fraud lookups.
AI-curated crypto intelligence + surf-1.5 chat with grounded citations. One key for data and chat.
Ultra-realistic text-to-speech and cinematic sound effects for agents.
On-chain data, financial feeds, niche APIs — we onboard weekly.
AI infrastructure
for teams.
Spend caps that hold, usage you can attribute to a team, and an audit trail that reconciles against the chain.
- Per-key spend caps, hard limits, alerts
- Per-team, per-model, per-call attribution
- SSO, roles, audit log, key rotation
- Slack channel, SLA, named CSM
No training, no retention beyond the request. Privacy policy →
Wallet in, prompt out. Pseudonymous by default.
Audit the wire format on npm and PyPI.
Questions we get
before you ask them.
- Do you train on my prompts?
- No. We forward your prompt only to the AI provider you select to generate the response. We don't store it beyond the request, and we don't share it with anyone else.
- What about "free" models?
- We don't ship free models that require sharing your data with the upstream provider. If a free tier's terms allow training on user prompts, we don't list it.
- How is this different from OpenRouter or Portkey?
- Pay-per-call USDC on Base or Solana via x402. No account, no API key, no subscription. Auto-fallback when a model is down. SDKs are OpenAI-compatible.
- Why USDC instead of a subscription?
- Agents can hold USDC; agents can't hold a credit card. Settlement happens on-chain in the same request via the x402 protocol — no prepaid credits, no minimum spend.
- What happens if a model is down?
- We auto-fallback to a comparable model and surface which one served you via the X-Fallback-Model response header, so your application never sees a hard failure.
- Are the SDKs OpenAI-compatible?
- Yes. Change base_url and you're done — every endpoint matches OpenAI's shape. @blockrun/llm for TypeScript, blockrun-llm for Python, both MIT-licensed.