← All models

Anthropic

qwen3.8-27b

qwen/qwen3.8-27b

Price per million tokens

Input
$0.506
Output
$3.798
Cache write
not offered
Cache read
$0.063

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
1,000,000 tokens
Max output
131,072 tokens
Images
supported

What it costs to run

WorkloadInputOutputCostPer 1,000 calls
Short chat turn1,000500$0.0024$2.41
Long document summary50,0002,000$0.0329$32.92
Agent step with tools20,0001,500$0.0158$15.82
1M in, 1M out1,000,0001,000,000$4.3044$4304.40

Calling it

const res = await client.chat.completions.create({
  model: "qwen/qwen3.8-27b",
  messages: [{ role: "user", content: "Hello" }],
});