---
title: "GPT Image API — Varianten, Preise und Model Skill"
url: "https://runapi.ai/de/models/gpt-image.md"
canonical: "https://runapi.ai/de/models/gpt-image.md"
locale: "de"
model: "GPT Image"
provider: "OpenAI"
modality: "image"
variant_count: 1
price_from_cents: 4
---

# GPT Image API

GPT Image API-Zugang für Text-zu-Bild und Bildbearbeitung mit OpenAI-Bildgenerierungsmodellen.

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

GPT Image ist OpenAIs Bildgenerierungsmodell, das Text-zu-Bild und Bildbearbeitungserstellung mit starker kompositioneller Steuerung unterstützt. Es erzeugt hochwertige Visuals über fotorealistische und stilisierte Ausgaben.

## Variants

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

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `text_to_image` | $0.040 | call |
| `edit_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 ist OpenAIs Bildgenerierungsmodell, das Text-zu-Bild und Bildbearbeitung unterstützt. Über RunAPI teilen alle GPT Image-Endpunkte einen gemeinsamen Key und Abrechnung pro Aufruf.

## FAQ

### Wie rufe ich dieses Modell auf?

Installiere den Model Skill und folge den Setup-Hinweisen mit deinem RunAPI Key.

### Kosten fehlgeschlagene Generierungen Geld?

Fehlgeschlagene Generierungen werden nicht berechnet

### Kann ich es aus meiner Anwendung aufrufen?

Ja. Installiere den Model Skill im Coding-Workspace und nutze ihn beim Einbau des Modell-Features.

