← All models

Anthropic

mistral-medium-3.1:batch

mistralai/mistral-medium-3.1:batch

Price per million tokens

Input
$0.473
Output
$2.363
Cache write
not offered
Cache read
$0.047

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

Limits

Context window
131,072 tokens
Max output
104,857 tokens
Images
supported

What it costs to run

WorkloadInputOutputCostPer 1,000 calls
Short chat turn1,000500$0.0017$1.65
Long document summary50,0002,000$0.0284$28.36
Agent step with tools20,0001,500$0.0130$13.00
1M in, 1M out1,000,0001,000,000$2.8358$2835.84

Calling it

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