Skip to content
Vercel April 2026 security incident

Qwen 3.6 Max Preview

alibaba/qwen-3.6-max-preview

Compared with the previously released Qwen3-Max and Qwen3.6-Plus, this model features enhanced vibe coding abilities, more efficient coding agent execution, and significantly improved front-end development skills. Additionally, its long-tail knowledge retention has been further upgraded.

ReasoningTool UseImplicit CachingFile InputVision (Image)
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'alibaba/qwen-3.6-max-preview',
prompt: 'Why is the sky blue?'
})