You built an incredible AI app.
Lovable, Claude Code, Cursor, Replit. One weekend. Chat, image generation, maybe video. It works. It's actually good.
Now you want to publish it.
Ship to real users. Put it on the internet. Watch people use the thing you made.
Every AI call costs money.
Who pays?
One image costs a few cents. One video can cost forty cents. The usual answers all create a new problem.
The AI Pass wallet
One wallet for users.
A revenue layer for developers.
Users carry one funded balance between independent AI apps. They connect in a single click and pay for exact usage. You keep your product and set the markup.
For users
Fund once. Use it anywhere.
No provider account, API key, or new subscription for every app.
For developers
Create the value. Earn from usage.
Your domain. Your brand. Your UX. Add a markup to every model call.
Live stream · 000 / 100 calls
Both examples begin with 50 dollars. Without AI Pass, the developer pays one dollar per call. With AI Pass, each call adds the selected developer markup to the developer balance.Developer integration
One SDK. Your users pay as they go.
Use the SDK or REST. AI Pass handles wallet connection, model routing, exact usage metering, budgets, and fraud caps.
// initialize once
AiPass.initialize({ clientId: "your-app" })
const response = await AiPass.generateCompletion({
prompt: "Write a short, warm one-line welcome for someone trying AI Pass for the first time. Under 20 words."
})
const text = response.choices[0].message.contentLive demo
Watch a real text call
/v1/chat/completions{
"model": "gemini-2.5-flash-lite",
"messages": [
{
"role": "user",
"content": "Write a short, warm one-line welcome for someone trying AI Pass for the first time. Under 20 words."
}
],
"temperature": 0.7,
"stream": false
}Run the call to inspect the response.
- 400+
- registered users
- 100+
- wallet connections
- 12K+
- metered AI calls
- 71
- supported models
Developer economics
You choose the markup. They see the final price.
You earn $0.20 and the user pays $1.32 in total.
Your app creates the value.
Earn from every call.
Users pay only for what they use. No subscription. No API key.AI Pass handles the wallet, model access, and exact metering. You set the markup.