Skip to content

Qwen 3.6 Max Preview

Qwen 3.6 Max Preview is Alibaba's early-access release of the Qwen 3.6 Max line, a preview build that focuses on coding-agent execution, front-end development quality, and long-tail knowledge over a context window of 240K tokens.

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?'
})

Frequently Asked Questions

  • What is the relationship between Qwen 3.6 Max Preview and Qwen3-Max?

    Qwen 3.6 Max Preview is the preview release of the next generation in the Max tier, succeeding Qwen3-Max. Alibaba describes it as adding stronger vibe-coding ability, more efficient coding-agent execution, and improved front-end development skills, alongside upgraded long-tail knowledge retention.

  • What is the context window for Qwen 3.6 Max Preview?

    The context window is 240K tokens and the maximum output is 64K tokens, which suits long-horizon agent traces, full-repository inputs, and multimodal requests that combine text with images or files.

  • Can Qwen 3.6 Max Preview accept images or files alongside text?

    Yes. Qwen 3.6 Max Preview is tagged for vision and file input, so it can process images, documents, and text together within a single request through AI Gateway.

  • How do I integrate Qwen 3.6 Max Preview through AI Gateway?

    Authenticate with an AI Gateway API key or OIDC token and reference `alibaba/qwen-3.6-max-preview` as the model. You can call Qwen 3.6 Max Preview through AI SDK, Chat Completions API, Responses API, Messages API, or other API formats, from TypeScript or Python.

  • Will prompts built against the preview work with the GA model?

    In most cases yes, since the preview and GA share architecture and capability targets. Run regression tests before switching identifiers, as minor behavioral changes can occur between a preview build and its general availability release.

  • Does Qwen 3.6 Max Preview support zero data retention?

    Zero Data Retention is not currently available for this model. Zero Data Retention is offered on a per-provider basis. See https://vercel.com/docs/ai-gateway/capabilities/zdr for details.

  • Where can I see live latency and cost data for Qwen 3.6 Max Preview?

    This page shows live throughput, time-to-first-token, and pricing metrics for Qwen 3.6 Max Preview measured across real AI Gateway traffic.