Back to Models
Relace: Relace Apply 3
relace/relace-apply-3Sep 26, 2025256K context128K max output$0.85/M in · $1.25/M out
Description
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 10,000 tokens/sec on average.
The model requires the prompt to be in the following format: <instruction>{instruction}</instruction> <code>{initial_code}</code> <update>{edit_snippet}</update>
Zero Data Retention is enabled for Relace. Learn more about this model in their documentation
Specifications
Provider
relace
Context Length
256K
Max Output
128K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.85 |
| Output | $1.25 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "relace/relace-apply-3",
"messages": [{"role": "user", "content": "Hello!"}]
}'