Relace: Relace Search API
Access Relace: Relace Search from Relace using Puter.js AI API.
Get Started
relace/relace-search
Model Card
Relace Search is an agentic codebase search model that uses 4-12 parallel tool calls (view_file, grep) to explore repositories and return relevant files. It performs multi-step reasoning to produce precise results 4x faster than frontier models, designed to work as a subagent for coding workflows.
Context Window
N/A
tokens
Max Output
128,000
tokens
Input Cost
$1
per million tokens
Output Cost
$3
per million tokens
API Usage Example
Add Relace: Relace Search 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-search"
}).then(response => {
document.body.innerHTML = response.message.content;
});
</script>
</body>
</html>
Get started with Puter.js
Add Relace: Relace Search to your app without worrying about API keys or setup.
Read the Docs View Tutorials