I’m working on batch processing with AI APIs and need clarification on how TPD (Tokens Per Day) limits actually work.
My specific question: If an API has a TPD limit of 90K tokens, does this mean:
- The maximum size of any single batch request is 90K tokens, OR
- The total cumulative number of tokens I can process across ALL batch requests in a 24-hour period is 90K?
For example: If I have 120K tokens I need to process, could I split this into two separate batch requests of 60K tokens each and submit them on the same day without hitting the TPD limit? Or would I exceed my daily allowance since the total is greater than 90K?
I’ve received conflicting information and would appreciate hearing from anyone with practical experience with these API limits. Thanks!