inception

Inception: Mercury 2.5 Preview

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...

Context
260k tokens
Input / 1M tokens
$0.20
Output / 1M tokens
$0.75
Benchmark

Pricing

Input tokens$0.20 per 1M tokens
Output tokens$0.75 per 1M tokens
Cache read$0.02 per 1M tokens

Technical details

Model IDinception/mercury-2.5-preview
Context window260k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens65,536

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'inception/mercury-2.5-preview',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Inception: Mercury 2.5 Preview?

Get an API key and start making requests in minutes.

Get an API key
Inception: Mercury 2.5 Preview — MegaBrain Gateway