Skip to content

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.

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

Playground

Try out Morph V3 Fast by Morph. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.