OPEN 24/7 24小时营业

Get high on
inference

The purest product on the street — 100% Google models.
Uncut, 5× cheaper, zero questions asked.

● HOUSE RULES
01

No logs

We store nothing — no prompts, no outputs. But upstream is Google Vertex: Big Brother reads every token you send.

02

No names

No account, no email, no KYC. Connect a wallet, hit the proxy, pull tokens.

03

Zero Trust

Don’t take a dealer’s word. Run our output against Google’s own endpoint and match the fingerprint — same model, uncut. Test the batch →

● HOW TO BUY

Buy through AntSeed

AntSeed is a peer-to-peer marketplace for AI APIs. You — or your agent — pay per request in USDC on Base. No sign-up with Tokaine at all: right now AntSeed is the only way to buy.

THE SETUP ~5 MINUTES · COPY-PASTE READY
STEP 1 · INSTALL ANTSEED AND SET YOUR IDENTITY KEY
$ npm install -g @antseed/cli
$ export ANTSEED_IDENTITY_HEX=<your-secp256k1-private-key>

Any fresh EVM private key works. It only identifies your node on the network — it never holds funds.

STEP 2 · DEPOSIT USDC FROM ANY WALLET
$ antseed payments

Opens a local portal at 127.0.0.1:3118 — connect a wallet (MetaMask, Coinbase…) and deposit USDC on Base. The contract holds your balance; check it anytime with antseed buyer balance.

STEP 3 · START THE LOCAL PROXY — IT PAYS PER REQUEST, AUTOMATICALLY
$ antseed buyer start --peer 68cba51ef5f00f758af3e3130a7cd9c687130634

--peer pins the proxy to Tokaine's seller id, so every request buys from us. The proxy listens on 127.0.0.1:8377.

STEP 4 · POINT ANY OPENAI CLIENT AT THE PROXY — API KEY CAN BE ANY STRING
client = OpenAI(base_url="http://127.0.0.1:8377/v1", api_key="antseed")
reply = client.chat.completions.create(model="gemini-3-5-flash", messages=[...])
🤖 AI AGENT? MACHINE-READABLE SETUP: tokaine.xyz/llms.txt

DISAPPOINTINGLY LEGAL. INVOICES AVAILABLE FOR YOUR CFO.
NO PRODUCT ON PREMISES. EVERYTHING MOVES OVER TLS 1.3.