GPT-5.6 Terra

openai/gpt-5.6-terraOpenAI~openai/gpt-terra-latestoperational

GPT-5.6 model that balances intelligence and cost.

Official pricing

USD per million tokens, exactly what OpenAI publishes. ElevenRouter adds no markup on tokens.

Input
$2.00
Output
$12.00
Cache read
$0.200
Cache write
$2.50

Example: 1,000 input + 500 output tokens ≈ $0.00800. Zero-completion responses are never charged.

Specs

Context
400K
Max output
128K
Modalities
text+image+file->text
Tokenizer
GPT
Released
2026-09-20
Family
gpt-terra
Tool calling Structured outputs JSON mode Reasoning Vision Audio input Prompt caching Streaming

Availability on ElevenRouter

Measured by the routing engine; up when at least one credential can serve the model.

Last 3 days
100.00%
Last 30 days
100.00%
30 days agotoday
Full status page

Observed performance

Real requests over the last 7 days (2 samples).

Time to first token p50
p95
Output tokens/s p50
p95

Percentiles appear after five successful requests.

Usage on ElevenRouter

Tokens per day across all customers (anonymous, aggregate).

40 tokens · 30d
2 requests in the last 7 days

Use it

Any OpenAI or Anthropic SDK works by changing the base URL. Supported parameters: max_tokens, temperature, top_p, frequency_penalty, presence_penalty, seed, stop, tools, tool_choice, parallel_tool_calls, response_format, structured_outputs, logit_bias, logprobs, top_logprobs, reasoning, include_reasoning, verbosity.

curl https://elevenrouter.com/api/v1/chat/completions \
  -H "Authorization: Bearer $ELEVENROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "model": "openai/gpt-5.6-terra", "messages": [{ "role": "user", "content": "Hello" }] }'

Related models

Frequently asked questions

How much does GPT-5.6 Terra cost on ElevenRouter?

GPT-5.6 Terra is billed at OpenAI's official list price: $2.00 per million input tokens and $12.00 per million output tokens, with cached input at $0.200. A request with 1,000 input and 500 output tokens costs about $0.00800.

What is the context length of GPT-5.6 Terra?

GPT-5.6 Terra accepts up to 400K tokens of context and can produce up to 128K output tokens.

Does GPT-5.6 Terra support tool calling and structured outputs?

Yes, tool calling is supported and JSON-schema structured outputs are native. Supported parameters: max_tokens, temperature, top_p, frequency_penalty, presence_penalty, seed, stop, tools, tool_choice, parallel_tool_calls, response_format, structured_outputs, logit_bias, logprobs, top_logprobs, reasoning, include_reasoning, verbosity.

How do I call GPT-5.6 Terra?

Send an OpenAI-compatible chat completion to https://elevenrouter.com/api/v1/chat/completions with "model": "openai/gpt-5.6-terra" and your ElevenRouter key, or use the Anthropic Messages endpoint. Any OpenAI or Anthropic SDK works by changing the base URL.

Is GPT-5.6 Terra available right now?

Availability is measured continuously by the routing engine. Current status: operational, 100.00% uptime over the last 30 days. When one credential fails, requests fail over to another automatically.

GPT-5.6 Terra by OpenAI — pricing, context, availability · ElevenRouter