chatgpt API key acquisition and continuation

Problem Description

chatgpt has been used as an auxiliary tool by many people, and it has become a very convenient operation to use openai's open api to request and apply chatgpt

API key acquisition

URL: https://openai.com/product ; log in and click get started
insert image description here
After logging in, click personal in the upper right corner, click view API key
insert image description here
and click create new secret key
insert image description here

API key continuation

The initial api-key has a certain free quota and time limit. Therefore, it is necessary to make purchases at maturity or when the balance is exhausted, with the help of the Depay virtual card.
By integrating existing resources on the web, the following approach is given (as a personal note)

register virtual card

Depay is a digital currency wallet that issues VISA and Master cards. It supports USDT recharge to VISA cards and Master cards. Using Depay can be used for consumption around the world, and it is bound to payment tools such as Alipay, WeChat, and PayPal.

  1. Download the depay app and register.
    Registration and download address: depay access address (click to visit) , open the link and register, email or phone will do. Then download the corresponding version. The following uses the Android version as an example.
    Then perform the following operations in turn, namely download the app, log in to the app, apply for a card, and open the card for verification (choose China)
    insert image description here
    insert image description here

Virtual card binding openAI account

  1. Open the openAi homepage,

  2. Open the openAI homepage and select the "Billing -> Overview" menu, click the set up paid account here (as shown in the figure below), enter the relevant information, complete the binding
    After filling in the information, click Submit, wait for the system prompt, the binding is successful, so far, the entire The recharge and binding operation is over. After the binding is successful, your usage will be displayed as shown in the figure below (the above is the result after binding, note that it is a prepaid mode, and the following is the free gift from openai before)insert image description here

Virtual Card Cancellation

If you want to cancel the virtual credit card, it is recommended to call the customer service number of the issuing bank, transfer to the manual service, and apply to the customer service for canceling the virtual credit card. The customer service will ask the cardholder to provide the valid ID number when applying for the card to verify the identity of the cardholder. After confirming that it is correct, it will help the cardholder cancel the credit card.

reference link

  1. https://zhuanlan.zhihu.com/p/611494045
  2. https://blog.csdn.net/qsc19971022/article/details/130168333?spm=1001.2014.3001.5506
  3. https://zhuanlan.zhihu.com/p/572767152
  4. https://www.zhihu.com/answer/2927440358

Guess you like

Origin blog.csdn.net/Xu_Huitong/article/details/130665931