← All models

Anthropic

ernie-4.5-vl-424b-a47b

baidu/ernie-4.5-vl-424b-a47b

Price per million tokens

Input
$0.532
Output
$1.583
Cache write
not offered
Cache read
not offered

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
123,000 tokens
Max output
16,000 tokens
Images
supported

What it costs to run

WorkloadInputOutputCostPer 1,000 calls
Short chat turn1,000500$0.0013$1.32
Long document summary50,0002,000$0.0298$29.75
Agent step with tools20,0001,500$0.0130$13.01
1M in, 1M out1,000,0001,000,000$2.1142$2114.22

Calling it

const res = await client.chat.completions.create({
  model: "baidu/ernie-4.5-vl-424b-a47b",
  messages: [{ role: "user", content: "Hello" }],
});