← All models

Anthropic

minimax-m3:batch

minimax/minimax-m3:batch

Price per million tokens

Input
$0.380
Output
$1.519
Cache write
not offered
Cache read
$0.076

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
524,288 tokens
Max output
provider default
Images
supported

What it costs to run

WorkloadInputOutputCostPer 1,000 calls
Short chat turn1,000500$0.0011$1.14
Long document summary50,0002,000$0.0220$22.03
Agent step with tools20,0001,500$0.0099$9.87
1M in, 1M out1,000,0001,000,000$1.8990$1899.00

Calling it

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