← All models

Anthropic

codestral-2508:batch

mistralai/codestral-2508:batch

Price per million tokens

Input
$0.354
Output
$1.063
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
256,000 tokens
Max output
204,800 tokens
Images
text only

What it costs to run

WorkloadInputOutputCostPer 1,000 calls
Short chat turn1,000500$0.0009$0.89
Long document summary50,0002,000$0.0199$19.85
Agent step with tools20,0001,500$0.0087$8.68
1M in, 1M out1,000,0001,000,000$1.4179$1417.92

Calling it

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