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).
Connect wallet on Robinhood Chain (4663). Hold CA when live → Free 250k · Hold1 5M · Hold2 25M · Hold3 100M / day.
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.
# 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"}]}'