Live pricing from OpenRouter · updated now

Buy AI inference early.
Lock the rate.

Prepay compute in USDC at today's per-token price. Point any OpenAI-compatible client at Relai and route — your balance meters down as tokens flow. No cards, no contracts, no keys that vanish.

up to 83%
below market
7
model families
USDC
on-chain settlement
Drop-in for OpenAI SDK LangChain Cursor LlamaIndex curl
market vs locked · $/M tokens−72% avg
your locked rate spot market your savings
Marketplace

Lock a rate. Use it anytime before expiry.

Each contract is a prepaid balance at a fixed per-token price. Spend it through the gateway whenever you want.

View model docs
Flow

Wallet to inference in four steps.

01

Connect

Sign a message with Phantom — no gas, no transaction.

02

Lock a rate

Prepay USDC and receive a tokenized compute balance.

03

Create a key

Mint a relai_sk_ key scoped to your wallet.

04

Route

Swap the base URL in any OpenAI client. Tokens meter down.

# works with the OpenAI SDK, LangChain, Cursor — anything with a baseURL curl https://api.tryrelai.xyz/api/v1/gateway/v1/chat/completions \ -H "Authorization: Bearer relai_sk_..." \ -H "Content-Type: application/json" \ -d '{"model":"deepseek/deepseek-chat","messages":[{"role":"user","content":"hi"}]}'