Mercury 2 API Pricing
Mercury 2 is Inception's generally available diffusion LLM, billed at $0.25/M input, $0.025/M cached input and $0.75/M output with a 128K context window and 50,000 max output tokens. The vendor calls it its "first enterprise ready reasoning dLLM with over 1000 tokens / sec" - the product is speed, and the rate card sits in the same band as the large labs' cheap tiers rather than below them.
Run the numbers.
Live calculator on the developer pricing table's rate. New accounts start with 100 million free tokens, so the first sizeable workload here may cost nothing at all - model the steady state, not the trial.
Real-world presets.
Low-latency voice reply
Inline completion
Ticket triage
Assistant turn
Paste text. See tokens. See cost.
This is a chars-per-token approximation, not a real tokenizer. Actual tokens vary by language, code density, and tool-call overhead — counts are typically ±10–20% off for English prose, more for code or non-Latin scripts. For exact billing, use the vendor's official tokenizer.
| Model | Input /M | Output /M | Effective blended | Context | Best for |
|---|---|---|---|---|---|
| Mercury 2 Current | $0.25 cache $0.025 | $0.75 | $0.12 agentic 92/8 | 128K | Latency-sensitive production traffic |
| Mercury 2.5 Preview | $0.20 cache $0.02 | $0.75 | $0.108 cheaper, longer, preview only | 260K | Reasoning at the lowest Mercury rate |
| Mercury Edit 2 | $0.25 cache $0.025 | $0.75 | $0.12 same card, editing endpoints | 32K | Autocomplete and next-edit |
| Gemini 3.7 Flash | $0.75 cache $0.075 | $3.75 | $0.481 cross-vendor speed tier | 1M | Google's fast mainstream model |
| Claude Haiku 4.5 | $1.00 cache $0.10 | $5.00 | $0.682 cross-vendor cheap tier | 200K | High-volume support and classification |
Frequently asked.
The rate card, the free allowance, and what you are actually paying for with a diffusion model.
Q · 01 What does Mercury 2 cost? +
$0.25/M input, $0.025/M cached input and $0.75/M output. Under this site's 92/8 agentic blend at an 82% cache-hit rate that is $0.12/M effective. The company's marketing models page states the same three figures, which is the cross-check we run on any new vendor.Q · 02 What is the free allowance? +
$12 of usage.Q · 03 How does it compare with Mercury 2.5 Preview? +
$0.20 against $0.25) and carries a 260K window against this model's 128K, but it is a preview and Inception serves it through OpenRouter rather than its own platform. Mercury 2 is the row you can call on the vendor's API today.