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.
Tokens served
—
Inference calls
—
Models online
—
Uptime
—
01/The gateway
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
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.
Identical repeat calls, retries, evals, loops, come back in ~10ms at half-price tokens. A posted billing rule, not a trick.
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.
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
The latest models routed through the gateway, every one at posted per-token rates.
Model
Family
In / 1M
Out / 1M
03/The tokens
$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
FDJ7eAnp3sNLuAkrWSJrahN9i4FGNCk8FMqQLwu2pump$ANSEM · community token
9cRCn9rGT8V2imeM2BaKs13yhMEais3ruM3rPvTGpump04/Drop-in
One email, one wallet
Sign in and a non-custodial wallet spins up in the background, no seed-phrase ceremony.
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.
Swap one URL
Keep the OpenAI client you already ship. Point base_url at Bull Router and every call meters and settles itself.
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 automaticallyBilling 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.