---
title: "GPT-4o Image API — varyantlar, fiyatlandırma ve model skill"
url: "https://runapi.ai/tr/models/gpt-4o-image.md"
canonical: "https://runapi.ai/tr/models/gpt-4o-image.md"
locale: "tr"
model: "GPT-4o Image"
provider: "OpenAI"
modality: "image"
variant_count: 1
price_from_cents: 6
---

# GPT-4o Image API

Native image generation inside GPT-4o — generate and edit images within the conversation.

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

GPT-4o Image enables native image generation directly within GPT-4o conversations, combining language understanding with visual creation in a single model. It interprets conversational context to produce contextually accurate images.

## 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 integrates visual creation natively into GPT-4o, combining reasoning with generation. Through RunAPI, it shares the same API access and billing as all OpenAI models.

## FAQ

### Hangi varyantla başlamalıyım?

Kalite beklentinizi karşılayan en uygun fiyatlı varyantı seçin. Çoğu ekip hızlı varyantla başlar ve üretimde pro sürüme geçer.

### Ücretsiz bir katman var mı?

Yeni hesaplar her modelde ilk çağrıları ücretsiz alır. Sonrasında çağrı başına ödeme yaparsınız.

### Sonuçları streaming olarak sunuyor musunuz?

Streaming desteklendiğinde RunAPI uçtan uca streaming sağlar.

### Başarısız işlemler nasıl ücretlendirilir?

Başarısız üretimler ücretlendirilmez.

### Çıktılar önbelleğe alınıyor mu?

Üretilen çıktılar saklanır ve görev ID’siyle geri alınabilir. Girdiler önbelleğe alınmaz.

### Ticari kullanım yapabilir miyim?

Evet — bir model lisansı bunu açıkça kısıtlamadıkça ticari kullanım tüm varyantlarda dahildir; kısıtlamalar varyant sayfasında belirtilir.

### Oran limitleri ne durumda?

Anahtar bazlı oran limitleri kullanım kademesine göre ölçeklenir. Güncel limitler için fiyatlandırma sayfasına bakın.

### Sorunları nereye bildirebilirim?

Herkese açık GitHub reposunda bir issue açın veya destek ekibine e-posta gönderin.

