Skip to content
Dashboard

Inception Mercury 2 is live on AI Gateway

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.`,
});

Ready to deploy?