---
title: "GPT-5.6 Luna — API access"
description: "GPT-5.6 Luna API pricing: official $1/$6 per 1M tokens, from $0.40/$2.40 with the apiToken.sale discount. The fastest, cheapest GPT-5.6 tier."
url: "https://apitoken.sale/models/gpt-5-6-luna"
language: "en"
---
# GPT-5.6 Luna

GPT-5.6 Luna is the fast, economical tier of the GPT-5.6 line — built for high-volume, latency-sensitive work at one fifth of the flagship price.

- **Model ID:** `gpt-5.6-luna`
- **Tier:** Fast
- **Context window:** 272K tokens
- **Max output:** 32K tokens
- **Official price (per 1M):** $1 input / $6 output
- **Your price (per 1M):** input $0.4 → $0.3, output $2.4 → $1.8 (60%–70% off)
- **Base URL:** `https://openai.api.apitoken.sale/v1` · **Endpoints:** `POST /v1/responses`, `POST /v1/chat/completions` (Authorization: Bearer)

## Best for

- Classification, extraction and summarization at scale.
- Latency-sensitive chat and routing layers.
- Cheap pre-processing before a Sol or Terra call.

## Notes

- Same reasoning-effort range as the flagship, including max.
- Text and image input, text output. SSE streaming on both Responses and Chat Completions.
- Requests above 272K input tokens bill at OpenAI long-context rates: 2× input and 1.5× output on the whole request.

## Call it

```bash
curl https://openai.api.apitoken.sale/v1/responses \
  -H "Authorization: Bearer $APITOKEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "gpt-5.6-luna", "input": "Reply with exactly: connected"}'
```

## FAQ

**How much does the GPT-5.6 Luna API cost?**

Officially $1 per 1M input tokens and $6 per 1M output tokens, with cached input at $0.10. With the apiToken.sale discount that starts at $0.40/$2.40 and reaches $0.30/$1.80 — the cheapest way to run GPT-5.6.

**What is Luna good for?**

High-volume, low-latency work: classification, extraction, summarization, routing and simple chat. For complex reasoning, step up to Terra or Sol.

**What is the model ID?**

gpt-5.6-luna. It works on the same apiToken.sale key, balance and OpenAI-compatible endpoint as every other GPT model.

---
API reference: https://apitoken.sale/md/docs · All models: https://apitoken.sale/md/models
