Skip to content

Qwen 3.6 Plus

Qwen 3.6 Plus is the Qwen 3.6 Plus-tier model in Alibaba's Qwen 3 family, building on the reasoning, instruction following, and agentic capabilities of Qwen3.5-Plus with a context window of 1M tokens.

ReasoningTool UseImplicit CachingVision (Image)File Input
index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'alibaba/qwen3.6-plus',
prompt: 'Why is the sky blue?'
})