AI Gateway

All Models/

Morph V3 Fast

Morph V3 Fast by Morph

Morph offers a specialized AI model that applies code changes suggested by frontier models (like Claude or GPT-4o) to your existing code files FAST - 4500+ tokens/second. It acts as the final step in the AI coding workflow. Supports 16k input tokens and 16k output tokens.

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