MO
Morph: Morph V3 Fast
82K context$0.80/M input$1.20/M output
morph/morph-v3-fastDescription
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>...
Quick Start
curl https://router.tangle.tools/v1/chat/completions \
-H "Authorization: Bearer $TANGLE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "morph/morph-v3-fast",
"messages": [{"role": "user", "content": "Hello!"}]
}'Modalities
Input: TextOutput: Text
Pricing
Input$0.80/M
Output$1.20/M
Context82K tokens
Model Info
Providermorph
IDmorph/morph-v3-fast