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?'})