Back to Models

Morph: Morph V3 Large

morph/morph-v3-large
Jul 7, 2025262.1K context131.1K max output$0.90/M in · $1.90/M out

Description

Morph's high-accuracy apply model for complex code edits. ~4,500 tokens/sec with 98% accuracy for precise code transformations.

The model requires the prompt to be in the following format: <instruction>{instruction}</instruction> <code>{initial_code}</code> <update>{edit_snippet}</update>

Zero Data Retention is enabled for Morph. Learn more about this model in their documentation

Specifications

Provider
morph
Context Length
262.1K
Max Output
131.1K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.90
Output$1.90

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "morph/morph-v3-large",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'