No Rate Limits in Assistants API

I am using an openai npm package.
And OpenAI responses don’t include any x-rate… header.
I don’t think that is the issue is in package, but rather in API. I have seen some questions regarding this issue in December 2023 but not resolved yet.

I would like to know the time until rate limit will be restored and I can make a request, but all I get is last_error.message of “Please try again in 2.357s.” and run.last_error.code of “rate_limit_exceeded”.

Does anyone else encountered such issue? Any solutions?

1 Like