Models / Morph
Morph
Morph V3 Large
morph/morph-v3-large
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>...
Input
$1.17 / 1M tokens
Output
$2.47 / 1M tokens
Context
262K tokens
Capabilities
✓ Streaming○ Tool / function calling✓ JSON / structured output○ Vision (image input)
Call this model
Pass morph/morph-v3-large as the model. Change only the base URL from your existing OpenAI SDK setup.
quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
-H "Authorization: Bearer $MDB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "morph/morph-v3-large",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.