Qwen3.6 Plus Preview
Qwen logo

Qwen3.6 Plus Preview

qwen3.6-plus-preview
Qwen
Qwen 3.6 Plus Preview is the next-generation evolution of the Qwen Plus series, featuring an advanced hybrid architecture that enhances efficiency and scalability. Compared to the 3.5 series, it delivers stronger reasoning and more reliable agentic behavior. In benchmarks, it performs at or above leading state-of-the-art models. As a flagship preview, Qwen 3.6 Plus excels in agentic coding, front-end development, and complex problem-solving.

Pricing

  • Input Tokens: $0 /M tokens
  • Output Tokens: $0 /M tokens
  • Cache Read: $0 /M tokens

Input Modalities

  • Text

Output Modalities

  • Text

Context length

  • 1M tokens

Max output

  • 65.5K tokens

Capabilities

  • Thinking

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://shkq.org/v1",
)

response = client.chat.completions.create(
    model="qwen3.6-plus-preview",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

What is Qwen3.6 Plus Preview?

Qwen 3.6 Plus Preview is the next-generation evolution of the Qwen Plus series, featuring an advanced hybrid architecture that enhances efficiency and scalability. Compared to the 3.5 series, it delivers stronger reasoning and more reliable agentic behavior. In benchmarks, it performs at or above leading state-of-the-art models. As a flagship preview, Qwen 3.6 Plus excels in agentic coding, front-end development, and complex problem-solving.