← All models

Anthropic

deepseek-v4-flash-vision-exp

deepseek/deepseek-v4-flash-vision-exp

Price per million tokens

Input
$0.279
Output
$0.836
Cache write
not offered
Cache read
$0.009

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,048,576 tokens
Max output
384,000 tokens
Images
supported

What it costs to run

WorkloadInputOutputCostPer 1,000 calls
Short chat turn1,000500$0.0007$0.70
Long document summary50,0002,000$0.0156$15.60
Agent step with tools20,0001,500$0.0068$6.82
1M in, 1M out1,000,0001,000,000$1.1141$1114.08

Calling it

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