Fleeex

Centralized AI wallet with transparent metering

Top up once. Use AI everywhere. Pay by the token.

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.

Wallet balance
Within cap
$41.18
77% of monthly cap$38.74 / $50.00
Tokens metered today
0
GPT-4o$3.74
Claude Sonnet$0.92

For you

Set up once, then just use it.

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.

+$50.00
Wallet balance
$0.00
STEP 01

Top up your wallet

Create an account and add funds. One balance, ready for every app built on Fleeex.

App
F
Connected
STEP 02

Connect an app

Link your wallet to any Fleeex-powered app in one click. The same balance works everywhere.

Tokens metered0
Wallet balance$50.00
STEP 03

Use AI, pay as you go

Every request is metered and charged to your wallet. A cap keeps the total under the limit you set.

One wallet, every app

One prepaid balance funds your AI everywhere, instead of a new subscription for every tool.

Transparent metering

Every token is logged by app and by user. You see what your AI costs, down to the request.

Caps that hold

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

Pay for your AI, down to the token.

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.

Usage this month
ModelTokensCost
GPT-4o962,000$3.74
Claude Sonnet254,000$0.92
Embeddings1,020,000$0.10
Total2,236,000$4.76

Itemized by model, token count, and rate. Tabular and auditable.

Trustworthy

Safe with your money and your keys. Built to carry your billing.

Transparent

Every token visible, caps you set, no hidden cost.

In control

Powerful infrastructure that stays simple to run.

For developers

Ship AI without eating the bill.

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.

No bill-shock

Every request is capped against a balance the user funds. The bill can't run past the limit they set.

Off your margin

You stop fronting a cost that grows with usage. Each user covers their own AI, attributed by the token.

One app can't drain another

Every user and app gets its own balance and cap. Spend never crosses between them.

What happens on every request

  1. 01

    Request

    Your app calls an OpenAI-compatible endpoint with a per-user key.

  2. 02

    Meter

    Fleeex logs the model, the input and output tokens, and the real cost.

  3. 03

    Wallet

    The user's prepaid balance is debited as they go.

  4. 04

    Cap

    A request that would pass a limit is declined before it costs anything.

  5. 05

    Receipt

    Every charge is itemized: model, tokens, rate.

And it takes one line to add.

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.

fleeex.ts
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." }],});
  1. 1Point your app at the Fleeex endpoint
  2. 2Pass a per-user key
  3. 3Usage is billed to that user's wallet
Get early access

Own your AI spend, across every app.

Fleeex is coming soon. Drop your email to get in first.

No spam. One email when Fleeex opens.