Cost formula
Realtime cost = tokens / 1M × realtime price; Batch cost = tokens / 1M × batch price; Savings = realtime cost − batch cost
Calculator
See how much batch pricing can cut from the same input/output workload when latency is flexible.
Batch vs realtime
$250.00saved vs realtime
50% batch discount on GPT-4o · worth waiting if delay is OK
Workload
Same tokens; only the delivery path changes.
Batch APIs usually finish within hours. Use realtime when latency matters; batch when overnight delay is OK and you want the 50% list discount.
Sensitivity
Same token mix at a few request counts.
Batch APIs usually trade latency for price. Updated 2026-07-31. Approximate static list prices for planning only. Always verify against each provider’s official pricing page before production budgeting.
Guide
Quantify savings from routing eligible workloads to batch API pricing instead of realtime endpoints. Batch discounts of up to 50% are common, but jobs run asynchronously with latency measured in hours. Use this to decide which traffic can tolerate delay in exchange for lower monthly spend.
Realtime cost = tokens / 1M × realtime price; Batch cost = tokens / 1M × batch price; Savings = realtime cost − batch cost
Batch pricing is one of the largest straightforward discounts available, yet teams leave money on the table by sending offline jobs through realtime endpoints. Identifying even 30% of traffic as batch-eligible can materially reduce monthly API bills.
Many providers offer roughly 50% off standard input and output token rates for batch jobs, but discounts vary by model and change over time. CentsPerToken uses approximate list prices—verify officially.
Yes. Most production systems use realtime for interactive paths and batch for background processing. Model the split rather than assuming all-or-nothing.
Usually both input and output rates are discounted, but confirm per model. Output-heavy workloads still pay the output premium, just at the reduced batch rate.
No. Figures are planning estimates based on static list prices. Your actual invoice depends on eligibility, successful job completion, and current provider rates.