Qwen3 235B A22B
Qwen3 235B A22B is Alibaba's large-scale 235B mixture-of-experts model with a context window of 131.1K tokens, activating 22 billion of 235 billion parameters per inference to deliver strong reasoning, coding, and multilingual performance.
import { streamText } from 'ai'
const result = streamText({ model: 'alibaba/qwen-3-235b', prompt: 'Why is the sky blue?'})