morph

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

Context
262k tokens
Input / 1M tokens
$0.90
Output / 1M tokens
$1.90
Benchmark

Pricing

Input tokens$0.90 per 1M tokens
Output tokens$1.90 per 1M tokens

Technical details

Model IDmorph/morph-v3-large
Context window262k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens131,072

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'morph/morph-v3-large',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Morph: Morph V3 Large?

Get an API key and start making requests in minutes.

Get an API key
Morph: Morph V3 Large — MegaBrain Gateway