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 7,500 tokens/sec on average.
The model requires the prompt to be in the following format:
<code>${originalCode}</code>\n<update>${updateSnippet}</update>