Skip to content
Dashboard

Qwen 3.6 Plus on AI Gateway

import { streamText } from 'ai';
const result = streamText({
model: 'alibaba/qwen3.6-plus',
prompt:
`Refactor this module to separate concerns, update
the imports across the repo, and verify nothing breaks
with the existing test suite.`,
});


Ready to deploy?