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
- Contexto
- 256k tokens
- Máx. completion
- 128,000
- Tools
- No
- JSON
- No
- Lanzamiento
- 2025-09-26
Llámalo desde Geek Hub
El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.
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"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es 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 corre en el API de Geek Hub (compatible con OpenAI). Id: relace/relace-apply-3.
- ¿Relace Apply 3 es gratis?
- No. El input cuesta $0.9266 / 1M tokens y el output $1.3626 / 1M tokens en Geek Hub (markup incluido).
- ¿Cuál es el contexto de Relace Apply 3?
- Relace Apply 3 tiene una ventana de 256k tokens. Soporta hasta 128,000 tokens de completion.
- ¿Relace Apply 3 soporta tool calling y structured outputs?
- Relace Apply 3 no publica tool calling en este endpoint. No lista structured outputs en este endpoint.
- ¿Cuándo se lanzó Relace Apply 3?
- Relace Apply 3 se lanzó el 26 de septiembre de 2025.