OpenAI
VerifiedGPT-5.6 Terra
GPT-5.6 Terra is the balanced GPT-5.6 tier for everyday coding, reasoning, and agent workflows that need a strong capability-to-cost tradeoff. It provides a 372K-token context window and up to 128K output tokens. Its current kineticRouter catalog capabilities include vision, function calling, reasoning, web search, prompt caching. Use model ID openai/gpt-5.6-terra through kineticRouter's OpenAI-compatible and Anthropic-compatible APIs.
Reference pricing
Imported snapshot values per 1M tokens. Your customer portal is authoritative for actual kineticRouter billing.
| Component | Mirrored snapshot | Official reference | Snapshot savings |
|---|---|---|---|
| Input | $0.3/M | $2/M | 85% |
| Output | $1.8/M | $12/M | 85% |
| Cache read | $0.03/M | $0.2/M | 85% |
| Cache write | $0.375/M | $2.5/M | 85% |
API example
Use the OpenAI-compatible kineticRouter route with GPT-5.6 Terra.
curl https://api.kineticrouter.com/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $KINETICROUTER_API_KEY" \
-d '{
"model": "openai/gpt-5.6-terra",
"messages": [{"role": "user", "content": "Hello!"}]
}'About this model
GPT-5.6 Terra is the balanced GPT-5.6 tier for everyday coding, reasoning, and agent workflows that need a strong capability-to-cost tradeoff. It provides a 372K-token context window and up to 128K output tokens. Its current kineticRouter catalog capabilities include vision, function calling, reasoning, web search, prompt caching. Use model ID openai/gpt-5.6-terra through kineticRouter's OpenAI-compatible and Anthropic-compatible APIs.
Snapshot FAQ
Imported reference copy; verify runtime behavior before production use.
How is GPT-5.6 Terra billed on kineticRouter?+
kineticRouter bills actual request usage. Input, output, cache, and any other applicable rates follow the live pricing table on this page, and final request costs are available in the console.
What are the context window and maximum output for GPT-5.6 Terra?+
GPT-5.6 Terra currently provides a 372K-token context window and up to 128K output tokens in the kineticRouter model catalog.
How can I call GPT-5.6 Terra through kineticRouter?+
Use model ID openai/gpt-5.6-terra through kineticRouter's OpenAI-compatible and Anthropic-compatible APIs. The code examples on this page show the current Base URL and SDK configuration.
Which capabilities does GPT-5.6 Terra support?+
The current kineticRouter catalog capabilities for GPT-5.6 Terra include vision, function calling, reasoning, web search, prompt caching. All of these capabilities are available through the unified kineticRouter API.