| Input length | Input / 1M | Output / 1M | Cache hit / 1M |
|---|---|---|---|
| 0 - 32k | ¥0.6 | ¥3.60 | ¥0.12 |
| 32k - 128k | ¥0.9 | ¥5.40 | ¥0.18 |
| 128k - 256k | ¥1.80 | ¥10.80 | ¥0.36 |
Doubao Seed 2.0 Lite 在 NextModel 中是什麼?
香港團隊可用的 NextModel 目錄中的 Volcengine 模型,常用於 high-volume chat、分類、lightweight agent steps 工作負載。當前展示價格為輸入 ¥0.6 / 1M tokens、輸出 ¥3.60 / 1M tokens 每 100 萬 token,上下文視窗為 256k token。
適用場景
- high-volume chat
- 分類
- lightweight agent steps
OpenAI 相容呼叫範例
保持 OpenAI SDK 呼叫方式不變,把 base_url 改為 NextModel,並使用模型目錄 ID doubao-seed-2-0-lite。
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://api.nextmodel.app/v1"
)
resp = client.chat.completions.create(
model="doubao-seed-2-0-lite",
messages=[{"role": "user", "content": "Hello from NextModel"}]
)
print(resp.choices[0].message.content)相似替代項
MiniMax M3 is available only through the Volcengine Agent Plan (no public ARK price list); its listed price tracks the OpenRouter reference rate for the same model.
Doubao Seed 2.0 Mini 是目前透過 NextModel 公開閘道提供的最低成本生產模型。它很適合作為中文問答、分類、摘要與輕量多模態任務的預設選擇。
Llama 4 Maverick 是低成本開源模型候選,適合想要長上下文與提供方選擇空間的團隊。
常見問題
Doubao Seed 2.0 Lite API 常見問題
What is Doubao Seed 2.0 Lite best for?
High-volume Chinese chat, classification, and lightweight agent steps where cost matters more than peak reasoning quality.
How is Doubao Seed 2.0 Lite priced?
Tiered by input length: ¥0.6/¥3.6 per 1M input/output tokens up to 32K tokens, rising to ¥1.8/¥10.8 above 128K tokens.