I’m building an application to extract data from files using Instructor. However, as soon as I upload two PDF files with 2 pages each, I immediately get a 429 error, even though I’m on a paid tier. I estimate my usage to be around 10,000 tokens per minute at most, and only 5–6 requests per minute.
I can upload at most one single-page file before hitting the 429 error. This should be well below even the free tier limits. I’ve only noticed this issue when working with file or image inputs. For comparison, I’ve previously sent over 1,000 text-converted PDFs in the same way without ever getting a 429.
How can I resolve this?