返回模型列表
Morph: Morph V3 Fast
morph/morph-v3-fastJul 7, 202581.9K 上下文38K 最大输出$0.80/M in · $1.20/M out
描述
Morph 最快速的代码编辑 apply 模型,约 10,500 tokens/秒,准确率 96%,适合快速代码变换。
该模型要求 prompt 采用以下格式: <instruction>{instruction}</instruction> <code>{initial_code}</code> <update>{edit_snippet}</update>
Morph 已启用零数据保留(Zero Data Retention)。更多信息参见官方文档。
技术规格
供应商
morph
上下文长度
81.9K
最大输出
38K
模态类型
输入text
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $0.80 |
| 输出 | $1.20 |
快速开始
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "morph/morph-v3-fast",
"messages": [{"role": "user", "content": "Hello!"}]
}'