Hello everyone,
I’ve noticed that the request per day (RPD) rate limit for the model gpt-4o-mini-2024-07-18
does not reset to the full 10,000 requests at the start of each new day. Instead, it seems to increase gradually, at a rate of about 3 requests per second.
For example, I queried the rate limit information several times today (October 25, 2024), expecting it to reset immediately to 10,000 requests, but observed a gradual increase instead:
sql
Copy code
Timestamp: 2024-10-25 10:08:21
Remaining Requests per Day (RPD Remaining): 4167
Timestamp: 2024-10-25 10:08:47
Remaining Requests per Day (RPD Remaining): 4169
Timestamp: 2024-10-25 10:09:17
Remaining Requests per Day (RPD Remaining): 4172
Timestamp: 2024-10-25 10:09:56
Remaining Requests per Day (RPD Remaining): 4175
Timestamp: 2024-10-25 10:15:31
Remaining Requests per Day (RPD Remaining): 4213
This suggests that the RPD values aren’t fully reset at the start of the day but instead increase continuously. It would be helpful to know if this is an intended feature or a potential issue with the daily rate limit reset.
Has anyone else observed this behavior, or could the OpenAI team provide clarification?
Thanks so much!