Back to Models

Relace: Relace Search

relace/relace-search
Dec 8, 2025256K context128K max output$1.00/M in · $3.00/M out

Description

The relace-search model uses 4-12 view_file and grep tools in parallel to explore a codebase and return relevant files to the user request.

In contrast to RAG, relace-search performs agentic multi-step reasoning to produce highly precise results 4x faster than any frontier model. It's designed to serve as a subagent that passes its findings to an "oracle" coding agent, who orchestrates/performs the rest of the coding task.

To use relace-search you need to build an appropriate agent harness, and parse the response for relevant information to hand off to the oracle. Read more about it in the Relace documentation.

Specifications

Provider
relace
Context Length
256K
Max Output
128K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$1.00
Output$3.00

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "relace/relace-search",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'