Yapodu Tech Blog

株式会社ヤポドゥの技術ブログです。

OpenAI API自動課金の停止方法 - 予期しない請求を避ける

概要

未使用の Open AI API クレジットの自動更新を無効にする

OpenAI のAPI クレジット 課金仕様

API クレジットは一年の有効期限が設定されている 未使用であっても返金不可

All sales of Services, including sales of prepaid Services, are final. Service Credits are not refundable and expire one year after the date of purchase or issuance if not used, unless otherwise specified at the time of purchase.

openai.com

自動課金発生時の通知

OpenAI から API の自動入金を行ったメールが送付される 件名: Your OpenAI API account has been funded

自動課金の無効化手順

使用してない際は無駄な課金となるため、自動課金を無効化する

  1. platform.openai.com へログイン
  2. Billing へ移動
  3. [ Auto recharge is on ] となっていることを確認し [ Modify ] をクリック
  4. Auto recharge settings の [Yes, automatically recharge my card when my credit balance falls below a threshold] のチェックボックスを OFFにして [ Save setting ] をクリック
  5. 画面更新を行い [ Auto recharge is off ]となっていることを確認する