BazaarLinkBazaarLink
登入

Deepseek R1 Distill Llama 70b API 定價與使用教學

高效能 AI 語言模型,透過 BazaarLink 以美元計費(台幣報價)使用。

智商#425 / 630
4
Artificial Analysis Intelligence Index
輸出速度#323 / 333
23.5
每秒輸出 tokens(中位數)
輸入價格#259 / 439
$0.80NT$ 25
USD / 1M tokens
輸出價格#158 / 439
$0.80NT$ 25
USD / 1M tokens
首字延遲#123 / 333
1.83s
Time to first token(AA 中位數)
供應商DeepSeek
發布日期2025年1月
Model IDdeepseek/deepseek-r1-distill-llama-70b

技術規格

上下文視窗
8K tokens
推理(Reasoning)
支援
輸入模態
文字
輸出模態
文字

價格對照

BazaarLink 售價,並列 AA 觀察到的市場標準。

BazaarLink 售價 本站

輸入$0.80NT$ 25
輸出$0.80NT$ 25
Cache 讀取
Cache 寫入
3:1 混合(估計)$0.80NT$ 25
所有單價以 1M tokens 計。支援台幣信用卡 / 統一發票。

市場參考 Artificial Analysis

輸入$0.70
輸出$1.10
Cache 讀取AA 未追蹤
Cache 寫入AA 未追蹤
3:1 混合$0.79
本站與 AA 參考價差約 14%。
來源:artificialanalysis.ai

獨立第三方評測

所有分數來自 Artificial Analysis 的獨立第三方評測,BazaarLink 不參與測試過程。

智商 4
編碼
數學 54
MMLU 80
GPQA 40
本模型類別最強
綜合智商
#425於 630 個模型中
整合多項學術 benchmark
首字延遲
#123於 333 個模型中
AA 全球 p50:1.83 秒
智商
4
中段
本模型
4
類別最強
57
中位數
11
數學
54
本模型
54
類別最強
99
中位數
53
MMLU Pro
80%
本模型
80%
類別最強
90%
中位數
75%
GPQA
40%
本模型
40%
類別最強
94%
中位數
69%
LiveCodeBench
27%
本模型
27%
類別最強
42%
中位數
42%
HLE
6%
本模型
6%
類別最強
53%
中位數
7%
SciCode
31%
本模型
31%
類別最強
60%
中位數
34%
IFBench
28%
本模型
28%
類別最強
83%
中位數
44%
τ²-Bench Telecom
22%
本模型
22%
類別最強
99%
中位數
46%
AA-LCR
11%
本模型
11%
類別最強
76%
中位數
40%
Terminal-Bench Hard
2%
本模型
2%
類別最強
66%
中位數
14%

編碼能力 Top 5Coding Index 排行榜

2Claude Fable 5.1 (Adaptive Reasoning, Xhigh Effort, Default Fallback)?/claude-fable-5-1-xhigh81$10 / $50
3Claude Fable 5.1 (Adaptive Reasoning, High Effort, Default Fallback)?/claude-fable-5-1-high79$10 / $50
4GPT-5.6 Sol (xhigh)openai/gpt-5-6-sol-xhigh78$4 / $20
AASource: Artificial Analysis · 評測為獨立第三方,不受 BazaarLink 影響在 AA 查看完整評測 →

快速開始

只需更改 base_url 即可透過 BazaarLink API 使用 Deepseek R1 Distill Llama 70b:

Python
from openai import OpenAI

client = OpenAI(
    base_url="https://api.bazaarlink.ai/v1",
    api_key="sk-bl-YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="deepseek/deepseek-r1-distill-llama-70b",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)
TypeScript
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.bazaarlink.ai/v1",
  apiKey: "sk-bl-YOUR_API_KEY",
});

const response = await client.chat.completions.create({
  model: "deepseek/deepseek-r1-distill-llama-70b",
  messages: [{ role: "user", content: "Hello!" }],
});
console.log(response.choices[0].message.content);

為什麼透過 BazaarLink 使用 Deepseek R1 Distill Llama 70b?

  • 美元計費(台幣報價)+ 統一發票 — 台灣團隊無需海外刷卡
  • OpenAI 相容 API — 無需改寫程式碼
  • 自動故障轉移 — 同模型多供應商備援
  • 中文客服支援 — 在地團隊即時協助
立即試用← 查看所有模型

常見問題

Deepseek R1 Distill Llama 70b 是什麼?

DeepSeek R1 Distill Llama 70B is a distilled large language model based on Llama-3.3-70B-Instruct, using outputs from DeepSeek R1. The model combines advanced distillation techniques to achieve high performance across...

Deepseek R1 Distill Llama 70b API 怎麼計價?可以開統一發票報帳嗎?

Deepseek R1 Distill Llama 70b 以台幣即時計價、本站不加價,可開立統一發票供台灣企業報帳,支援台幣信用卡。

用 Deepseek R1 Distill Llama 70b API 需要統編嗎?怎麼報帳?

結帳時填入公司統編即可開立統一發票,可直接作為公司帳務憑證報帳。

怎麼用 OpenAI SDK 串接 Deepseek R1 Distill Llama 70b?

將 base_url 設為 https://api.bazaarlink.ai/v1、model 填 "deepseek/deepseek-r1-distill-llama-70b",所有 OpenAI SDK 方法無需改 code。

中轉站誠信檢測

尚無此模型的檢測資料

BazaarLink Probe 會驗證聲稱提供此模型的 endpoint;行為與基準不符時會列為異常案例。

查看完整檢測報告 →

相關模型與連結

更多同供應商模型: DeepSeek

Deepseek V3.2Deepseek V4 FlashDeepseek V4 ProDeepseek Chat V3 0324Deepseek V4 Pro 0813Deepseek V3.2 Exp
模型API 文件API 延遲檢測
客服
客服
您好!有什麼可以協助?
請留下訊息,我們會盡快回覆。