Billing & usage
Current period
Usage metrics sync from your LiteLLM / Neon pipeline when wired. Figures below are placeholders until telemetry is connected.
Estimated spend
$0.00
Tokens processed
0
Billing
Prepaid credits
Stripe LLM billing
Stripe offers token-based LLM billing (usage metering, provider price sync, credit packs) as described in their
Billing for LLM tokens guide.
That product is currently a private preview and often pairs with their AI Gateway or @stripe/token-meter for metered usage.
This site uses Stripe Checkout for prepaid credit top-ups first; the same flow fits Stripe’s “credit packs” model until you wire native token metering.
Replenish API credits
One-time payments in ten-dollar increments from 10 to 100 USD. Configure each price in Vercel or .env as
STRIPE_PRICE_TOPUP_10 … STRIPE_PRICE_TOPUP_100.
Your webhook adds the paid amount to LiteLLM_UserTable.max_budget when checkout completes.