Hey guys, I’ve been hit with the 429 error where the error message is “slow down”.
I checked everything and I seem to be well within the rate limits for this.
This seems to be happening primarily for the text-embedding-ada API. Anyone knows what this could be about?
Yeah, it might be because of the current outage. OpenAI claims that “We are dealing with periodic outages due to an abnormal traffic pattern reflective of a DDoS attack. We are continuing work to mitigate this.”
We are getting immediate 429s for all our requests, to all models, even including ada for embeddings. We have plenty of quota, implement retries, exponential backoff, etc. Everything was working well before the outage. Whatever was put in place to remedy the outage is blocking every request and our production service is down.
Hey everyone! First off, sorry for the trouble here. This was due to mitigations we put in place to stabilize the platform after we saw an abnormal increase in traffic indicative of a DDoS.
We just rolled out some adjustments that should fix this for you! Let me know if you’re still running into any troubles, and apologies again—grateful for you using OpenAI and for letting us know about this.
Hi!
I’m trying to write a JavaScript function that uses the ‘fetch’ method to create and delete an Assistant. I keep getting the error { error: ‘slow down’ }. Do you have any suggestions?
I needed to add the “Authorization” header. So essentially what should have been a 401 unauthorized because a 429 “slow down”. This should probably be fixed to be clearer