Skip to content

Morph V3 Large

Morph V3 Large applies code edit suggestions to source files with about 98% merge accuracy on complex multi-scope edits. It supports 81.9K tokens input and 16.4K tokens output. On AI Gateway, pay $0.9 per million input tokens and $1.9 per million output tokens.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'morph/morph-v3-large',
prompt: 'Why is the sky blue?'
})