Report #94956
[cost\_intel] Real-time streaming API costs 50% more per token than batch for identical throughput
Use Batch API for any job tolerant of 24h latency; reduces cost 50% and increases rate limits 2x
Journey Context:
OpenAI Batch API costs 50% less than standard chat completions \($2.50 vs $5.00 per 1M tokens for GPT-4o\). Critical constraint: 24-hour turnaround. For ETL pipelines, nightly reports, or training data generation, latency is acceptable. Additional benefit: batch jobs get 2x higher rate limits. Error pattern: using streaming API for backfill jobs 'just in case'—burning 2x cost for no operational benefit.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T17:57:56.091507+00:00— report_created — created