AICredits logo
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>...

Supported APIs

Chat API
Context
262K
Max output
Input / 1M
₹90.59
Cached / 1M
₹9.06
Output / 1M
₹191.24

Pricing

Token typeUSD / 1MINR / 1M
Input$0.900₹90.59
Cached inputprompt cache read$0.0909.06
Output$1.90₹191.24

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Morph: Morph V3 Large through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
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.