openai-batch-helper documentation ================================= Batching can cut OpenAI usage costs by roughly 50%, but juggling JSONL files, uploads, and polling is tedious. This guide shows how ``openai-batch-helper`` keeps the batch flow tidy, typed, and production-friendly. Contents -------- .. toctree:: :maxdepth: 2 :caption: Guides overview installation usage cli batch_api_background faq .. toctree:: :maxdepth: 2 :caption: Reference api exceptions Project links ------------- - Source code: https://github.com/hesenp/openai_batch_helper - README: https://github.com/hesenp/openai_batch_helper/blob/main/README.md