OpenAI-compatible 250k free / day Hold token Top-up USDC multi-chain

Ship with Kerver.
Free + paid when you need more.

Kerver is a multi-user OpenAI-compatible gateway. Start free at 250k tokens/day. Need more? Hold project token on Robinhood Chain for higher daily limits, or top-up prepaid credits via USDC (Base / ETH / Arbitrum / RH / Solana).

1. Free250k tokens/day. No card.
2. HoldProject token → higher daily pool.
3. Top-upUSDC multi-chain · $1=10M tokens.
Signup
Login

Create free account

250k free/day · hold token · top-up USDC multi-chain

Pricing model

Two paid rails, one free base.

Hold project token

Raises your daily token pool (resets UTC).

Connect wallet on Robinhood Chain (4663). Hold CA when live → Free 250k · Hold1 5M · Hold2 25M · Hold3 100M / day.

Top-up credits

Prepaid tokens that never auto-reset. Flat rate, no bonus.

Rate: $1 → 10M tokens · $5 → 50M · $10 → 100M · $25 → 250M.
Pay with USDC on: Base · Ethereum · Arbitrum · Robinhood Chain · Solana.
Create order → send exact amount → submit tx hash → admin confirms.
QRIS (IDR) coming later.

Quickstart

Copy, paste, ship.
# list models
curl -s https://kerver.xyz/v1/models \
  -H "Authorization: Bearer sk-gg-YOUR_KEY"

# chat
curl -s https://kerver.xyz/v1/chat/completions \
  -H "Authorization: Bearer sk-gg-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"gcli/grok-4.5","messages":[{"role":"user","content":"hi"}]}'