Skip to content
@BlockRunAI

BlockRun.ai

AI API with zero rate limits. 41+ models, pay-per-call with USDC. Powers 1M+ API calls/month.

BlockRun

BlockRun lets agents pay for the outcome — every LLM, tool and data source, best value per dollar.

Sign up with a credit card and get an API key, or pay per call from a wallet with no account.

Website Get started Open Source Franklin ClawRouter Telegram X


Two ways in

Choose account API billing or wallet billing. Each mode uses its own gateway.

API key Wallet
Sign up user.blockrun.ai — email + credit card None. Fund a wallet and go
Auth Your API key The payment signature itself
Billing Card top-up or monthly invoice, in dollars Settled per call in USDC (Solana or Base)
Best for Teams, existing OpenAI-compatible code, finance that wants an invoice Autonomous agents — they can hold USDC, they can't hold a card

Start with an API key

Register, create an API key, and add credits. Store BLOCKRUN_API_KEY in your server environment.

import os
from openai import OpenAI

client = OpenAI(api_key=os.environ["BLOCKRUN_API_KEY"], base_url="https://api.blockrun.ai/v1")
response = client.chat.completions.create(
    model="openai/gpt-4.1-nano",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

Account API access is live now. SDK, Franklin and ClawRouter account onboarding updates are rolling out through their repositories; use a release containing the relevant API support change or build that branch. Account credits and wallet balances are separate. See the account dashboard for usage and billing.

For native wallet access, prefer Solana at sol.blockrun.ai, followed by Base at blockrun.ai. Existing chain selections remain supported.


Flagship Products

Franklin — Open-source AI agent with wallet

Every frontier model. Pay per use. No subscription.

The open-source alternative to Claude Code and Cursor. Use any model, switch mid-session, pay only for what you use.

Claude Code Cursor Aider Franklin
Models Claude only Mixed (limited) Bring your key Every frontier model
Pricing $200/mo $20/mo + usage Free + API costs Pay per request
Payment Credit card Credit card Your own API keys Credit card or USDC
Open source No No Yes Yes
npm install -g @blockrun/franklin
franklin setup solana
franklin

With the Franklin account API update, set BLOCKRUN_API_KEY and run franklin start; no wallet setup is needed for account-billed models and tools. Trades and other wallet signatures still require a transaction wallet.

Proxy mode — use Franklin as a payment proxy behind Claude Code:

franklin init    # auto-configures Claude Code to route through Franklin

ClawRouter — Smart LLM router for OpenClaw

Cut LLM costs automatically — route every request to the cheapest capable model.

Routes every request to the cheapest model that can handle it — 15-dimension weighted scoring in <1ms. This is where "best value per dollar" is earned, and it's open source.

curl -fsSL https://blockrun.ai/ClawRouter-update | bash

Everything you can pay for, per call

One account or one wallet, one API — text, images, video, music, real-time data, and real-person video IP.

  • Chat — every frontier LLM (GPT, Claude, Gemini, Grok, Qwen, DeepSeek, Kimi, GLM, MiniMax, Llama) — OpenAI-compatible
  • Images — gpt-image-2, Nano Banana Pro, CogView-4, Grok Imagine
  • Video — ByteDance Seedance 2.0 + OpenAI Sora 2, with synced audio
  • Music — MiniMax Music, full tracks per call
  • RealFace — enroll a real person's likeness for Seedance video ($0.01, no KYC)
  • Live data — web/news/X search, neural research (Exa), prediction markets (Polymarket/Kalshi), DEX + crypto prices

Data + Intelligence

BlockRun MCP — Real-time data for Claude Code

Markets, research, X/Twitter, crypto, image & video generation — all inside Claude Code.

claude mcp add blockrun npx -y @blockrun/mcp@latest
Tool What Cost
blockrun_chat GPT, Claude, Gemini, Grok, Qwen, DeepSeek — the full catalog per token
blockrun_image gpt-image-2, Nano Banana Pro, Grok Imagine $0.02–0.10
blockrun_video Sora 2, Seedance 2.0, with synced audio per second
blockrun_music MiniMax music — full tracks per track
blockrun_speech ElevenLabs TTS + sound effects from $0.05/1k chars
blockrun_realface Real-person video — liveness enrollment $0.01
blockrun_search Live web + news (Grok) ~$0.01
blockrun_exa Neural research (Exa) — answers, contents $0.002–0.012
blockrun_markets Polymarket, Kalshi, sports odds $0.001
blockrun_surf Crypto data — 80+ on-chain endpoints from $0.003
blockrun_price Pyth quotes — crypto, FX, stocks free
blockrun_dex Live DEX prices (DexScreener) free
blockrun_rpc Raw JSON-RPC — 40+ chains $0.004
blockrun_defi DefiLlama — TVL, yields, token prices per call
blockrun_modal Sandboxed code exec — optional GPU per run
blockrun_phone AI voice calls + US/CA numbers $0.54/call
blockrun_models Model catalog & pricing free
blockrun_wallet USDC balance & agent budgets free

Full Ecosystem

Project What Install
Franklin Open-source AI coding agent npm i -g @blockrun/franklin
Franklin-Trading Autonomous trading agent with a wallet git clone
franklin-canvas Chat + node-canvas workflow UI for Franklin
ClawRouter Smart LLM router for OpenClaw curl -fsSL https://blockrun.ai/ClawRouter-update | bash
XClawRouter LLM router powered by OKX OnchainOS wallet git clone
ClawRouter-Hermes ClawRouter plugin for NousResearch Hermes git clone
blockrun-mcp Real-time data for Claude Code claude mcp add blockrun npx -y @blockrun/mcp@latest
blockrun-llm Python SDK pip install blockrun-llm
blockrun-llm-ts TypeScript SDK npm i @blockrun/llm
blockrun-llm-go Go SDK go get
blockrun-litellm LiteLLM adapter (custom provider / proxy)
blockrun-nano Gas-free batched USDC via Circle Gateway
Prompt-Case-Hub Unified image/video/text prompt-case library
awesome-finance-mcp Curated finance MCP servers
polymarket-agent AI prediction market trading git clone
alpha-mcp Crypto trading signals git clone
branding Official brand kit — logos, colors, usage

How It Works

Your App / Agent
      ↓
  Franklin (standalone)     OR     ClawRouter (OpenClaw plugin)
      ↓                                ↓
  BlockRun API — one OpenAI-compatible endpoint, priced per call
      ↓
  API key  ────  card top-up or monthly invoice, in dollars
  Wallet   ────  x402 micropayments, USDC on Solana & Base
                 (+ gas-free batched USDC on Polygon / Arbitrum /
                   Optimism / Unichain via Circle Gateway)
      ↓
  every frontier model + real-time data + image / video / music

The wallet door is the one most gateways can't offer: payment is authentication, so an autonomous agent needs no account and no credential to hand over — the signature that pays also proves who's calling. The card door exists because most teams shouldn't have to care.


Get started · Docs · Models · Enterprise · x402

Built for agents. Pay for the outcome.

Pinned Loading

  1. awesome-blockrun awesome-blockrun Public

    BlockRun ecosystem - docs, SDKs, research, and community

    JavaScript 13 12

  2. ClawRouter ClawRouter Public

    The agent-native LLM router for autonomous agents. Every frontier model behind one wallet, <1ms local routing, USDC payments on Base & Solana via x402.

    TypeScript 6.6k 649

Repositories

Showing 10 of 40 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…