Qwen 3.6 27B
The Qwen3.6 35B-A3B native vision-language model is built on a hybrid architecture that integrates linear attention mechanisms with a sparse mixture-of-experts framework, achieving higher inference efficiency. Compared with the 3.5-35B-A3B, this model demonstrates significantly improved agentic coding capabilities, mathematical and code reasoning abilities, spatial intelligence, as well as object localization and object detection performance.
import { streamText } from 'ai'
const result = streamText({ model: 'alibaba/qwen3.6-27b', prompt: 'Why is the sky blue?'})