All ModelschatGPT-5.6 Sol

GPT-5.6 Sol

by OpenAIPremium

Try on Kunya
chat

GPT-5.6 Sol

Frontier GPT-5.6 model for complex professional work, coding, and agentic tasks

Model ID:gpt-5.6-sol

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-sol",
  "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-sol","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$6.5 per 1M tokens
Output$39 per 1M tokens
Context Window1050K

Capabilities

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

Rankings

Technology#1
Programming#1

Similar Models

GPT-5.1

OpenAI

Intelligent reasoning model with configurable reasoning effort

API Documentation

GPT-5.4

OpenAI

Highly capable GPT model for coding and agentic tasks — prefer GPT-5.6 Terra at same price

API Documentation

Qwen 3.7 Plus

Qwen

Cost-effective Qwen3.7 VL model — 1M context, vision + tools + agent workflows, GUI and mobile navigation

API Documentation

Kimi K2.7 Code

Moonshot

Coding-focused MoE model for long-horizon programming, agentic task decomposition, and multimodal reasoning

API Documentation