Skip to main content

Overview

qwen-3.6-plus is the safest default on Kyma when you do not want to think too hard about model choice. It balances quality, tool use, reasoning, and multilingual performance better than anything else in the current lineup.

Specs

FieldValue
Model IDqwen-3.6-plus
Best forGeneral work, coding, reasoning, multilingual tasks
Context window131K
Max output tokens32K
Input modalitiesText
Output modalitiesText
Tool callingYes
Structured outputsYes
Prompt cachingYes
SpeedMedium
Cost bandPremium
Release stageStable

Use this when

  • You need one default model for most product surfaces.
  • You want strong coding and debugging without switching to a specialized model.
  • You care about Vietnamese, Chinese, and multilingual quality.
  • You want a model that agents can use with tools and JSON outputs.

Pick something else when

  • You need the strongest tool-heavy agent behavior: use kimi-k2.5.
  • You need deeper reasoning than speed: use deepseek-r1.
  • You need lower latency for coding loops: use qwen-3-32b.
  • You need 1M context: use gemini-2.5-flash.

Example

from openai import OpenAI

client = OpenAI(base_url="https://kymaapi.com/v1", api_key="ky-...")

response = client.chat.completions.create(
    model="qwen-3.6-plus",
    messages=[
        {"role": "system", "content": "You are a senior software engineer."},
        {"role": "user", "content": "Review this migration plan and find the hidden risks."}
    ],
    response_format={"type": "json_object"}
)

Agent query example

curl "https://kymaapi.com/v1/models?recommended_for=coding&tools=true&quality_tier=frontier-open"
AliasResolves to
bestqwen-3.6-plus