---
title: "GPT-4o Image API — varianten, prijzen en modelskill"
url: "https://runapi.ai/nl/models/gpt-4o-image.md"
canonical: "https://runapi.ai/nl/models/gpt-4o-image.md"
locale: "nl"
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

### Met welke variant moet ik beginnen?

Kies de goedkoopste variant die aan je kwaliteitsnorm voldoet. De meeste teams beginnen met de snelle variant en stappen over op pro voor productie.

### Is er een gratis tier?

Nieuwe accounts krijgen de eerste calls gratis op elk model. Daarna betaal je per call.

### Streamen jullie resultaten?

Waar streaming beschikbaar is, streamt RunAPI end-to-end.

### Hoe worden mislukkingen gefactureerd?

Mislukte generations worden niet in rekening gebracht.

### Worden outputs gecachet?

Gegenereerde outputs worden opgeslagen en zijn op te vragen via task-ID. Inputs worden niet gecachet.

### Mag ik het commercieel gebruiken?

Ja — commercieel gebruik is inbegrepen voor elke variant, tenzij een modellicentie het expliciet beperkt. Dat staat aangegeven op de variantpagina.

### Hoe zit het met rate limits?

Rate limits per key schalen mee met je usage tier. Zie de prijzenpagina voor de actuele limieten.

### Waar kan ik problemen melden?

Open een issue in de publieke GitHub-repo of mail support.

