by OpenAIPremium
GPT-5.6 Sol
Frontier GPT-5.6 model for complex professional work, coding, and agentic tasks
gpt-5.6-solGenerate chat completions with this model.
/api/v1/chat/completionsGET /api/v1/models?type=chat{
"model": "gpt-5.6-sol",
"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-sol","messages":[{"role":"user","content":"Hello!"}],"stream":false,"thinking":true,"max_tokens":4096}'OpenAI
Highly capable GPT model for coding and agentic tasks — prefer GPT-5.6 Terra at same price
API DocumentationQwen
Cost-effective Qwen3.7 VL model — 1M context, vision + tools + agent workflows, GUI and mobile navigation
API DocumentationMoonshot
Coding-focused MoE model for long-horizon programming, agentic task decomposition, and multimodal reasoning
API Documentation