Private beta β€” taking design partners now

Every AI feature gets a P&L line.

Your provider dashboard shows one number: total spend. TokenFlowIQ shows the gross margin on each AI feature, which customers are burning more than they pay, and what your waste is costing you β€” in dollars, from your real traffic.

No credit card. Free tier stays free.

The problem

Spend is easy. Margin is the hard part.

Every LLM provider will tell you what you spent. None of them will tell you whether you made money on it.

β€œOur API bill doubled and nobody knows which feature did it.”

Cost per feature, not per account

Attribute every token to the feature that spent it. When the bill moves, you know what moved it β€” on the day it moves, not at the end of the month.

β€œWe price per seat, but some customers cost 10Γ— in tokens.”

Find the customers you lose money on

Per-customer AI cost against what they actually pay you. Catch the ones eating their subscription before renewal, not after.

β€œFinance asks the gross margin on our AI features. Engineering shrugs.”

An answer finance accepts

Margin by feature and by customer, reconciled against the provider's own reported costs β€” so the number survives the follow-up question.

β€œWe know we waste tokens. Not where, and not how much.”

Waste, quantified in dollars

Retries, oversized models, cache misses, TTL mistakes β€” ranked by what each one costs you per month, measured from your traffic rather than assumed.

How it works

Three steps, about ten minutes.

No proxy in front of your model calls, and no rewrite of how you call them.

1

Send usage

Drop in the Python SDK, or import history from your provider's export. Events carry the feature and customer they belong to.

2

Add your revenue

Tell us what your own plans charge. That's the half nobody else has β€” and it's what turns spend into margin.

3

Read the P&L

Margin by feature and customer, waste ranked by dollars, and alerts when a budget or a margin floor is crossed.

# pip install llmcost-sdk
import llmcost_sdk as tfq

tfq.init(api_key="llmc_ik_...")
client = tfq.wrap_anthropic(client)   # or wrap_openai

# Cost lands on the feature and the customer that caused it
with tfq.tag(feature="doc-summary", customer_ref="acme-corp"):
    resp = client.messages.create(model="claude-opus-4-5", ...)
Pricing

Priced against the waste it finds.

Tiers are named for team size because that's how teams describe themselves, but tracked LLM spend is the meter β€” whichever limit you hit first moves you up. No seat charges inside a tier: a five-person plan costs the same whether one person logs in or five.

TierFor SeatsTracked spend / mo RetentionMonthlyAnnual
FreeEvaluating, side projects 1≀ $2,00030 d $0β€”
SoloAn individual shipping AI features 2≀ $10,00090 d $49$490
TeamSmall teams, up to 5 people 5≀ $50,00012 mo $249$2,490
ScaleMedium teams, up to 25 people 25≀ $250,00024 mo $999$9,990
Enterprise50+ developers, or > $250k/mo UnlimitedUnmetered24 mo+ Talk to usAnnual commit

Annual is two months free. No credit card on Free.

Get in touch

We're taking design partners.

TokenFlowIQ is in private beta. If your LLM bill is growing faster than you can explain it, we'd like to talk β€” beta accounts are hand-held and shape what ships next.

hello@tokenflowiq.com

Tell us roughly what you spend per month and what you're building. We answer every email.