OpenAI

openai/gpt-5.6-terra

250K context · $0.50 / M input tokens · $3.00 / M output tokens

GPT-5.6 Terra is the balanced GPT-5.6 route for developers who want strong reasoning and coding capability with lower token costs than Sol.

Get API Key

Explore GPT-5.6 models

24H Status Monitor
100% uptime
2 hours agonow
Available

2026-07-10 07:18:48 UTC

Pricing

Pay-per-use

No upfront costs, pay only for what you use

20% of official price
Input$2.50 / M$0.50 / M Tokens
Output$15.00 / M$3.00 / M Tokens
Cached input$0.25 / M$0.05 / M Tokens
Cache writes$3.125 / M$0.625 / M Tokens

API Usage

API Access Guide

Base URLhttps://api.ourtoken.ai/v1
API Endpointresponses
Full URLhttps://api.ourtoken.ai/v1/responses
Model IDgpt-5.6-terra
Get API Key

Code examples

Use the OurToken API endpoint for this model. The examples below use direct HTTP requests and the recommended endpoint for the model family.

curl https://api.ourtoken.ai/v1/responses \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "gpt-5.6-terra",
    "input": "Hello!",
    "max_output_tokens": 256
  }'

Responses API Reference

Create a model response with the OpenAI Responses-compatible endpoint. This format supports text input, message arrays, tools, reasoning controls, and multi-turn response continuation.

Authorization

Content-Typeapplication/json
AuthorizationBearer YOUR_API_KEY

Request Body

FieldTypeRequiredDescription
modelstringRequiredModel ID to call.
inputstring | array<object>OptionalInput content as a string or a structured message array.
instructionsstringOptionalSystem or developer instructions applied to the response.
max_output_tokensintegerOptionalMaximum number of output tokens the model may generate.
temperaturenumberOptionalSampling temperature.
top_pnumberOptionalNucleus sampling parameter.
streambooleanOptionalWhether to return a streaming response.
toolsarray<object>OptionalTools available to the model.
tool_choicestring | objectOptionalControls how the model selects tools.
reasoningobjectOptionalReasoning configuration for models that support it.
previous_response_idstringOptionalPrevious response ID for continuing a conversation.
truncation"auto" | "disabled"OptionalControls automatic context truncation.

Response Body

FieldTypeRequiredDescription
idstringRequiredUnique response identifier.
object"response"RequiredObject type returned by the Responses API.
created_atintegerRequiredUnix timestamp when the response was created.
statusstringRequiredResponse lifecycle status.
modelstringRequiredModel that produced the response.
outputarray<object>RequiredArray of output items returned by the model.
output[].content[].textstringOptionalText content inside an output message item.
usageobjectOptionalToken usage information for the response.
usage.prompt_tokensintegerOptionalInput token count.
usage.completion_tokensintegerOptionalOutput token count.
usage.total_tokensintegerOptionalTotal token count.
usage.prompt_tokens_detailsobjectOptionalBreakdown of input token usage.
usage.prompt_tokens_details.cached_tokensintegerOptionalTokens served from cache.
usage.prompt_tokens_details.text_tokensintegerOptionalText token count.
usage.prompt_tokens_details.audio_tokensintegerOptionalAudio token count.
usage.prompt_tokens_details.image_tokensintegerOptionalImage token count.
usage.completion_tokens_detailsobjectOptionalBreakdown of output token usage.
usage.completion_tokens_details.text_tokensintegerOptionalText token count.
usage.completion_tokens_details.audio_tokensintegerOptionalAudio token count.
usage.completion_tokens_details.reasoning_tokensintegerOptionalReasoning token count.

Model Introduction

OpenAI gpt-5.6-terra

GPT-5.6 Terra is the balanced GPT-5.6 route for developers who want strong reasoning and coding capability with lower token costs than Sol.

GPT 5.6 Terra API targets production workloads that need a practical balance of capability, latency, and price. OurToken exposes gpt-5.6-terra through an OpenAI-compatible API with clear input, output, cached input, and cache write pricing.

