← All models

Anthropic

qwen2.5-vl-72b-instruct

qwen/qwen2.5-vl-72b-instruct

Price per million tokens

Input
$1.013
Output
$1.266
Cache write
not offered
Cache read
$0.506

What you pay. It is what the tokens cost us to buy plus 20%, and your usage page shows what we paid beside what you paid on every request you send.

Limits

Context window
128,000 tokens
Max output
128,000 tokens
Images
supported

What it costs to run

WorkloadInputOutputCostPer 1,000 calls
Short chat turn1,000500$0.0016$1.65
Long document summary50,0002,000$0.0532$53.17
Agent step with tools20,0001,500$0.0222$22.16
1M in, 1M out1,000,0001,000,000$2.2788$2278.80

Calling it

const res = await client.chat.completions.create({
  model: "qwen/qwen2.5-vl-72b-instruct",
  messages: [{ role: "user", content: "Hello" }],
});