Qwen3.6 Max Preview
Qwen logo

Qwen3.6 Max Preview

qwen3.6-max-previewllms.txt
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.00055/request$1.585/M tokens$0.1268/M tokens
128K<Input<=256K
$2.112$12.672
$0.00055/request$2.64/M tokens$0.2112/M tokens

Input Modalities

  • Text

Output Modalities

  • Text

Context length

  • 262K tokens

Max output

  • 65.5K tokens

Capabilities

  • Thinking
  • Streaming
  • Tool calling
  • Web search
  • URL context
  • Code interpreter
  • Computer use
  • File search
  • Memory tool
  • Structured outputs
  • Citations
  • Prompt caching
  • Background mode
  • Server-side sessions

Providers

Alibaba Cloud alicloud-qwen3.6-max-preview
Pricing$1.268$7.608
Web Search$0.00055/request
Cache Write$1.585/M tokens
Cache Read$0.1268/M tokens
Pricing$2.112$12.672
Web Search$0.00055/request
Cache Write$2.64/M tokens
Cache Read$0.2112/M tokens
Context240K
Max output64K
Latency1.5S
Throughput34.5TPS
Uptime
100.00% uptime 2 days ago
0.00% uptime yesterday
100.00% uptime today

Performance for qwen3.6-max-preview

Uptime is the percentage of requests that succeeded over the past 72 hours. AIHubMix continuously monitors every provider and automatically retries with the next-best provider when one returns an error or responds too slowly; Latency is total round-trip time (lower is better); Throughput is how fast the model writes (tokens per second, higher is better).

Uptime
Loading...
Latency
Loading...
Throughput
Loading...

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.