| Input length | Input / 1M | Output / 1M | Cache hit / 1M |
|---|---|---|---|
| — - 32k | $0.03 | $0.3 | $0.01 |
| 32k - 128k | $0.06 | $0.59 | $0.02 |
| 128k - 256k | $0.12 | $1.18 | $0.03 |
Doubao Seed 2 0 Mini 在 NextModel 中是什么?
Doubao Seed 2 0 Mini 是 NextModel 目录中的 Volcengine 模型,常用于 中文问答、general chat 工作负载。当前展示价格为 Starting at $0.03 / 1M tokens、输出 $0.3 / 1M tokens,上下文窗口为 — token。
适用场景
- 中文问答
- general chat
OpenAI 兼容调用示例
保持 OpenAI SDK 调用方式不变,把 base_url 改为 NextModel,并使用模型目录 ID doubao-seed-2-0-mini。
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-mini",
messages=[{"role": "user", "content": "Hello from NextModel"}]
)
print(resp.choices[0].message.content)相似替代项
Available through the NextModel gateway via Volcengine.
Available through the NextModel gateway via Volcengine.
Available through the NextModel gateway via Volcengine.
参考
相关文章
Doubao Seed 2.0 Mini API 指南:价格、场景与 OpenAI 兼容接入
First-party guide for the cheap default on this catalog.
Lin Qiming
Bad Hit Rate:LLM 缓存最该看的指标
Safe Hit and Bad Hit are not the same as raw cache hit rate.
Lin Qiming
Semantic Caching for LLM APIs: A Practical Guide
Production cache on NextModel is exact-key; this explains why a close prompt should miss.
Lin Qiming
上线前如何估算 AI API 成本
Listed price only tells you the unit cost. This walkthrough turns that into a traffic estimate.
Lin Qiming
常见问题
Doubao Seed 2 0 Mini API 常见问题
Doubao Seed 2.0 Mini 主要适合什么?
它最适合对成本敏感的中文对话、客服自动化、分类、摘要和轻量多模态理解。
通过 NextModel 使用 Doubao Seed 2.0 Mini 的价格是多少?
整理后的生产价格为每 100 万输入 token $0.03、每 100 万输出 token $0.30。