Qwen3 VL 235B A22B Thinking
Qwen3 VL 235B A22B Thinking is the reasoning-specialized edition of Alibaba's Qwen3-VL vision-language model, combining a multimodal context of 131.1K tokens with extended chain-of-thought traces for STEM reasoning, mathematical problem solving, and compositional visual analysis.
import { streamText } from 'ai'
const result = streamText({ model: 'alibaba/qwen3-vl-thinking', prompt: 'Why is the sky blue?'})