Skip to content
Seedance 2.0 Face is here — generate video from real-person reference photos.Try it now
Back to Models
qwenqwen·Apr 27, 2026

Qwen: Qwen3.6 Max Preview

qwen/qwen3.6-max-preview
context
262.1K
Max Output
65.5K
Input / 1M
$1.30
Output / 1M
$7.80

About

Qwen3.6-Max-Preview is a proprietary frontier model from Alibaba built on a sparse mixture-of-experts (MoE) architecture with approximately 1 trillion total parameters. It is optimized for agentic coding, tool use, and long-context reasoning, with a 262K token context window. The model reports top scores across several coding benchmarks, including SWE-bench Pro, Terminal-Bench 2.0, and SciCode, and an AA Intelligence Index score of 52. It includes an integrated thinking mode that preserves reasoning traces across multi-turn conversations and supports structured output and function calling. No open weights are provided.

Capabilities

Context Length
262.1K
Max Output
65.5K
Reasoning
Yes
In
text
Out
text
51.8#8 of 133
Intelligence Index
44.9#22 of 118
Coding Index

Reasoning & Knowledge

GPQA Diamond88.8%
HLE28.9%

Coding & Agentic

SciCode46.9%
Terminal-Bench Hard43.9%

Source: Artificial Analysis

Type128K>128K
Input$1.30$2.00
Output$7.80$12.00
Cache Write$1.625$2.50

OpenAI-compatible · Model ID qwen/qwen3.6-max-preview

curl https://api.elliotgate.com/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen3.6-max-preview",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'