Back to catalog
AlibabaHosted on Luminet

Qwen3.5-Max

alibaba/qwen3.5-max

Try in Playground

Half-step refresh of Qwen3-Max with extended training. 1M context, top-3 multilingual coverage.

Context window
1Mtokens
Input price
$1.20/ 1M tokens
Output price
$4.80/ 1M tokens
P50 latency
155ms

Quick start

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.luminet.ai/v1",
  apiKey: process.env.LUMINET_API_KEY,
});

const resp = await client.chat.completions.create({
  model: "alibaba/qwen3.5-max",
  messages: [{ role: "user", content: "Hello!" }],
});

Capabilities

textvisioncode

Throughput: 310 tok/s · Released 2026-04