🎁 新用戶 免費註冊,送 10 次呼叫,最高 $1,免綁卡。

Dola Seed 2.0 Lite 發布於 2026-02-14

ByteDance chat code tools
輸入$0.25/M
輸出$2/M
快取讀取$0.05/M
上下文262K
相較 GPT-4o便宜約 95%

廠商牌價,無平台加價,按用量計費。 以下為官方 list 價。已登入的使用者可在 /console/pricing 查看含工作空間折扣的實際價格。 以 70% 快取命中率計算的等效輸入價:$0.11/M. Seed 語言模型預設開啟隱式前綴快取(最小 1,024 token,無儲存費);另有顯式的上下文快取 API。媒體模型(影像 / ASR)不可快取。

30 秒用上 Dola Seed 2.0 Lite

OpenAI 相容:換掉 base_url,SDK 不用改。POST /v1/chat/completions

from openai import OpenAI

client = OpenAI(
    base_url="https://synthorai.io/v1",
    api_key="sk-syn-...",
)

resp = client.chat.completions.create(
    model="Dola-Seed-2.0-lite",
    messages=[{"role": "user", "content": "Summarize this diff"}],
)
print(resp.choices[0].message.content)

關於 Dola Seed 2.0 Lite

家族首個全模態理解模型
原生統一影片、影像、音訊與文本
256K 上下文,輸出最高 128K

Dola Seed 2.0 Lite 是字節跳動 Dola Seed 2.0 系列在 BytePlus ModelArk 上的均衡檔位。

  • BytePlus 稱其最新版本是 Dola 家族首個全模態理解模型,原生統一影片、影像、音訊與文本理解,並升級了智慧體、編碼與 GUI 能力;上一版本則被定位為相對 seed-1-8 更具成本效益、高吞吐的企業級升級,擁有出色的長上下文理解和可靠的結構化輸出。
  • 它提供 256K 上下文視窗,輸出最高 128K(含思維鏈)。
  • Synthorai 透過 OpenAI 相容的 chat API 代理該模型。

規格與限制

最大輸出(廠商規格)131,072
模態text + image + video + audio → text
特性tools · structured_output · streaming · vision · reasoning · caching
備註Seed 2.0 series launched 2026-02-14; ModelArk id seed-2-0-lite (latest version 260428); 256K context, 128K max output incl. CoT; audio understanding in beta on the 260428 version; implicit + explicit context caching.
提示詞快取自動 + 顯式 · 最小前綴 1,024 token

依據 ByteDance 官方文件 ↗

常見問題

Dola Seed 2.0 Lite API 可以免費試用嗎?

可以,新帳號可獲得 10 次試用呼叫和最高 $1 的免費額度,無需信用卡。以輸入 $0.25/M 計算,光是這筆額度就足以對 Dola Seed 2.0 Lite 發出約 500 次 ~8K token 的請求。

Dola Seed 2.0 Lite 最擅長什麼?

家族首個全模態理解模型,以及原生統一影片、影像、音訊與文本和256K 上下文,輸出最高 128K。完整能力請見 About 一節,內容取自廠商官方發布說明。

Dola Seed 2.0 Lite 的價格是多少?

在 Synthorai 上,Dola Seed 2.0 Lite 輸入 $0.25/百萬 token、輸出 $2/百萬 token,即廠商牌價,無平台加價。快取命中的輸入 token 以 $0.05/M 計費。

Dola Seed 2.0 Lite 支援提示詞快取(prompt caching)嗎?

支援:自動快取預設開啟,另有顯式模式可獲得確定的折扣。快取命中的輸入 token 以 $0.05/M 計費(未命中 $0.25/M);提示詞需有 1,024 個 token 以上的穩定前綴才能命中快取。 提示詞快取指南 →

如何開通 Dola Seed 2.0 Lite?

把現有 OpenAI SDK 的 base_url 指向 "https://synthorai.io/v1",model 設為 "Dola-Seed-2.0-lite" 即可。一組 API key 通用閘道上的所有模型。

相關模型

免費取得 API key 算算你的成本 →