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 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](https://docs.relace.ai/api-reference/instant-apply/apply)
relace/relace-apply-3
- Context
- 256k tokens
- Completion cap
- 128,000
- Tools
- No
- JSON
- No
- Released
- 2025-09-26
Call it from Geek Hub
Same OpenAI SDK. Change the base URL and the model id.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "relace/relace-apply-3",
"messages": [{"role": "user", "content": "Hola"}]
}'Get an API keyFrequently asked questions
- What is 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 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](https://docs.relace.ai/api-reference/instant-apply/apply) Relace Apply 3 runs on the Geek Hub API (OpenAI-compatible). Model id: relace/relace-apply-3.
- Is Relace Apply 3 free?
- No. Input is $0.9266 per 1M tokens and output is $1.3626 per 1M tokens on Geek Hub (markup included).
- What is the context length of Relace Apply 3?
- Relace Apply 3 has a 256k tokens context window. It supports up to 128,000 completion tokens.
- Does Relace Apply 3 support tool calling and structured outputs?
- Relace Apply 3 does not advertise tool calling on this endpoint. Structured outputs are not listed for this endpoint.
- When was Relace Apply 3 released?
- Relace Apply 3 was released on 2025-09-26.