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

# GPT-4o Image API

대화 내에서 네이티브 이미지 생성 및 편집을 위한 GPT-4o Image API 액세스.

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

GPT-4o Image는 GPT-4o 대화 내에서 직접 네이티브 이미지 생성을 가능하게 하여, 단일 모델에서 언어 이해와 시각적 창작을 결합합니다. 대화 컨텍스트를 해석하여 맥락에 맞는 정확한 이미지를 생성합니다.

## Variants

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

## Pricing

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

## Spec sheet

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


## Install the skill

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

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

## Context

GPT-4o Image는 GPT-4o에 시각적 창작을 네이티브로 통합하여, 추론과 생성을 결합합니다. RunAPI를 통해 모든 OpenAI 모델과 동일한 API 액세스 및 과금 방식을 공유합니다.

## FAQ

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

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

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

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

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

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

