Model A primary response

AVAILABLE
$2Input / 1M
$6Output / 1M
256kContext
DirectRoute

Choose two models, enter a prompt, then dispatch.

Model B comparison response

AVAILABLE
$4Input / 1M
$20Output / 1M
400kContext
DirectRoute

Choose two models, enter a prompt, then dispatch.

PROMPT Free in the web app
No account or wallet is required for web comparisons.

How it works →

0x4cd5dc9a87aceb8fc1cdf0b72c27dc00cbe8e422
Robinhood Chain
UNCLAIMED CREDITS
$4.72
EARNED $0.00 all time
CLAIMED $0.00 72% of earned

Creates one OpenRouter key, up to $200.00. Shown once.

YOUR KEY

No key yet.

Claim your balance and one gets provisioned against the pooled account.

SHARED INFERENCE POOL LIVE
25 50 75 72%
POOL BALANCE$0
REFILL RATE$0.00/hr
NEXT REFILL--:--
SPENT TODAY$0.00
LAST 12 HOURS
CAPACITY
CONNECTED AGENTS Set one up →

None yet. Connecting one lets Claude, Codex or Cursor read your balance and manage your key without you opening this page.

ACTIVITY
  • Nothing claimed yet. Every claim you make lands here.

How it works →

How it works →

Connect over MCP

Point your agent at Pipo once. It tops itself up wherever it works.

Register the endpoint, then run /mcp inside Claude Code. It marks the server as needing sign-in the moment our server answers 401, and opens the browser for you.

terminal
claude mcp add --transport http --scope user pipo https://pipo.family/api/mcp
in claude code
/mcp        # pick pipo, then Authenticate

--scope user is the point: credits belong to your account, not to one repository, so the agent can top itself up wherever it is working. Drop it to limit the connection to the current project.

Add the endpoint to Codex, then start a session. Codex prompts for sign-in the first time our server answers 401 and stores the token for later runs.

terminal
codex mcp add --transport http --scope user pipo https://pipo.family/api/mcp
in codex
codex     # pick pipo when prompted, then Authenticate

--scope user keeps credits tied to your account, so any Codex workspace can draw from the same balance. Drop it to bind the server to the current project only.

Cursor reads MCP servers from a JSON config. Add Pipo there, reload, then approve the sign-in when Cursor sees our 401.

~/.cursor/mcp.json
{
  "mcpServers": {
    "pipo": {
      "transport": "http",
      "url": "https://pipo.family/api/mcp"
    }
  }
}
in cursor
Settings → MCP  # find pipo, click Authenticate

The user config (~/.cursor/mcp.json) makes credits follow your account across every project. Use the project-level .cursor/mcp.json to scope the connection to one repository.

How it works →