---
title: "gpt-5.6-luna API — cennik i specyfikacja GPT"
url: "https://runapi.ai/pl/models/gpt/5.6-luna.md"
canonical: "https://runapi.ai/pl/models/gpt/5.6-luna.md"
locale: "pl"
model: "GPT"
provider: "OpenAI"
variant_id: "gpt-5.6-luna"
sdk_model_id: "gpt-5.6-luna"
modality: "text"
price_from_cents: 5
billing_unit: "1K tokens"
status: "active"
---

# GPT gpt-5.6-luna API

Korzystaj z gpt-5.6-luna z rodziny GPT przez RunAPI. Cennik za wywołanie, bez subskrypcji — nieudane generacje nie są rozliczane.

## Pricing

**$0.050** per 1K tokens

Nieudane generacje nie są rozliczane

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `gpt-5.6-luna` |
| Provider | OpenAI |
| Modality | text |
| Task type | synchronous |
| Billing unit | 1K tokens |
| API endpoint | `/v1/chat/completions` |
|  | `/v1/responses` |
|  | `/v1/messages` |
|  | `/v1beta/models/gpt-5.6-luna:generateContent` |
|  | `/v1beta/models/gpt-5.6-luna:streamGenerateContent` |
| Status | active |

## Request example

```json
{
  "model": "gpt-5.6-luna",
  "messages": [
    {
      "role": "user",
      "content": "Analyze this quarterly revenue data and produce a summary with key trends, anomalies, and three recommendations."
    }
  ]
}
```

## API endpoints

Base URL: `https://runapi.ai`

- `POST /v1/chat/completions`
- `POST /v1/responses`
- `POST /v1/messages`
- `POST /v1beta/models/gpt-5.6-luna:generateContent`
- `POST /v1beta/models/gpt-5.6-luna:streamGenerateContent`

Use the OpenAI or Anthropic SDK with your RunAPI API key and `model: "gpt-5.6-luna"`.

## 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 GPT variants:

- [codex-auto-review](https://runapi.ai/pl/models/gpt/codex-auto-review.md) — `codex-auto-review` · $0.150
- [gpt-5.2](https://runapi.ai/pl/models/gpt/5.2.md) — `5.2` · $0.070
- [gpt-5.2-pro](https://runapi.ai/pl/models/gpt/5.2-pro.md) — `5.2-pro` · $0.840
- [gpt-5.3-codex](https://runapi.ai/pl/models/gpt/5.3-codex.md) — `5.3-codex` · $0.070
- [gpt-5.3-codex-spark](https://runapi.ai/pl/models/gpt/5.3-codex-spark.md) — `5.3-codex-spark` · $0.070
- [gpt-5.4](https://runapi.ai/pl/models/gpt/5.4.md) — `5.4` · $0.120
- [gpt-5.4-mini](https://runapi.ai/pl/models/gpt/5.4-mini.md) — `5.4-mini` · $0.030
- [gpt-5.4-nano](https://runapi.ai/pl/models/gpt/5.4-nano.md) — `5.4-nano` · $0.010
- [gpt-5.4-pro](https://runapi.ai/pl/models/gpt/5.4-pro.md) — `5.4-pro` · $1.35
- [gpt-5.5](https://runapi.ai/pl/models/gpt/5.5.md) — `5.5` · $0.230
- [gpt-5.5-pro](https://runapi.ai/pl/models/gpt/5.5-pro.md) — `5.5-pro` · $1.35
- [gpt-5.6-sol](https://runapi.ai/pl/models/gpt/5.6-sol.md) — `5.6-sol` · $0.230
- [gpt-5.6-terra](https://runapi.ai/pl/models/gpt/5.6-terra.md) — `5.6-terra` · $0.120
