AI Gateway

/

Qwen3 VL 235B A22B Thinking

Qwen3 VL 235B A22B Thinking by Alibaba Cloud

Qwen3 series VL models feature significantly enhanced multimodal reasoning capabilities, with a particular focus on optimizing the model for STEM and mathematical reasoning. Visual perception and recognition abilities have been comprehensively improved, and OCR capabilities have undergone a major upgrade.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'alibaba/qwen3-vl-thinking',
prompt: 'Why is the sky blue?'
})