对话补全
ByteDance
doubao-seed-evolving
根据对话内容生成模型响应。始终路由到最新的 Seed 模型(当前为 Doubao-Seed-2.1-Pro)。暂不支持批量推理。
POST
对话补全
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
模型 ID
可用选项:
doubao-seed-evolving 示例:
"doubao-seed-evolving"
对话消息列表。
Minimum array length:
1示例:
[{ "role": "user", "content": "你好!" }]控制深度思考。Doubao-Seed-2.1 默认开启。
控制思考长度,仅在思考开启时生效。
可用选项:
minimal, low, medium, high 最大生成 Token 数(最高 256K)。
必填范围:
1 <= x <= 262144采样温度,值越高输出越随机。
必填范围:
0 <= x <= 2示例:
1
核采样阈值。
必填范围:
0 <= x <= 1为 true 时通过 SSE 流式返回结果。
模型可调用的工具(函数)列表。
输出格式。使用 { "type": "json_object" } 输出结构化 JSON(beta)。
触发停止生成的序列。