加载中…请求处理中,请稍候
Volcengine 模型

Doubao Seed 2.0 Lite

Doubao Seed 2.0 Lite is the low-cost long-context member of the Seed 2.0 family, onboarded through the Volcengine Agent Plan. Audio input pricing is not modeled in this catalog.

Volcengine平台整理生产可用
工具调用JSON 模式长上下文流式输出低成本
输入价格¥0.6 / 1M tokens
输出价格¥3.60 / 1M tokens
上下文长度256k 令牌
最大输出8.2k 令牌
Input lengthInput / 1MOutput / 1MCache 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 中是什么?

Doubao Seed 2.0 Lite 是 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

Python
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生产可用

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.

¥2.81 / 1M tokens输入¥11.23 / 1M tokens输出128k上下文
适用场景high-volume chat, agentic tool use, 分类
路由已配置
工具调用JSON 模式流式输出低成本
平台整理NextModel production gateway; price referenced from OpenRouter minimax/minimax-m3
查看详情
Volcengine生产可用

Doubao Seed 2.0 Mini 是目前通过 NextModel 公共网关暴露的最低成本生产模型。它适合作为中文问答、分类、摘要和轻量多模态任务的默认选择。

Starting at ¥0.2 / 1M tokens输入Starting at ¥2 / 1M tokens输出128k上下文
适用场景中文问答, 低成本通用对话, 多模态理解
路由已配置
工具调用视觉JSON 模式长上下文
平台整理NextModel 生产接入配置与 Volcengine 定价配置
查看详情
Meta目录

Llama 4 Maverick 是低成本开源模型候选,适合想要长上下文和提供方选择空间的团队。

$0.15 / 1M tokens输入$0.6 / 1M tokens输出1M上下文
适用场景开源模型工作流, 成本敏感型长上下文, 分类
路由已配置
JSON 模式长上下文流式输出低成本
OpenRouter(可用时)OpenRouter 公开 Models API 的实时元数据;公开价格来自注册表价格规则。
查看详情

常见问题

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.