Mercury 2.5 Preview via the Tokenator API

What the model is for

Mercury 2.5 is the fastest reasoning LLM, and the latest diffusion LLM (dLLM) from Inception. Instead of generating tokens sequentially, Mercury 2.5 produces and refines multiple tokens in parallel, achieving 1,107 tokens/sec on standard GPUs. It delivers a 10+ point jump in intelligence over Mercury 2, comparable quality to cost-optimized frontier models like GPT-5.6 Luna (Low), Gemini 3.5 Flash-Lite, and Claude Haiku 4.5. Mercury 2.5 supports tunable reasoning levels, parallel tool calls, and schema-aligned JSON output. It's built for production workloads where latency compounds: search agents, voice pipelines, and coding subagents.

Specification

Full nameMercury 2.5 Preview
API IDmercury-2.5-preview
Model vendorInception
TypeText model (chat / completions)
Context window260K tokens
Max output65.5K tokens
Image inputno
Tokenator usage multiplier1.3×
Input modalitiestext
Aliasescursor-mercury-2.5-preview
Supported API formats/v1/chat/completions /v1/responses /v1/messages
Upstream providers1
Current statusavailable
Data updated2026-09-01

Upstream providers

ProviderMultiplier
Unified LLM API1.3×

A request goes to the first available provider by priority; if it fails, Tokenator switches to the next one.

Example request

curl
curl https://api.tokenator.top/v1/chat/completions \
  -H "Authorization: Bearer sk-your-tokenator-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mercury-2.5-preview",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

Compatible tools

The model can be used in any tool that accepts a custom base URL: Claude Code, Codex CLI, OpenCode, Cursor, Cline, Kilo Code, Cherry Studio, OpenClaw.

FAQ about Mercury 2.5 Preview

What is the API ID of Mercury 2.5 Preview?

mercury-2.5-preview — put this into the model field of your request.

What context window does Mercury 2.5 Preview have?

260K tokens; max output is 65.5K tokens.

How many tokens will a request cost?

(input + output) × 1.3×. See the documentation for details.

Which tools support this model?

Any tool that accepts a custom base URL: Claude Code, Codex CLI, OpenCode, Cursor, Cline, Kilo Code. Setup guides are in the integrations section.