← All models

Anthropic

inkling-small:batch

thinkingmachines/inkling-small:batch

Price per million tokens

Input
$0.591
Output
$1.418
Cache write
not offered
Cache read
$0.118

What you pay, 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
471,859 tokens
Images
supported

What it costs to run

WorkloadInputOutputCostPer 1,000 calls
Short chat turn1,000500$0.0013$1.30
Long document summary50,0002,000$0.0324$32.38
Agent step with tools20,0001,500$0.0139$13.94
1M in, 1M out1,000,0001,000,000$2.0087$2008.72

Calling it

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