Skip to content

Qwen 3.7 Plus

Qwen 3.7 Plus is the Qwen 3.7 Plus-tier model in Alibaba's Qwen 3 family, succeeding Qwen3.6-Plus with stronger reasoning, vision input, and a context window of 1M tokens.

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