← All models

Anthropic

devstral-2512

mistralai/devstral-2512

Price per million tokens

Input
$0.520
Output
$2.600
Cache write
not offered
Cache read
$0.052

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
209,715 tokens
Images
text only

What it costs to run

WorkloadInputOutputCostPer 1,000 calls
Short chat turn1,000500$0.0018$1.82
Long document summary50,0002,000$0.0312$31.19
Agent step with tools20,0001,500$0.0143$14.30
1M in, 1M out1,000,0001,000,000$3.1194$3119.42

Calling it

const res = await client.chat.completions.create({
  model: "mistralai/devstral-2512",
  messages: [{ role: "user", content: "Hello" }],
});