All ModelschatGPT-5.6 Terra

GPT-5.6 Terra

by OpenAIPremium

Try on Kunya
chat

GPT-5.6 Terra

GPT-5.6 model balancing intelligence and cost — strong agentic execution

Model ID:gpt-5.6-terra

API Documentation

Generate chat completions with this model.

POST/api/v1/chat/completions
GET /api/v1/models?type=chat
Request body
{
  "model": "gpt-5.6-terra",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ],
  "stream": false,
  "thinking": true,
  "max_tokens": 4096
}
cURL example
curl -X POST https://kunya.ai/api/v1/chat/completions \
  -H "Authorization: Bearer kunya_YOUR_API_KEY" \
  -H "Content-Type: application/json"
  -d '{"model":"gpt-5.6-terra","messages":[{"role":"user","content":"Hello!"}],"stream":false,"thinking":true,"max_tokens":4096}'

Notes

  • OpenAI-compatible endpoint — works with any Kunya API key.
  • Set `"stream": true` for server-sent events.
  • Supports vision: pass image URLs in message content as `{ "type": "image_url", "image_url": { "url": "..." } }`.
  • Supports tool calling via the `tools` parameter.

Pricing

Input$3.25 per 1M tokens
Output$19.5 per 1M tokens
Context Window1050K

Capabilities

Streaming Yes
Vision Yes
Reasoning Yes
Tool Use Yes
ProviderOpenAI
Try on Kunya

Rankings

Technology#2
Programming#3

Similar Models

GPT-5.6

OpenAI

Flagship GPT-5.6 alias — routes to GPT-5.6 Sol for complex reasoning and coding

API Documentation

GPT-5.2 Pro

OpenAI

Smarter and more precise responses

API Documentation

Claude Sonnet 4.5

Anthropic

Previous smart model for complex agents and coding

API Documentation

Grok 4.5

xAI

Frontier Grok for coding, agentic tasks, and knowledge work — tool calling, web/X search, code execution

API Documentation