---
title: "GPT Image API — 변형, 가격, model skill"
url: "https://runapi.ai/ko/models/gpt-image.md"
canonical: "https://runapi.ai/ko/models/gpt-image.md"
locale: "ko"
model: "GPT Image"
provider: "OpenAI"
modality: "image"
variant_count: 1
price_from_cents: 4
---

# GPT Image API

OpenAI 이미지 생성 모델로 구동되는 텍스트-이미지 변환 및 이미지 편집을 위한 GPT Image API 액세스.

**Provider:** OpenAI
**Modality:** Image
**Catalog:** 2 endpoints

GPT Image는 강력한 구도 제어로 텍스트-이미지 및 이미지 편집 생성을 모두 지원하는 OpenAI의 이미지 생성 모델입니다. 사실적 및 스타일화된 출력물 전반에 걸쳐 고품질 비주얼을 생성합니다.

## Variants

Single-SKU line. The SDK model ID is `gpt-image-1.5` and all usage details are documented here.

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `text_to_image` | $0.040 | call |
| `edit_image` | $0.040 | call |

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `gpt-image-1.5` |
| Provider | OpenAI |
| Modality | image |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/gpt_image/text_to_image` |


## Install the skill

```sh
npx skills add runapi-ai/gpt-image -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add GPT Image features to an application.

## Context

GPT Image는 텍스트-이미지 및 이미지 편집을 지원하는 OpenAI의 이미지 생성 모델입니다. RunAPI를 통해 모든 GPT Image 엔드포인트가 하나의 키와 호출별 과금 방식을 공유합니다.

## FAQ

### 이 모델은 어떻게 호출하나요?

model skill을 설치하고 RunAPI key와 함께 설정 메모를 따르세요.

### 실패한 생성도 비용이 드나요?

실패한 생성은 과금되지 않습니다

### 애플리케이션에서 호출할 수 있나요?

네. 코딩 워크스페이스에 model skill을 설치하고 모델 기능을 추가할 때 사용하세요.

