---
title: "GPT-5.6 Terra — API access"
description: "GPT-5.6 Terra API pricing: official $2/$12 per 1M tokens, $1/$6 with the flat 50% apiToken.sale discount. Balanced GPT-5.6 tier on one prepaid balance."
url: "https://apitoken.sale/models/gpt-5-6-terra"
language: "en"
---
# GPT-5.6 Terra

GPT-5.6 Terra is the balanced tier of the GPT-5.6 line — below promotional Sol at 50% of its input rate and 60% of its output rate, with the same reasoning-effort controls and full 1.05M-token context.

- **Model ID:** `gpt-5.6-terra`
- **Tier:** Balanced
- **Context window:** 1.05M tokens
- **Max output:** 128K tokens
- **Official price (per 1M):** $2 input / $12 output
- **Your price (per 1M):** input $1, output $6 (flat 50% off)
- **Base URL:** `https://router.apitoken.sale/v1` · **Endpoints:** `POST /v1/responses`, `POST /v1/chat/completions` (Authorization: Bearer)

## Best for

- Day-to-day coding and chat below the promotional flagship price.
- Agentic workflows where flagship cost is not justified.
- High-volume production traffic on the OpenAI-compatible API.

## 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://router.apitoken.sale/v1/responses \
  -H "Authorization: Bearer $APITOKEN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "gpt-5.6-terra", "input": "Reply with exactly: connected"}'
```

## FAQ

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

Officially $2 per 1M input tokens and $12 per 1M output tokens, with cached input at $0.20. With the flat 50% apiToken.sale discount that is $1/$6.

**Terra or Sol?**

Terra is the balanced default for most workloads: during the Sol promotion it is 50% of Sol input and 60% of Sol output. Route only the hardest reasoning to gpt-5.6-sol. Both run on the same key, balance and endpoint.

**What is the model ID?**

gpt-5.6-terra. Point any OpenAI-compatible client at https://router.apitoken.sale/v1 and send it as the model parameter.

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