Qwen3 235B A22B Thinking 2507
Qwen3 235B A22B Thinking 2507 is Alibaba's 235B MoE model configured for extended chain-of-thought reasoning, combining 235 billion total parameters with always-on deliberative reasoning for demanding inference tasks.
import { streamText } from 'ai'
const result = streamText({ model: 'alibaba/qwen3-235b-a22b-thinking', prompt: 'Why is the sky blue?'})