batchwatch › Questions › Is the OpenAI Batch API worth it?
OpenAI's batch endpoint costs 50% of the synchronous rate - their own published price, on every input and output token. That is a real, immediate saving on any workload that does not need an answer this second.
And the wait is shorter than the "within 24 hours" ceiling suggests: we measured a median of 77s for gpt-5.6-sol, with nine in ten jobs finishing within 22 min. For most pipelines that is an easy trade - half the cost for a wait you can plan around.
The live dashboard shows every model with its distribution, n and confidence grade. /v1/coverage is the same data as JSON, no key required. Contributing five measurements in seven days cuts the public delay to five minutes and unlocks the decision endpoints (/v1/should-i-batch, /v1/estimate-batchtime).