Back to catalog
AlibabaHosted on Luminet

Qwen3-Coder 2

alibaba/qwen3-coder-2

Try in Playground

Coding-specialised refresh. SOTA on SWE-Bench Verified, Aider Polyglot, BigCodeBench.

Context window
256Ktokens
Input price
$0.55/ 1M tokens
Output price
$2.20/ 1M tokens
P50 latency
150ms

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

Capabilities

textcode

Throughput: 270 tok/s · Released 2026-03