← All models

Anthropic

deepseek-v4-flash-0731:batch

deepseek/deepseek-v4-flash-0731:batch

Price per million tokens

Input
$0.165
Output
$0.331
Cache write
not offered
Cache read
$0.035

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

Limits

Context window
1,048,576 tokens
Max output
943,718 tokens
Images
text only

What it costs to run

WorkloadInputOutputCostPer 1,000 calls
Short chat turn1,000500$0.0003$0.33
Long document summary50,0002,000$0.0089$8.93
Agent step with tools20,0001,500$0.0038$3.80
1M in, 1M out1,000,0001,000,000$0.4963$496.27

Calling it

const res = await client.chat.completions.create({
  model: "deepseek/deepseek-v4-flash-0731:batch",
  messages: [{ role: "user", content: "Hello" }],
});