Real enterprise workloads, with the token assumptions shown openly. Your mileage varies — these are honest starting points, not guesses.
RetailCustomer Service
Support ticket triage and reply drafting
$0.0022per request
$675per month
A large retailer gets thousands of support tickets a day about orders, returns, and sizing. GPT-5.4-mini reads each ticket, pulls the order context, and drafts a reply your agent can send in one click. At this volume, a pricier model would blow the budget — the low cost per ticket is what makes full coverage possible.
1,500 input tokens250 output tokens300,000 requests / month
Your system prompt and product docs repeat on every ticket, so caching that input keeps the cost per reply low. Output tokens drive most of the bill here.
FinanceFinance & Accounting
Invoice and statement data extraction
$0.0033per request
$2,640per month
A finance team processes hundreds of thousands of invoices and bank statements every month. GPT-5.4-mini reads each document and returns clean, structured data — vendor, amount, date, line items — ready for your books. Running this on a top-tier model would cost more than the work saves, so the low cost per document is the whole reason it pencils out.
2,000 input tokens400 output tokens800,000 requests / month
The extraction schema repeats on every document, so cached input carries most of the cost down. This job is input-heavy, so trimming documents to the pages you need helps.
E-commerceInformation Technology
Automated code review and test generation
$0.0099per request
$594per month
An e-commerce engineering team runs automated agents across every pull request — reviewing diffs, writing tests, and flagging bugs. GPT-5.4-mini handles the routine passes fast, so your engineers only step in for the hard calls. Because each run costs so little, you can afford to check every PR instead of a lucky few.
6,000 input tokens1,200 output tokens60,000 requests / month
Coding needs a lot of context, so cached repo files lower the input cost across runs. Output is where cost lands — and for the hardest refactors, escalating to GPT-5.4 is worth it.