Skip to content

Inception Mercury 2 is live on AI Gateway

1 min read

Mercury 2 from Inception is now available on Vercel AI Gateway.

Mercury 2 from Inception is now available on AI Gateway. Mercury 2 delivers reasoning-grade quality at real-time latency, making it ideal for agentic loops, coding assistants, voice interfaces, and RAG pipelines where compounding latency is the bottleneck.

To use Mercury 2, set model to inception/mercury-2 in the AI SDK.

import { streamText } from 'ai';
const result = streamText({
model: 'inception/mercury-2',
prompt:
`For each incoming support ticket, classify urgency,
retrieve relevant docs, draft a response, and escalate
if unresolved.`,
});

AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in observability, Bring Your Own Key support, and intelligent provider routing with automatic retries.

Learn more about AI Gateway, view the AI Gateway model leaderboard or try it in our model playground.