Back to catalog
AlibabaHosted on Luminet

Qwen3-VL 2

alibaba/qwen3-vl-2

Try in Playground

Vision-language refresh. Strong on document understanding, video QA, screen-grounding for GUI agents.

Context window
128Ktokens
Input price
$0.70/ 1M tokens
Output price
$2.80/ 1M tokens
P50 latency
175ms

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-vl-2",
  messages: [{ role: "user", content: "Hello!" }],
});

Capabilities

textvision

Throughput: 240 tok/s · Released 2026-02