TokenRoute
Get started
Back to models

Relace: Relace Apply 3

relace/relace-apply-3

Relace Apply 3 is a specialized code-patching LLM that merges AI-suggested edits straight into your source files. It can apply updates from GPT-4o, Claude, and others into your files at...

Pricing

Input$0.5950 /M
Output$0.8750 /M

Specs

Context length256K tokens
Max output128K tokens
Inputtext
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "relace/relace-apply-3",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

max_tokens
seed
stop