Top up your wallet
Create an account and add funds. One balance, ready for every app built on Fleeex.
Centralized AI wallet with transparent metering
Fleeex puts one prepaid balance in front of every AI app you use. It meters each request, charges your wallet, and stops at a cap you set. You finally see what your AI actually costs.
Prepaid and capped, so the bill can never surprise you.
For you
Three steps take you from a fresh account to metered AI. No new card on every app, and no surprise invoice at the end of the month.
Create an account and add funds. One balance, ready for every app built on Fleeex.
Link your wallet to any Fleeex-powered app in one click. The same balance works everywhere.
Every request is metered and charged to your wallet. A cap keeps the total under the limit you set.
One prepaid balance funds your AI everywhere, instead of a new subscription for every tool.
Every token is logged by app and by user. You see what your AI costs, down to the request.
Set a limit per app. A request that would pass it is declined before it costs you anything.
The cost of AI, in the open
Token use is metered and billed by app and by user. You fund the wallet, you watch every token, you top up when you want. No features quietly draining your balance.
Itemized by model, token count, and rate. Tabular and auditable.
Safe with your money and your keys. Built to carry your billing.
Every token visible, caps you set, no hidden cost.
Powerful infrastructure that stays simple to run.
For developers
When your app calls a model, the cost grows with every user, and it lands hardest right when the app is taking off. Fleeex counts the tokens in each request, attributes them to the end user, and charges their prepaid wallet. You stop absorbing a cost you can't predict, and your users pay only for what they use.
Every request is capped against a balance the user funds. The bill can't run past the limit they set.
You stop fronting a cost that grows with usage. Each user covers their own AI, attributed by the token.
Every user and app gets its own balance and cap. Spend never crosses between them.
What happens on every request
Your app calls an OpenAI-compatible endpoint with a per-user key.
Fleeex logs the model, the input and output tokens, and the real cost.
The user's prepaid balance is debited as they go.
A request that would pass a limit is declined before it costs anything.
Every charge is itemized: model, tokens, rate.
Point your usual OpenAI client at Fleeex and pass a per-user key. The wire stays iso-OpenAI, so there is no rewrite and no lock-in.
import OpenAI from "openai"; const client = new OpenAI({ baseURL: "https://api.fleeex.app/v1", // the only change apiKey: process.env.FLEEEX_KEY,}); // Same calls you already write.// Now metered and billed to the end user's wallet.const res = await client.chat.completions.create({ model: "gpt-4o", messages: [{ role: "user", content: "Summarize this thread." }],});Fleeex is coming soon. Drop your email to get in first.
No spam. One email when Fleeex opens.