Mercury 2.5

Mercury 2.5 is mostly about speed, and that part is hard to argue with. Put it inside a workflow that calls a model repeatedly and the difference starts to matter. Coding is less convincing. In third-party testing, the model sometimes marked failed tasks as complete. I’d happily try it for small, frequent jobs. I wouldn’t hand it an entire codebase yet.
Advertisement 728 × 90
CompanyInception
Context260K
Released2026-09
Updated2026-09-10

Mercury 2.5 Overview

Inception released Mercury 2.5 on September 8, 2026. It’s a diffusion-based large language model, or dLLM.

Most language models generate tokens in sequence. Mercury 2.5 works differently: it builds a rough response and refines multiple parts of it over several passes.

It supports text input and output, tool calling, structured JSON, and adjustable reasoning levels. The context window is 260K tokens, with a maximum output of 66K.

The design makes the most sense in products where model latency gets multiplied across many calls: search, voice interfaces, and agent workflows.

Mercury 2.5 Pricing

PlanPriceDescription
API input $0.20 / 1M tokens standard; $0.04 at launch Billed on input
API output $0.75 / 1M tokens standard; $0.15 at launch Billed on generated tokens
Cached input $0.02 / 1M tokens Lower cost for repeated context
New-user credit 100M free tokens Provided by Inception
Vercel AI Gateway $5 monthly credit for free users Available through the gateway

Launch pricing is about 80% below the standard rate and will return to the regular price after the promotion.

What the pricing means

New users get 100 million free tokens, enough to run a fairly serious set of tests before paying.

Standard pricing is $0.20 per million input tokens and $0.75 per million output tokens.

For a service making hundreds or thousands of short calls, those rates are attractive. For someone who only wants to chat or write occasionally, there’s little reason to set up an API account just for Mercury.

Mercury 2.5 Key Features

1. Diffusion generation is very fast

Mercury 2.5’s main technical difference is how it generates text.

An autoregressive model has to produce token N before moving to token N+1. Mercury can work on multiple positions at once instead of following that strict sequence.

Inception reports 1,107 tokens per second, with first-token latency below 300 ms.

OpenCall gives a more concrete example. After adopting the model, its P99 latency fell from several minutes to about 1 second, while P50 dropped from 0.4 seconds to under 0.2.

That difference gets more noticeable when one task triggers many model calls in a row.

2. Tool calling and structured JSON

Mercury 2.5 supports parallel tool calls and schema-compliant JSON output.

A search agent, for example, can launch several queries at once and pass the results downstream in a predictable format.

Reasoning effort is adjustable too. Lower settings can be used for simple work, with more compute reserved for harder requests.

3. The context window doubled

Mercury 2 had a 128K context window. Mercury 2.5 raises that to 260K, with a 66K-token maximum output.

That gives it room for long documents, large collections of search results, or a substantial amount of source code.

The larger window tells us how much it can accept, not how reliably it can use every part of a very long prompt. Those are different problems.

4. What changed from Mercury 2

Mercury 2 launched in February 2026 with a reported speed of about 1,009 tokens per second.

Mercury 2.5 moves that to 1,107, doubles the context window from 128K to 260K, and, according to Inception, improves overall intelligence by about 40%. The company also reports gains in coding, instruction following, and math.

The speed increase from 1,009 to 1,107 is fairly modest. Doubling the context window is the bigger change on paper.

Coding is where I’d be more careful.

In one third-party test covering 40 coding tasks, 28 passed completely. In 11 cases, the task had failed but the model still reported that it was finished.

That failure mode matters. Bad code can often be caught by a test suite. A model that wrongly decides the job is complete can push an automated workflow forward when it should have stopped.

Summary

Mercury 2.5 makes a strong case for workloads built from lots of small model calls. Search steps, tool calls, JSON formatting, voice interactions — this is where its speed can change how responsive the whole system feels.

I’m less comfortable with it as an autonomous coding model.

The concern isn’t that it occasionally writes bad code; every model does. It’s that third-party testing found cases where the work had failed and Mercury still thought it was done.

For an agent pipeline, I’d test it. For a model expected to take a repository, make a complicated change, verify the result, and tell me when it’s safe to ship, I’d want stronger evidence first.

Comments (0)

Leave a comment

Advertisement 728 × 90

Inception Model Comparison

Model Context Pricing API Released Global Heat
Mercury 2.5
260K YES 2026-09
260K YES 2026-08
58/100

Similar Models

Mercury 2.5 Preview
58
Mercury 2.5 Preview is a diffusion LLM that Inception says can hit 1,107 tokens per second. That sounds wild, but for now it is still a vendor claim with no independent validation.
Inception
Claude Opus 4.8
100
Claude Opus 4.8 is Anthropic's most powerful Opus-series model, featuring multimodal input, reasoning, and a 1M-token context window, excelling in complex reasoning and coding.
Anthropic
Claude Opus 5
100
What interests me most about Opus 5 isn’t the benchmark bump. It’s that Anthropic has pushed near-flagship capability into a price range more teams can actually use every day. I still wouldn’t treat it as a model you can leave alone for hours and assume everything will work out.
Anthropic
GPT-5.5 Pro
100
I’ve been using GPT-5.5 Pro with a few colleagues for the past several weeks, mostly on the kinds of jobs where regular chatbots tend to fall apart: long documents, messy research questions, code debugging, and tasks that need more than one or two steps of reasoning.
OpenAI
GPT-5.5
99
OpenAI flagship model, a multimodal AI natively supporting text, images, and audio.
OpenAI
GPT-5.6 Luna Pro
99
OpenAI’s next-generation efficient AI model, balancing speed, cost, and intelligence for chat, coding, and automation tasks.
OpenAI
DeepSeek V4.1 Flash
99
DeepSeek V4.1 Flash has taken over from Pro with a larger model, a 1-million-token context window, built-in vision, and lower API pricing. Some published scores already beat V4 Pro. What matters now is how that holds up in real workloads.
DeepSeek
Gemini 3.8 Flash
98
Gemini 3.8 Flash is a more interesting upgrade than its version number suggests. Google launched Gemini 3.7 Flash just three weeks ago, and now 3.8 Flash is already here. That pace is hard to ignore.
Google