Morph V3 Fast
Morph V3 Fast applies code edit suggestions from frontier models to your source files at high throughput. It supports 81.9K tokens input and 16.4K tokens output. On AI Gateway, pay $0.8 per million input tokens and $1.2 per million output tokens.
import { streamText } from 'ai'
const result = streamText({ model: 'morph/morph-v3-fast', prompt: 'Why is the sky blue?'})