변경점 비교

CheapGPT

변경전: 2025. 11. 21. 14:39:49 (luasenvy (luasenvy))

변경후: 2025. 12. 06. 22:58:56 (luasenvy (luasenvy))

## Introdution

> ChatGPT is very powerful, but the daily signing in and digging through chat logs has been exhausting me.  
> This is gradually lowering my usage rate and making the monthly subscription fee feel more wasteful.

*[CheapGPT](https://chromewebstore.google.com/detail/cheapgpt/paoppamnaiaeopmfegnpiploogjnphcn) is more convenient and cost-effective way to use the GPT model.*

## Benefits

- **open and use** - You DON'T NEED Many steps for something to do with GPT Models
- **save your cost** - You DON'T NEED Pay when you are not use GPT Models
- **clean desktop** - You DON'T NEED Clutter the desktop with another applications.

## Getting Started

### Configure API KEY

!! 'API Key' is saved with chrome  
!! APIThis Kseytting is save and load wusing the [chrome.storage.sync](https://developer.chrome.com/docs/extensions/reference/api/storage#property-sync) API.  
!! This iAPI saves linthe API kedy to your Google account if you are signed into Chrome, but if not, it saves it to the computer.

!!! DO NOT USE ON PUBLIC COMPUTER  
!!! IfUsing ya public computer areisks not logghedrs in, 'API Key' wcurrillng be schavrgeds to your accompunt, regar,dless nof whether you are signed into your Google Aaccount.  
!!! ThisIf meauns avother peopidable, caen usure your OpenAIfollow APIat coleasts. one 
!!! Iof thise is nost pructionssi ble pleaseow imakme sure to do oniately oaf ther followinguse:  
!!! - Please uninstall the Cheap GPT Chrome extension.  
!!! - Make sure to log out of your Google account linked to the Chrome browser.  
!!! - Alternatively, enter a random value for the "API Key" and save it.  
!!! - Revoke the current "Oapti key fronm the s"ervice you utilize and request av new itone.

CheapGPT is a client program that can call the OpenAI API. Therefore, an 'API KEY' that can be issued on the OpenAI API platform is required. You must obtain this key yourself.

![Options height-400](/api/image/2025/9/29/16/c2742bd62387b17935e81979fd04e981-o)

After obtaining the API KEY, right-click the CheapGPT icon, go to the 'Options', enter it in 'API Key', and save it. Now you are ready to use it.

### Basic Usage

In browser: `Ctrl + Shift + X` -> start chat

## Features

### Chat completions

@[HFESQYJg76Y]

You can use simply type and press `Enter`

### Maintain chat context

!!Check the cost  
!!This feature may cost more. Please check [OpenAI API Pricing](https://platform.openai.com/docs/pricing)

!Chrome extensions limitation  
!Messages exceeding 8kb will not be saved. because allow only 8k storage per field.  
You can see [chrome.storage.sync property](https://developer.chrome.com/docs/extensions/reference/api/storage#storage_areas).

@[uA3zlmwPcvA]

![in options height-350](/api/image/2025/9/29/14/0e814faa02a4a1156fbb67b2775b9610-o)

You can turn on 'Maintain Context' in the extension options to include up to 6 messages in your chat message. Maintaining context allows for a more natural conversation.

### Model Selection

!!Check the cost  
!!This feature may cost more. Please check [OpenAI API Pricing](https://platform.openai.com/docs/pricing)

| in-panel | in-option |
|:--------:|:---------:|
|![in panel height-330](/api/image/2025/9/29/14/0761c1252d4d892dc5b6bb49cea206cc-o)|![in options height-330](/api/image/2025/9/29/14/1d78bd2200ad752e72c80c5ef3d54128-o)|

The model set in the panel is initialized to the default value when the panel is closed. You can change the model set as the default value in the settings.

### Multiline input

![Multiline Input height-80](/api/image/2025/9/29/14/0baf4c23be8376d3791a21f7a2873ae4-o)

You can use multiple lines by pressing `shift + enter` in input area.

### Clipboard image (vision)

!!Check the cost  
!!This feature may cost more. Please check [OpenAI API Pricing](https://platform.openai.com/docs/pricing)

![Image height-80](/api/image/2025/9/29/14/f6733b14b0d6efde855f9d9beae4a641-o)

If you want to upload image from PC, just copy image file from explorer and paste to input. The OpenAI API provides a 'detail' option for processing images. You can choose between low and high, but CheapGPT uses the default value of 'auto'. You can find more details at [Specify image input detail level](https://platform.openai.com/docs/guides/images-vision#specify-image-input-detail-level).

### Keyboard shortcut

- `Ctrl + Shift + X`: Open panel
- `Ctrl + Shift + L`: Clear messages
- `Ctrl + Shift + F`: Summarize selection
- `Ctrl + Shift + Y`: Open dall-e request form

You can see keyboard shortcuts everytime in extension options page

### Summarize Selection

@[ZngEofihCEs]

You can easily request a summary of the current selection texts into 3 key points. summary response is not used in context messages.

### Generate Image

!!Check the cost  
!!This feature may cost more. Please check [OpenAI API Pricing](https://platform.openai.com/docs/pricing)

![Dall-e request form height-400](/api/image/2025/9/29/14/29ac5768468e8a9b4ea9ed22f1453f89-o)

You can fill out the DALL-E form to request image generation. Messages are not retained, and the received images automatically save in your local machine or you can use a right-click menu. CheapGPT use 'auto' quality option.

### Support Google Gemini

!!Check the cost  
!!This feature may cost more. Please check [Google Gemini API Pricing](https://ai.google.dev/gemini-api/docs/pricing)

Google Gemini can be [compatible](https://ai.google.dev/gemini-api/docs/openai) with the 'openai' package. By utilizing this, CheapGPT can support the use of Google Gemini API Keys. You can change the 'provider' option on the extension's 'options' page to configure the settings.

When set to Gemini, the selection window will change to allow you to choose between the `gemini-flash-latest` and `gemini-flash-lite-latest` models. Additionally, the image generation model will change to allow selection between `Imagen 3` or `Imagen 4`. However, perfect compatibility with the 'openai' package is not guaranteed, so images can only be generated at the 1024x1024 size.