Why It Looks Great

  • Balanced capability and cost within the GPT-5.6 family.
  • Suitable for coding, structured analysis, assistants, and tool-calling applications.
  • 250K context and up to 128K output for substantial production requests.
  • Lower gpt 5.6 price than Sol while retaining the same family interface.
  • Simple OpenAI gpt 5.6 integration through the OurToken unified API.

Key Features

  • Model ID: gpt-5.6-terra
  • Context Window: 250000 tokens
  • Max Output: 128000 tokens
  • Input: Text and Image
  • Output: Text
  • Function Calling: Supported
  • OurToken Price: $0.50/M input, $0.05/M cached input, $0.625/M cache writes, $3/M output

Specifications

ProviderOpenAI
ModelGPT-5.6 Terra
Model IDgpt-5.6-terra
AvailabilityAvailable on OurToken
ReleaseGPT-5.6 announced June 26, 2026
Context Window250000 tokens
Max Output128000 tokens
InputText, Image
OutputText
Function CallingSupported
OurToken Pricing20% of official price

GPT 5.6 Terra API Features for Balanced Production

Use GPT 5.6 Terra for coding, reasoning, long-context assistants, tools, and predictable gpt 5.6 price planning.

Balanced GPT-5.6 Route

Terra sits between Sol and Luna for teams that need capable reasoning and coding without paying the flagship Sol price for every request.

Production Coding

Use GPT 5.6 Terra API for code generation, debugging, review, documentation, structured transformations, and application assistants.

250K Context Window

Keep substantial code, documents, conversation history, and instructions available while generating outputs up to 128K tokens.

Lower Token Pricing

OurToken gpt 5.6 price for Terra is $0.50/M input, $0.05/M cached input, $0.625/M cache writes, and $3/M output.

Shared Family Integration

Use the same Responses API integration across gpt 5.6 sol terra luna routes and change only the model ID during evaluation.

Practical Comparisons

Run gpt 5.6 sol vs terra and gpt 5.6 terra vs gpt 5.5 tests with identical prompts to compare quality, latency, and total cost.

How to Use GPT 5.6 Terra API on OurToken

Create an API key, choose gpt-5.6-terra, call the Responses API, and test Terra against Sol, Luna, and GPT-5.5.

Create an OurToken Key

Generate an API key in the dashboard and keep it in a secure server-side secret.

01

Set the Terra Model ID

Use gpt-5.6-terra in the model field to select the balanced GPT 5.6 Terra API route.

02

Send a Responses Request

Call the OpenAI-compatible Responses endpoint with input, instructions, streaming, tools, and output limits.

03

Plan Cache Usage

Cached input costs $0.05/M and cache writes cost $0.625/M, reducing repeated prompt expense.

04

Benchmark Your Workload

Measure task success, output quality, latency, and tokens on representative production prompts.

05

Choose a Family Default

Compare Sol for maximum capability, Terra for balance, and Luna for lowest cost.

06

GPT 5.6 Terra API FAQ

Answers about GPT 5.6 Terra access, release, price, Sol vs Terra, Terra vs GPT 5.5, caching, and model selection.

01

What is GPT 5.6 Terra API?

GPT 5.6 Terra API is the balanced route in the OpenAI GPT-5.6 family for production coding, reasoning, assistants, and tool workflows at a lower price than Sol.
02

What is the GPT 5.6 Terra price on OurToken?

Terra costs $0.50/M input, $0.05/M cached input, $0.625/M cache writes, and $3/M output, equal to 20% of listed official pricing.
03

How does GPT 5.6 Sol vs Terra differ?

Sol targets maximum capability on the hardest tasks, while Terra balances capability and cost for production workloads.
04

How should I test GPT 5.6 Terra vs GPT 5.5?

Use identical prompts and compare success, correction effort, latency, token use, and final request cost.
05

When was the GPT 5.6 release?

OpenAI announced GPT-5.6 on June 26, 2026. OurToken provides gpt-5.6-terra for API use.
06

Does Terra support prompt caching?

Yes. OurToken lists cached input and cache write prices separately for accurate cost planning.
07

Which endpoint and model ID should I use?

Use the OurToken OpenAI-compatible Responses API and set model to gpt-5.6-terra.