AI Gateway

/

Mercury Coder Small Beta

Mercury Coder Small Beta by Inception

Mercury Coder Small is ideal for code generation, debugging, and refactoring tasks with minimal latency.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'inception/mercury-coder-small',
prompt: 'Why is the sky blue?'
})