StarSeaStarAPI
首页模型doubao-seed-2.1-pro

doubao-seed-2.1-pro API

通过统一的 OpenAI 兼容端点调用 doubao-seed-2.1-pro —— 一个密钥、无需单独注册厂商账号、无需自行对接多家服务商。

定价

输入$0.91 / 1M tokens  (¥6.00)
输出$4.55 / 1M tokens  (¥30.00)
输出倍率×5.00

价格单位:美元 / 百万 token · ¥6.6 = $1 · 以人民币结算

代码示例

from openai import OpenAI
client = OpenAI(
  base_url="https://starseaapi.com/v1",
  api_key="sk-your-key"
)
r = client.chat.completions.create(
  model="doubao-seed-2.1-pro",
  messages=[{"role": "user", "content": "Explain prefix caching in one paragraph"}]
)
print(r.choices[0].message.content)

客户端接入 · 快速开始

逐项对比

doubao-seed-2.1-pro 与 doubao-seed-code

输入 ¥6.00 与 ¥3.20

能力分类

OpenAI 兼容接口

共 32 款