by OpenAIPremium
GPT-5.6 Terra
GPT-5.6 model balancing intelligence and cost — strong agentic execution
gpt-5.6-terraGenerate chat completions with this model.
/api/v1/chat/completionsGET /api/v1/models?type=chat{
"model": "gpt-5.6-terra",
"messages": [
{
"role": "user",
"content": "Hello!"
}
],
"stream": false,
"thinking": true,
"max_tokens": 4096
}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}'OpenAI
Flagship GPT-5.6 alias — routes to GPT-5.6 Sol for complex reasoning and coding
API DocumentationxAI
Frontier Grok for coding, agentic tasks, and knowledge work — tool calling, web/X search, code execution
API Documentation