Pay-as-you-go ChatGPT

Using the Paid Version of ChatGPT Affordably via API#

Background/Problem#

To use the paid version of Chat GPT offered by OpenAI, a monthly subscription fee of $20 is required.
(As of June 2024, this amounts to approximately 30,000 KRW when applying the exchange rate for South Korea.)
Paying $20 every month can feel expensive for those with low usage.

Improvement#

To address this issue, I will explain a simple coding method that allows for pay-as-you-go usage.
OpenAI provides an API for the Chat Bot, which operates on a pay-as-you-go basis.
Therefore, if your monthly usage is low, using the API can be more cost-effective than subscribing.

Image editing

Letting AI Edit Images#

Is AI good at editing images?#

Editing images, such as removing specific objects or changing their colors, has become an area where AI excels.
Let’s take a look at how well it performs.
The image on the left is the original, and the one on the right has been modified by AI.

  • Sample 1
    Prompt : “Please remove the apple from the picture.”

The AI smoothly erased the apple as follows.
AI image editing sample 1 - removing an apple