morph/morph-v3-largeMorph'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>...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.900 | ₹90.59 |
| Cached inputprompt cache read | $0.090 | ₹9.06 |
| Output | $1.90 | ₹191.24 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Morph: Morph V3 Large through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "morph/morph-v3-large",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.