AI Gateway

Qwen3 Next 80B A3B Thinking

alibaba/qwen3-next-80b-a3b-thinking

A new generation of Qwen3-based open-source thinking mode models. This version offers improved instruction following and streamlined summary responses over the previous iteration (Qwen3-235B-A22B-Thinking-2507).

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