AICredits logo
relace

Relace: Relace Search

relace/relace-search

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...

Supported APIs

Chat API
Context
256K
Max output
Input / 1M
₹100.65
Cached / 1M
₹10.07
Output / 1M
₹301.96

Pricing

Token typeUSD / 1MINR / 1M
Input$1.00₹100.65
Cached inputprompt cache read$0.10010.07
Output$3.00₹301.96

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Relace: Relace Search through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "relace/relace-search",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.