batchwatch › Questions › LLM batch API vs synchronous: which should I use?
The trade is simple and it is yours to make. Batch costs 50% of the synchronous rate at OpenAI, Anthropic, Google - their published price - in exchange for a queue wait. Synchronous costs double and answers immediately. The only variable is your deadline.
What tips it toward batch for most workloads is that the wait is short: we measured a median of 77s for gpt-5.6-sol, with nine in ten jobs finishing within 22 min. Against half the price, minutes of wait is an easy call unless you are on a hard, immediate deadline.
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).