返回模型列表
ByteDance Seed: Seed-2.0-Mini
bytedance-seed/seed-2.0-miniFeb 26, 2026262.1K 上下文131.1K 最大输出$0.10/M in · $0.40/M out推理
描述
Seed-2.0-mini 面向延迟敏感、高并发与成本敏感的场景,强调快速响应与灵活的推理部署。性能可与 ByteDance-Seed-1.6 相当,支持 256K 上下文、四档推理努力模式 (minimal/low/medium/high) 以及多模态理解,针对对成本与速度要求优先的轻量任务进行优化。
技术规格
供应商
bytedance-seed
上下文长度
262.1K
最大输出
131.1K
模态类型
输入textimagevideo
输出text
定价
| 类型 | ≤128K | >128K |
|---|---|---|
| 输入 | $0.10 | $0.20 |
| 输出 | $0.40 | $0.80 |
快速开始
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "bytedance-seed/seed-2.0-mini",
"messages": [{"role": "user", "content": "Hello!"}]
}'