OpenAI の APIで、クレジットが入っているにもかかわらず、APIリクエスト時に
HTTP 429
{
"error": {
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
}
がリクエストされる状態となった。
APIキーや Project を作り直してみても状況は変わらなかった。
ためしに、$5 のチャージを追加でしてみたら解消された。
おそらく、アカウント作成直後の無料枠で使っていながら、クレジットをチャージすると発生する気がする。