English 中文(简体)
开放Ai,429 率差,没有达到比率限制
原标题:OpenAi api 429 rate limit error without reaching rate limit

有时,我不超出本人的费率限额,就错了费率。 使用文本完成点的Im是每分钟有3 000份申请的付费复印件。 我每分钟最多用3-4份请求。

有时 我会从复印件中得出以下错误:

  • Status Code: 429 (Too Many Requests)
  • Open Ai error type: server_error
  • Open Ai error message: That model is currently overloaded with other requests. You can retry your request, or contact us through our help center at help.openai.com if the error persists.

Open ai documentation states that a 429 error indicates that you have exceeded your rate limit which clearly I have not. https://help.openai.com/en/articles/6891829-error-code-429-rate-limit-reached-for-requests

不容置疑的是,公开的错误信息没有说明这一点。 我通常从<代码>503错误(无法使用)中获取回复。

我很想听取这方面的一些想法、任何理论,或者如果其他人正在经历的话。

问题回答

我在公开审计协会社区论坛上看到了几个类似信息。 我建议检查错误代码指南,并提出建议,以减轻这些错误,但总的来说,模型本身有可能被缩小,与你的费率限额没有什么关系: https://platform. openai.com/docs/guides/eror-codes

这一错误表明,开放式独立订约服务器的所有用户都提出了太多的要求,其服务器达到了满足你要求的能力。 当时的情况相当普遍。

希望它们将很快提升服务器。 不能真正确定为什么这是一个大问题,因为它们是“......”的,应该能够根据急剧上升的需求来扩大规模。 也许他们只是试图尽量减少费用。

You have to add credit balance to your account even if you want to use the API in free tier. Minimum credit you can deposit is $5. If you don t add the credits, you will get 429 rate limit exception.

为增加信贷,请上<代码>billing page,然后点击。 添加到信贷余额





相关问题
How do I connect Alexa to ChatGPT

I m trying to connect Alexa to openAI s API using my APIkey for chat completions and not sure where to write the code for the function in the Alexa Skills Kit. In the Lambda file there are: index.js, ...

CHATGPT Integration [closed]

Can anyone please let me know the steps to integrate ChatGPT in to a website using Api with python I am expecting Chat GPT integration process in to a website for my process. So please let me know the ...

Open AI finish response LENGTH

I am calling open AI api with below details and I am getting below response { value : { outputs : [{ finishReason : LENGTH , text : The summary in this JSON format is as follows: short_ , ...