---
title: "GPT Image 2 API — warianty, cennik i model skill"
url: "https://runapi.ai/pl/models/gpt-image-2.md"
canonical: "https://runapi.ai/pl/models/gpt-image-2.md"
locale: "pl"
model: "GPT Image 2"
provider: "OpenAI"
modality: "image"
variant_count: 1
price_from_cents: 6
---

# GPT Image 2 API

Latest OpenAI image generation with near-perfect multilingual text rendering inside images.

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

GPT Image 2 is OpenAI&#39;s latest image generation model featuring near-perfect multilingual text rendering within generated images. It improves on instruction following and fine-grained visual detail over its predecessor.

## Variants

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

## Pricing

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

## Spec sheet

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


## Install the skill

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

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

## Context

GPT Image 2 is OpenAI&#39;s newest image model, notable for near-perfect multilingual text rendering. Through RunAPI, both text-to-image and image editing endpoints share one key.

## FAQ

### Od jakiego wariantu powinienem zacząć?

Wybierz najtańszy wariant, który spełnia Twoje wymagania jakościowe. Większość zespołów zaczyna od szybkiego wariantu, a do produkcji przechodzi na pro.

### Czy jest darmowy plan?

Nowe konta otrzymują darmowe pierwsze wywołania dla każdego modelu. Później płacisz za każde wywołanie.

### Czy streamujecie wyniki?

Tam, gdzie streaming jest dostępny, RunAPI streamuje end-to-end.

### Jak są rozliczane nieudane próby?

Nieudane generacje nie są obciążane opłatą.

### Czy wyniki są buforowane?

Wygenerowane wyniki są zapisywane i można je pobrać po ID zadania. Dane wejściowe nie są buforowane.

### Czy mogę używać komercyjnie?

Tak — użycie komercyjne jest dostępne dla każdego wariantu, chyba że licencja modelu wyraźnie to ogranicza; informacja taka jest podana na stronie wariantu.

### A co z limitami zapytań?

Limity na klucz rosną wraz z poziomem wykorzystania. Aktualne limity znajdziesz na stronie cennika.

### Gdzie mogę zgłosić problem?

Otwórz zgłoszenie w publicznym repozytorium GitHub albo napisz do supportu.

