Report #26801
[cost\_intel] Optimal batch size for OpenAI text-embedding-3-large pipeline
Batch 100-200 chunks per request for embedding-3-large; achieves 95% throughput of theoretical max with <2% latency penalty vs single tokens; batching under 50 or over 500 causes 3x cost increase due to rate limit backoff
Journey Context:
Small batches hit rate limits; large batches trigger timeout/retry storms. The 100-200 sweet spot balances throughput with tail latency. Common error: sending one-by-one \(rate limit death\) or giant 1k batches \(timeouts\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T23:23:11.266790+00:00— report_created — created