qwen3.6-max-preview
Qwen logo

Qwen3.6 Max Preview

qwen3.6-max-preview
Qwen
The Max model Preview version, the largest and most capable model in the Qwen3.6 series, currently offers its pure-text model capabilities for trial. Compared with the previously released Qwen3-Max and Qwen3.6-Plus, this model further enhances vibe coding capabilities, executes coding agents more efficiently, significantly improves front-end programming and development capabilities, and further upgrades long-tail knowledge handling.

Pricing

TierPricingWeb SearchCache WriteCache Read
0<Input<=128K
$1.268$7.608
$0.000548/request$1.585/M tokens$0.1268/M tokens
128K<Input<=256K
$2.112$12.672
$0.000548/request$2.64/M tokens$0.2112/M tokens

Input Modalities

  • Text

Output Modalities

  • Text

Capabilities

  • Thinking
  • Web
  • Tools
  • Tool calling
  • Structured outputs
  • Long context

Try this model

Python
import os
from openai import OpenAI

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

response = client.chat.completions.create(
    model="qwen3.6-max-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-max-preview?

The Max model Preview version, the largest and most capable model in the Qwen3.6 series, currently offers its pure-text model capabilities for trial. Compared with the previously released Qwen3-Max and Qwen3.6-Plus, this model further enhances vibe coding capabilities, executes coding agents more efficiently, significantly improves front-end programming and development capabilities, and further upgrades long-tail knowledge handling.