---
title: "imagen-4-ultra API — cennik i specyfikacja Imagen 4"
url: "https://runapi.ai/pl/models/imagen-4/ultra.md"
canonical: "https://runapi.ai/pl/models/imagen-4/ultra.md"
locale: "pl"
model: "Imagen 4"
provider: "Google"
variant_id: "imagen-4-ultra"
sdk_model_id: "imagen-4-ultra"
modality: "image"
price_from_cents: 12
billing_unit: "call"
status: "active"
---

# Imagen 4 imagen-4-ultra API

Korzystaj z imagen-4-ultra z rodziny Imagen 4 przez RunAPI. Cennik za wywołanie, bez subskrypcji — nieudane generacje nie są rozliczane.

## Pricing

**$0.120** per call

Nieudane generacje nie są rozliczane

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `imagen-4-ultra` |
| Provider | Google |
| Modality | image |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/imagen_4/text_to_image` |
| Status | active |

## Request example

```json
{
  "model": "imagen-4-ultra",
  "prompt": "Generate a product hero image of a matte-black water bottle on a beige stone surface, soft side light, 2K."
}
```

## Install the skill

```sh
npx skills add runapi-ai/imagen-4 -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Imagen 4 imagen-4-ultra features to an application.

```json
{
  "model": "imagen-4-ultra"
}
```

## FAQ

### Czy identyfikator modelu jest stały między wersjami?

RunAPI utrzymuje stały identyfikator modelu i obsługuje zgodne odświeżenia wersji bez zmiany kształtu żądania.

### Jaki jest limit rate limit dla tej warianty?

Limity na klucz skalują się wraz z poziomem wykorzystania. Aktualne limity znajdziesz na stronie cennika.

### Czy mogę później zmienić wariant?

Tak — wariant to flaga. Zmieniasz go, aktualizując parametr model.

### Czy obsługuje streaming?

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

### Gdzie zgłaszać problemy z jakością?

Otwórz issue w publicznym repo na GitHubie albo napisz do supportu.


## Related

Other Imagen 4 variants:

- [imagen-4](https://runapi.ai/pl/models/imagen-4/imagen-4.md) — `imagen-4` · $0.080
- [imagen-4-fast](https://runapi.ai/pl/models/imagen-4/fast.md) — `fast` · $0.040
- [imagen-4-pro-remix-image](https://runapi.ai/pl/models/imagen-4/pro-remix-image.md) — `pro-remix-image` · $0.180
