AI Gateway

All Models/

Qwen3-30B-A3B

Qwen3-30B-A3B by Alibaba Cloud

Qwen3 is the latest generation of large language models in Qwen series, offering a comprehensive suite of dense and mixture-of-experts (MoE) models. Built upon extensive training, Qwen3 delivers groundbreaking advancements in reasoning, instruction-following, agent capabilities, and multilingual support

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