Back to catalog
Alibaba

Qwen3 72B Instruct

alibaba/qwen3-72b

Try in Playground

Open-source Qwen tuned for chat and instructions.

Context window
256Ktokens
Input price
$0.40/ 1M tokens
Output price
$1.20/ 1M tokens
P50 latency
270ms

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

Capabilities

textcode

Throughput: 122 tok/s · Released 2025-12