Mercury 2
Mercury 2 is Inception's reasoning diffusion language model. It refines tokens in parallel with tunable reasoning depth, native tool use, and a context window of 128K tokens.
import { streamText } from 'ai'
const result = streamText({ model: 'inception/mercury-2', prompt: 'Why is the sky blue?'})Playground
Try out Mercury 2 by Inception. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.