Mercury Coder Small Beta
Mercury Coder Small Beta is Inception's compact diffusion coding model. Mercury Coder Small Beta scores 90.0 on HumanEval and 84.8 on fill-in-the-middle (FIM).
import { streamText } from 'ai'
const result = streamText({ model: 'inception/mercury-coder-small', prompt: 'Why is the sky blue?'})