BlockRunFor platforms

Ship every AI model inside your product.

BlockRun is an embedded gateway: one API that gives your users 71 frontier LLMs plus image, video and voice generation, web search, market data and sandboxed compute — with usage-based billing per request. You integrate once. We carry the provider relationships, the failover and the metering.

Talk to usRead the docs
What embedding gets you
Models
95 — chat, image, video, music, voice from every frontier lab, one OpenAI-compatible API
Beyond models
183 data & tool endpoints — web search, market data, on-chain data across 40 chains, sandboxed compute, phone calls
Billing
Usage-based, per request. No seats, no minimums, no monthly commitment — your users pay for what they use
Integration
Point the OpenAI SDK at our base URL. Python, TypeScript and Go SDKs; MCP server for agent harnesses
Reliability
Automatic failover across upstream providers; streaming; health-gated routing
Accounts
None to manage. No per-provider API keys, quotas or billing relationships on your side
Data handling
No training on your traffic, no retention beyond the request
Integration is a base-URL change
from openai import OpenAI

client = OpenAI(base_url="https://blockrun.ai/v1")
reply = client.chat.completions.create(
    model="anthropic/claude-opus-5",   # or any of 71 models
    messages=[{"role": "user", "content": "hello"}],
)

Anything that speaks the OpenAI protocol works unchanged — SDKs, LangChain, LiteLLM, agent frameworks. Model switching is a string.

Production numbers — public, independently verifiable
27M+
Requests settled, all-time
95
Models on one endpoint
183
Data & tool endpoints
88%
Measured cost cut, smart routing vs frontier baseline

A live feed of settled requests is public at blockrun.ai/live. The full settlement history is public as raw daily data — github.com/BlockRunAI/onchain-settlements — and reconciles against a public ledger, so the traffic claims above can be checked by anyone, not taken on faith.

How billing works underneath

Each request is priced and settled individually in USDC, a dollar stablecoin — that is what makes true usage-based billing possible with no accounts, minimums or monthly invoicing on the default path. Your users never need to know: fund once, and every call pays for itself with an auditable receipt. For platform deals we also support enterprise terms — spend caps, per-team attribution, SSO and consolidated billing. See enterprise →