TokenRoute
Get started
Back to models

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

Pricing

Input$0.6300 /M
Output$1.33 /M

Specs

Context length262.1K tokens
Max output131.1K tokens
Inputtext
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "morph/morph-v3-large",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

logprobs
max_tokens
response_format
stop
structured_outputs
temperature
top_logprobs