AI Gateway

Qwen3 235B A22B Thinking 2507

alibaba/qwen3-235b-a22b-thinking

Qwen3-235B-A22B-Thinking-2507 is the Qwen3's new model with scaling the thinking capability of Qwen3-235B-A22B, improving both the quality and depth of reasoning.

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