Live on Solana

On-chain inference
for AI Agents

built on top of $ANSEM

One endpoint and one key in front of the frontier model catalog. Routed and cached to cut token cost by up to 30%, metered by the token, settled in USDC on Solana.

Under the hood

Tokens served

Inference calls

Models online

Uptime

01/The gateway

One gateway.
Cheaper tokens.

Bull Router is an inference gateway: one endpoint and one key in front of the frontier model catalog. We don't pretend to own the GPUs — we route to the providers that do, and the four mechanisms below are how the same call comes back cheaper than going direct.

30%

lower token cost, via routing + response cache

  • 01

    Smart routing

    Every call routes to the best live capacity serving that model. When a cheaper or faster route exists, your traffic takes it, no code change on your side.

  • 02

    Response cache

    Identical repeat calls, retries, evals, loops, come back in ~10ms at half-price tokens. A posted billing rule, not a trick.

  • 03

    Tier routing

    The catalog is tiered High / Balanced / Eco, so agents buy exactly the intelligence a task needs. The cheapest token is the frontier token you didn't need.

  • 04

    No platform overhead

    No subscription, no per-call fee, no credit packs. You pay tokens times the posted rate, and the posted rate is the whole price.

02/The catalog

Fresh in the catalog

The latest models routed through the gateway, every one at posted per-token rates.

03/The tokens

Two tokens.
Two roles.

$ANSEM is access: hold 250+ and 3M free inference tokens land on your key every week. It's Ansem's community token, not ours, we just read the balance. $BULLROUTER is rewards, and it is ours: run inference and compete for a share of the weekly pool funded by 20% of creator fees, split across the Top 10 users proportional to usage.

$BULLROUTER · native token

CAFDJ7eAnp3sNLuAkrWSJrahN9i4FGNCk8FMqQLwu2pump

$ANSEM · community token

CA9cRCn9rGT8V2imeM2BaKs13yhMEais3ruM3rPvTGpump
$ANSEM held unlocks 3M free inference tokens weekly
250+
of creator fees fund the weekly reward pool
20%
inference users split it, proportional to usage
Top 10

04/Drop-in

Your SDK already
speaks Bull Router.

  1. 01

    One email, one wallet

    Sign in and a non-custodial wallet spins up in the background, no seed-phrase ceremony.

  2. 02

    Load USDC, mint a key

    Top up once and mint your br_sk_ key. It's shown a single time, after that, it's yours to guard.

  3. 03

    Swap one URL

    Keep the OpenAI client you already ship. Point base_url at Bull Router and every call meters and settles itself.

python · drop-in OpenAI client
from openai import OpenAI

client = OpenAI(
    base_url="https://api.bullrouter.co/v1",
    api_key="br_sk_live_…",
)

resp = client.chat.completions.create(
    model="glm-5.2",
    messages=[{"role": "user", "content": "Hello"}],
)
# metered + settled on-chain automatically

Your agents are ready.
Give them a gateway.

Billing is exact: tokens used × posted rate, settled in USDC on Solana, no per-call fees, no gas, nothing recurring, nothing hidden. High-tier models always run pay-as-you-go.