返回模型列表

Magnum v4 72B

anthracite-org/magnum-v4-72b
Oct 22, 202416.4K 上下文2.0K 最大输出$3.00/M in · $5.00/M out

描述

该系列模型旨在复现 Claude 3 系列(Sonnet 和 Opus)的文本质感,在 Qwen2.5 72B 基础上进行 fine-tune。

技术规格

供应商
anthracite-org
上下文长度
16.4K
最大输出
2.0K
模态类型
输入text
输出text

定价

类型价格 / 百万 Token
输入$3.00
输出$5.00

快速开始

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "anthracite-org/magnum-v4-72b",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'