返回模型列表
DeepSeek: R1 Distill Llama 70B
deepseek/deepseek-r1-distill-llama-70bJan 23, 2025131.1K 上下文16.4K 最大输出$0.70/M in · $0.80/M out推理
描述
DeepSeek R1 Distill Llama 70B 是基于 Llama-3.3-70B-Instruct 的蒸馏(distilled from DeepSeek R1)大语言模型,使用 DeepSeek R1 的输出进行训练。该模型结合先进的蒸馏技术,在多项基准上取得高水平表现,包括:
- AIME 2024 pass@1:70.0
- MATH-500 pass@1:94.5
- CodeForces Rating:1633
模型通过对 DeepSeek R1 输出的 fine-tuning,在性能上可与更大的前沿模型竞争。
技术规格
供应商
deepseek
上下文长度
131.1K
最大输出
16.4K
模态类型
输入text
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $0.70 |
| 输出 | $0.80 |
快速开始
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek/deepseek-r1-distill-llama-70b",
"messages": [{"role": "user", "content": "Hello!"}]
}'