AI Gateway

/

Qwen3 Coder Plus

Qwen3 Coder Plus by Alibaba Cloud

Powered by Qwen3, this is a powerful Coding Agent that excels in tool calling and environment interaction to achieve autonomous programming. It combines outstanding coding proficiency with versatile general-purpose abilities.

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