Relace: Relace Apply 3 API
Access Relace: Relace Apply 3 from Relace using Puter.js AI API.
Get Started
relace/relace-apply-3
Model Card
Relace Apply 3 is a specialized code-patching model that merges AI-generated code edits into existing source files at up to 10,000 tokens per second. It supports a 256K context window and works with diffs from models like Claude and GPT-4, making code integration fast and reliable.
Context Window
N/A
tokens
Max Output
128,000
tokens
Input Cost
$0.85
per million tokens
Output Cost
$1.25
per million tokens
API Usage Example
Add Relace: Relace Apply 3 to your app with just a few lines of code.
No API keys, no backend, no configuration required.
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.chat("Explain quantum computing in simple terms", {
model: "relace/relace-apply-3"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add Relace: Relace Apply 3 to your app without worrying about API keys or setup.
Read the Docs View Tutorials