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

Frequently Asked Questions

  • How does Qwen 3.7 Plus relate to Qwen3.6-Plus?

    Qwen 3.7 Plus is the next generation in the Plus tier, succeeding Qwen3.6-Plus. It builds on the same architectural lineage with stronger reasoning and adds vision input as the multimodal entry in the 3.7 line.

  • What is the context window for Qwen 3.7 Plus?

    The context window is 1M tokens. This applies to the combined input and output token length.

  • Can Qwen 3.7 Plus accept image input?

    Yes. Qwen 3.7 Plus is the multimodal entry in the Qwen 3.7 line, accepting image input alongside text within a single request.

  • Does Qwen 3.7 Plus support tool calling and agentic workflows?

    Yes. Like other Qwen 3 Plus-tier models, Qwen 3.7 Plus supports structured tool calling, letting the model invoke registered functions or APIs during multi-turn sessions.

  • Can I switch from Qwen3.6-Plus to Qwen 3.7 Plus without changing my integration?

    Yes. Update the model identifier in your AI Gateway request to `alibaba/qwen3.7-plus`. No changes to prompt structure or tool-calling configuration are required.

  • When should I use Qwen3.7-Max instead of Qwen 3.7 Plus?

    Use Qwen3.7-Max for long-horizon agent workloads that need the highest reasoning ceiling in the 3.7 line, including multi-file software engineering and extended tool-calling sessions. Qwen 3.7 Plus is a closer fit when you need a balanced reasoning model with vision input and lower per-token cost than the Max tier.

  • How do I access Qwen 3.7 Plus through AI Gateway?

    Authenticate with an AI Gateway API key or OIDC token and reference `alibaba/qwen3.7-plus` as the model. You can call Qwen 3.7 Plus through AI SDK, Chat Completions API, Responses API, Messages API, or other API formats, from TypeScript or Python.

  • Does Qwen 3.7 Plus 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.