AI Gateway

All Models/

Qwen3 Next 80B A3B Thinking

Qwen3 Next 80B A3B Thinking by Alibaba Cloud

Over the past few months, we have observed increasingly clear trends toward scaling both total parameters and context lengths in the pursuit of more powerful and agentic artificial intelligence (AI). We are excited to share our latest advancements in addressing these demands, centered on improving scaling efficiency through innovative model architecture. We call this next-generation foundation models Qwen3-Next.

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