Back to Models
Morph: Morph V3 Fast
morph/morph-v3-fastJul 7, 202581.9K context38K max output$0.80/M in · $1.20/M out
Description
Morph's fastest apply model for code edits. ~10,500 tokens/sec with 96% accuracy for rapid 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
81.9K
Max Output
38K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.80 |
| Output | $1.20 |
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-fast",
"messages": [{"role": "user", "content": "Hello!"}]
}'