← All models

Anthropic

qwen3.5-9b:batch

qwen/qwen3.5-9b:batch

Price per million tokens

Input
$0.201
Output
$0.295
Cache write
not offered
Cache read
not offered

What you pay, and your usage page shows what we paid beside what you paid on every request you send.

Limits

Context window
262,144 tokens
Max output
235,929 tokens
Images
supported

What it costs to run

WorkloadInputOutputCostPer 1,000 calls
Short chat turn1,000500$0.0003$0.35
Long document summary50,0002,000$0.0106$10.63
Agent step with tools20,0001,500$0.0045$4.46
1M in, 1M out1,000,0001,000,000$0.4963$496.27

Calling it

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