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

About Qwen 3.7 Plus

Qwen 3.7 Plus is the Plus-tier release in the Qwen 3.7 generation, succeeding Qwen3.6-Plus in Alibaba's production Qwen 3 lineup. It ships with a context window of 1M tokens and is available through alibaba on AI Gateway.

The Qwen Plus line targets workloads that need deeper reasoning and stronger instruction following than the Flash tier provides, while keeping per-token cost below the Max tier. Qwen 3.7 Plus continues that positioning and adds vision input, making it the multimodal entry in the 3.7 line. The model is described as a balanced version focused on reasoning and logical expression, with the broader toolchain rolling out over time.

Like earlier Plus releases, Qwen 3.7 Plus supports structured outputs and tool calling, letting the model invoke registered functions or external APIs during multi-turn sessions. For teams already using Qwen3.6-Plus, Qwen 3.7 Plus offers an incremental upgrade path that slots into existing integrations without changes to prompt structure or tool-calling configuration.

You can integrate Qwen 3.7 Plus through AI SDK, Chat Completions API, Responses API, Messages API, or other API formats, from TypeScript or Python.