Perigee

AI inference, paid for at the market discount.

CREDIT is one dollar of AI usage on Robinhood Chain, and it trades below a dollar. Perigee is a gateway to 600+ models from every major lab with a treasury attached: it buys CREDIT under your rules, activates it into your own API lane, and bills your requests at the price it actually paid, whatever model you call.

CREDIT spot
$0.7319
26.8% below face (AMM)
Models
600+
one key, one endpoint
Chain
4663
Robinhood Chain

one click, no email, no password

or view the live demo, no signup at all

How it works

  1. 01

    Create a workspace

    One click. Your API key is your credential and your sign-in; no email, no password. Bind a wallet later for recovery.

  2. 02

    Fund it on Robinhood Chain

    Send USDG, ETH, CREDIT, or ORBIO to your personal deposit address. Deposits sweep and credit automatically, minus exact gas.

  3. 03

    The treasury buys below face

    CREDIT is one dollar of AI usage that trades below a dollar. Your policy sets the max price; the automation buys, holds, and activates it into your private lane.

  4. 04

    Point your SDK at the gateway

    The API speaks the OpenAI wire format, so existing clients work as is, and every model in the catalog is fair game: Anthropic, Google, DeepSeek, Meta, OpenAI, and more. You are billed the acquisition cost, not the list price.

Drop-in for the SDK you already use

The gateway speaks the OpenAI wire format, so any OpenAI-compatible SDK works in any language: change the base URL and the key, then call models from Anthropic, Google, DeepSeek, Meta, OpenAI, or anyone else in the catalog. Streaming, embeddings, and completions behave exactly as your client expects, and every response carries headers showing what the request cost and saved against list price.

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.perigee.credit/v1",
  apiKey: process.env.PERIGEE_KEY, // rf_live_...
});

const res = await client.chat.completions.create({
  model: "anthropic/claude-fable-5.1",
  messages: [{ role: "user", content: "hello" }],
});

What is in the box

At-cost billing

Charges pass through at what the CREDIT actually cost, with per-request savings receipts in the response headers.

Your own trading desk

Buy the dips, sell into strength, or activate on demand. Manual trades and policy automation share one FIFO ledger with exact cost basis.

ORBIO staking

Deposited ORBIO joins a pooled staking position and earns CREDIT hourly, credited to your inventory at zero cost basis and claimed automatically.

Guarded withdrawals

USDG, CREDIT, and ORBIO withdraw only to wallets you verify by signature, behind operator vetting, spending caps, and an independent signing guard.

Keyless accounts

The API key is the login. Trusted wallets recover access and authorize money movement; new session wallets age 48 hours before they gain any power.

Routing with failover

Cheapest funded lane first, OpenRouter as fallback, automatic failover on rate limits and timeouts, model aliases you define.

Books that balance, to the atom

Every deposit, trade, reward, and withdrawal posts double-entry ledger transactions in integer micro-dollars. Your CREDIT sits in tenant-attributed FIFO lots, and a reconciler independently checks every few minutes that the sum of all lots equals the treasury wallet on chain.

  • Exact cost basis on every lot: activation refunds what you paid, so usage is never billed twice.
  • Three independent spend authorities: the policy engine, a signing guard with contract allowlists and caps, and the signer itself.
  • Dry-run mode plans and logs every action before a single transaction is signed.