AI Gateway

All Models/

Qwen3 Next 80B A3B Instruct

Qwen3 Next 80B A3B Instruct by Alibaba Cloud

A new generation of open-source, non-thinking mode model powered by Qwen3. This version demonstrates superior Chinese text understanding, augmented logical reasoning, and enhanced capabilities in text generation tasks over the previous iteration (Qwen3-235B-A22B-Instruct-2507).

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