GPT-5.6 Terra
Model details
- Model
gpt-5.6-terra- Provider
cloudflare-ai-gateway- API
openai-responses- Base URL
https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai- Input
- text, image
- Reasoning
- Yes
- Context window
- 1,050,000
- Max tokens
- 128,000
Show configuration
{
"providers": {
"cloudflare-ai-gateway": {
"apiKey": "YOUR_API_KEY",
"models": [
{
"id": "gpt-5.6-terra",
"name": "GPT-5.6 Terra",
"reasoning": true,
"input": [
"text",
"image"
],
"thinkingLevelMap": {
"off": null,
"xhigh": "xhigh",
"max": "max"
},
"contextWindow": 1050000,
"maxTokens": 128000,
"cost": {
"input": 2.5,
"output": 15,
"cacheRead": 0.25,
"cacheWrite": 0
}
}
],
"api": "openai-responses",
"baseUrl": "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai"
}
}
}Pricing
USD per million tokens. A tier is selected from the total input tokens in each request and applies to that entire request.
| Request input | Input | Output | Cache read | Cache write |
|---|---|---|---|---|
| All requests | $2.5 | $15 | $0.25 | $0 |
Session cost calculator
Estimate the requests made during an agent session. A user turn can make several model calls while using tools, so costs are calculated per model request.
Estimated session$0.00
- Uncached input
- —
- Cache reads
- —
- Uncached prefixes
- —
- Cache writes
- —
- Output
- —
- Without caching
- —
The first request starts cold unless marked otherwise. Output is billed separately from context growth because reasoning tokens are not always retained. This remains a directional estimate: providers differ in eligibility, rounding, and retention.
Compatibility flags
Effective values after applying Pi's API defaults and model overrides.
| Feature | Value |
|---|---|
supportsDeveloperRole | Yes |
sendSessionIdHeader | Yes |
supportsLongCacheRetention | Yes |