Relace Apply 3

Other chattool_use Long

API ID: relace/relace-apply-3

Input Price
$0.85
/1M tokens
Output Price
$1.25
/1M tokens

About Relace Apply 3

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
#806 lowest price among 950 Chat models

Model Specifications

Context Length
256k
Max Output
128k
Release Date
2025-09-26
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
$0.76
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$24.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 Apply 3 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

Moonshot AI Kimi K2 Thinking
Input: $0.40
Output: $1.75
Context: 131k
Alibaba Qwen Qwen3 Coder 480B A35B (exacto)
Input: $0.22
Output: $1.80
Context: 262k
OpenAI GPT-3.5 Turbo
Input: $0.50
Output: $1.50
Context: 16k
Mistral Mistral Large 3 2512
Input: $0.50
Output: $1.50
Context: 262k

๐Ÿš€ Quick Start

Get started with Relace Apply 3 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-apply-3",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)