---
title: "GPT Image API — varianten, prijzen en modelskill"
url: "https://runapi.ai/nl/models/gpt-image.md"
canonical: "https://runapi.ai/nl/models/gpt-image.md"
locale: "nl"
model: "GPT Image"
provider: "OpenAI"
modality: "image"
variant_count: 1
price_from_cents: 4
---

# GPT Image API

Text-to-image and image editing powered by OpenAI&#39;s image generation models.

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

GPT Image is OpenAI&#39;s image generation model supporting both text-to-image and image editing creation with strong compositional control. It produces high-quality visuals across photorealistic and stylized outputs.

## Variants

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

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `edit_image` | $0.220 | call |
| `text_to_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 is OpenAI&#39;s image generation model, supporting text-to-image and image editing. Through RunAPI, all GPT Image endpoints share one key and per-call pricing.

## 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.

