返回模型列表

Relace: Relace Apply 3

relace/relace-apply-3
Sep 26, 2025256K 上下文128K 最大输出$0.85/M in · $1.25/M out

描述

Relace Apply 3 是一款专用的代码 patch LLM,可将 AI 建议的修改直接合入源文件。它能将 GPT-4o、Claude 等模型产出的更新以平均 10,000 tokens/秒的速度应用到文件中。

该模型要求 prompt 采用以下格式: <instruction>{instruction}</instruction> <code>{initial_code}</code> <update>{edit_snippet}</update>

Relace 已启用零数据保留(Zero Data Retention)。更多信息参见官方文档

技术规格

供应商
relace
上下文长度
256K
最大输出
128K
模态类型
输入text
输出text

定价

类型价格 / 百万 Token
输入$0.85
输出$1.25

快速开始

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-apply-3",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
Relace: Relace Apply 3 — Pricing & API on OminiGate