Vercel — AI · · 1 min read

Qwen 3.8 Max 0902 now available on AI Gateway

Mirrored from Vercel — AI for archival readability. Support the source by reading on the original site.

Copy link to headingQwen 3.8 Max 0902 now available on AI Gateway

Qwen 3.8 Max 0902 from Alibaba is now available on AI Gateway.

This is a new snapshot of Qwen 3.8 Max, with the gains concentrated in coding on larger projects, long-horizon work that runs without supervision, and agent runs. Vision handling is more accurate on charts and dense documents.

To use Qwen 3.8 Max 0902, set model to alibaba/qwen3.8-max-0902:

AI SDK
AI SDKClaude CodeCodexHermesChat Completions
import { streamText } from 'ai';
const result = streamText({
model: 'alibaba/qwen3.8-max-0902',
prompt: 'Add pagination to the results endpoint.',

The dated ID pins this snapshot, so a later release will not change what your requests run against.

To use it in a coding agent, see the coding agents guide, then run vercel ai-gateway coding-agents setup to connect agents like Claude Code, Codex, OpenCode, Cursor, Pi, and more and select alibaba/qwen3.8-max-0902.

Try Qwen3.8-Max-0902 in the model playground.

You can view all language models available on AI Gateway.

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Vercel — AI