Closed3
OpenAI・ChatGPTのAPI利用に関する調査・問題解決スレッド🌟
gpt-4
does not exist or you do not have access to it. エラー
The model 結論:OpenAIに対して、1ドル以上の支払いが必要
エラー内容
- ChatGPTのAPI利用で、The model
gpt-4
does not exist or you do not have access to it. エラーが発生
openai.NotFoundError: Error code: 404 - {'error': {'message': 'The model `gpt-4` does not exist or you do not have access to it. Learn more: https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}
対応方法
- 従量課金制の顧客で、1 ドル以上の支払いに成功した場合は、GPT -4 API (8k) にアクセスできるようになります。
$1以上の課金支払いを行います。
これには2つ方法があります。
- Pay-As-You-Goプランで$1以上の課金支払いが発生するまで待つ
- Credit購入する
すぐにAPIを使いたい場合は、 Credit購入がおすすめ。
- Creditとは前払い型のAPI利用枠で、執筆時点(2024/1/6時点)では最低$5(日本円で700円ほど)から購入できます。
- Credit購入から30分ほど経過した後、無事エラーは解消しました。
Credit購入の方法
OpenAIのプラットフォームページから、
- "Settings"タブ
- "Billing"タブ
- "Buy credits"ボタン
から購入できます。
openai.RateLimitError: Error code: 429 エラー
- 使用制限に引っかかっていることによるエラー
エラー内容
flask_api | openai.RateLimitError: Error code: 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': None, 'code': 'insufficient_quota'}}
対応方法
- 使用制限の上限をUpする。
OpenAI のクレジットカード登録で、エラー発生。。。
- エラー内容は、次のとおり。。。
- 今のところ、解決ぜず。
- 新しくAccountを作成して、初期クレジットでやり過ごす。。。
We couldn't update your billing plan. If this issue persists, please contact us through our help center at https://help.openai.com.
このスクラップは2024/01/12にクローズされました