relace

Relace: Relace Apply 3

Relace Apply 3 is a specialized code-patching LLM that merges AI-suggested edits straight into your source files. It can apply updates from GPT-4o, Claude, and others into your files at...

Context
256k tokens
Input / 1M tokens
$0.85
Output / 1M tokens
$1.25
Benchmark

Pricing

Input tokens$0.85 per 1M tokens
Output tokens$1.25 per 1M tokens

Technical details

Model IDrelace/relace-apply-3
Context window256k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens128,000

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: 'relace/relace-apply-3',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Relace: Relace Apply 3?

Get an API key and start making requests in minutes.

Get an API key