Closed3

OpenAI・ChatGPTのAPI利用に関する調査・問題解決スレッド🌟

まさぴょんまさぴょん

The model gpt-4 does not exist or you do not have access to it. エラー

結論: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つ方法があります。

  1. Pay-As-You-Goプランで$1以上の課金支払いが発生するまで待つ
  2. Credit購入する

すぐにAPIを使いたい場合は、 Credit購入がおすすめ。

  • Creditとは前払い型のAPI利用枠で、執筆時点(2024/1/6時点)では最低$5(日本円で700円ほど)から購入できます。
  • Credit購入から30分ほど経過した後、無事エラーは解消しました。

Credit購入の方法

OpenAIのプラットフォームページから、

  1. "Settings"タブ
  2. "Billing"タブ
  3. "Buy credits"ボタン
    から購入できます。

https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4

https://www.bioerrorlog.work/entry/openai-api-error-not-found-gpt4-model

https://zenn.dev/tossy21/articles/4c37a16c720bc2

まさぴょんまさぴょん

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'}}

対応方法

  1. 使用制限の上限をUpする。

https://platform.openai.com/docs/guides/rate-limits/usage-tiers?context=tier-one

https://qiita.com/kotattsu3/items/d6533adc785ee8509e2c

https://push.co.jp/archives/831#i-2

まさぴょんまさぴょん

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.

https://anakin.ai/ja-jp/blog/openai-card-declined-ja/

https://romptn.com/article/1170

https://community.openai.com/t/unable-to-upgrade-and-provide-billing-information/22513

このスクラップは2024/01/12にクローズされました