Hi Team,
I need to process thousands of images every day and extract information from them. I’m currently using asynchronous mode with GPT-4o and sending images in base64 format. The problem is that when I try to process more than 50 images in a single batch, I get API timeout or response errors. Working with smaller batches isn’t practical for my project since it’s not scalable. Each batch also takes about 15 minutes to return results. Can you suggest an alternative that will allow me to process larger batches of images more efficiently?
Thank you!