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

# GPT Image 2 API

거의 완벽한 다국어 텍스트 렌더링을 갖춘 OpenAI 이미지 생성을 위한 GPT Image 2 API 액세스.

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

GPT Image 2는 생성된 이미지 내 거의 완벽한 다국어 텍스트 렌더링이 특징인 OpenAI의 최신 이미지 생성 모델입니다. 이전 모델 대비 지시 따르기와 세밀한 시각적 디테일이 향상되었습니다.

## Variants

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

## Pricing

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

## Spec sheet

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


## Install the skill

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

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

## Context

GPT Image 2는 거의 완벽한 다국어 텍스트 렌더링으로 주목받는 OpenAI의 최신 이미지 모델입니다. RunAPI를 통해 텍스트-이미지와 이미지 편집 엔드포인트 모두 하나의 키를 공유합니다.

## FAQ

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

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

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

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

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

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

