IPOP Distributed Inference

Real network. Clear pricing. API key fast. Migration in one line.

The first screen answers the four questions that decide whether someone stays: is it live, what does it cost, how do they try it, and will their code still work.

Live network status

Control plane
Unknown
Online nodes
Inflight requests
Healthy replicas
0
Polling /health and replica discovery live.

Visible pricing

No models visible yet.

Fastest key path

GitHub OAuth is now the one-click path when the app has GitHub credentials. Email is still available as a real fallback. Wallet auth is intentionally deferred from this production release.

GitHub OAuthNeeds env config
One click, no email verification, same instant starter key flow.
Wallet ConnectDeferred
Wallet auth is deferred from this production release.
Email fallbackNeeds env config

One-line migration

const client = new OpenAI({ apiKey: process.env.IPOP_API_KEY, baseURL: "http://127.0.0.1:3000/v1" });

Get an API key in one click

GitHub is now the preferred one-click path, with the same instant starter project key issued behind the scenes. Email stays available as a fallback, and the operator bootstrap path is still here for local testing and admin onboarding. Wallet auth is deferred.

One click through GitHub, then land back here with a fresh user key and starter project ready to use.

Set `IPOP_WEB_GITHUB_CLIENT_ID` and `IPOP_WEB_GITHUB_CLIENT_SECRET` to enable this path.

Wallet sign-in is intentionally deferred from this production release so the auth surface stays focused on the control-plane-backed GitHub and email flows.

Browser wallet detected: no. This panel stays informational until wallet auth is brought back as a first-class product path.
Set `IPOP_WEB_CONTROL_PLANE_URL` and `IPOP_WEB_BOOTSTRAP_TOKEN` to enable this path.
Instant path ready