Relace Search

Other chattool_use Long

API ID: relace/relace-search-20251208

Input Price
$1.00
/1M tokens
Output Price
$3.00
/1M tokens

About Relace Search

Relace is Relace AI's specialized model for code search and application. The model excels at finding and applying code changes across repositories. Relace demonstrates specialized capability for development automation. For developers building code search and modification tools, Relace offers focused capability.

๐Ÿ’ฐ
Price Ranking
#857 lowest price among 950 Chat models

Model Specifications

Context Length
256k
Max Output
128k
Release Date
2025-12-08
Capabilities
chat tool_use
Input Modalities
text
Output Modalities
text

Best For

  • Conversations, content writing, general assistance

Consider Alternatives For

  • Image understanding (needs vision capability)

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$1.35
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$42.00
/month
1000 tickets/day, ~800 tokens each

Other Model Lineup

Compare all models from Other to find the best fit

Model Input Output Context Capabilities
Relace Search Current Free Free 256k chat tool_use
Riverflow V2 Max Preview Free Free 8k chat vision image_gen
Riverflow V2 Standard Preview Free Free 8k chat vision image_gen
Riverflow V2 Fast Preview Free Free 8k chat vision image_gen
AFM 4.5B Free Free 66k chat
AFM 4.5B Free Free 66k chat

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Nous Research Hermes 4 405B
Input: $1.00
Output: $3.00
Context: 131k
Alibaba Qwen Qwen VL Max
Input: $0.80
Output: $3.20
Context: 131k
Amazon Nova Pro 1.0
Input: $0.80
Output: $3.20
Context: 300k
Alibaba Qwen Qwen3 VL 235B A22B Thinking
Input: $0.45
Output: $3.50
Context: 131k

๐Ÿš€ Quick Start

Get started with Relace Search API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="relace/relace-search-20251208",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)