| doubao-seed-2.1-pro | doubao-seed-evolving | |
|---|---|---|
| Providers | ByteDance Doubao | ByteDance Doubao |
| Input $/M | $0.91 | $0.91 |
| Output $/M | $4.55 | $4.55 |
| Output multiplier | ×5.00 | ×5.00 |
| Context window | 1M tokens | 1.02M tokens |
| Intelligence index | — | — |
| Coding index | — | — |
Input pricing is close — 1.00× apart — so the decision should come down to measured quality on your own evaluation set rather than headline cost.
Tags: doubao-seed-2.1-pro — Chat, Reasoning, Coding, Vision · doubao-seed-evolving — Chat, Reasoning, Coding, Vision
from openai import OpenAI
client = OpenAI(base_url="https://starseaapi.com/v1", api_key="sk-...")
# doubao-seed-2.1-pro
client.chat.completions.create(model="doubao-seed-2.1-pro", messages=[{"role":"user","content":"Hi"}])
# doubao-seed-evolving
client.chat.completions.create(model="doubao-seed-evolving", messages=[{"role": "user", "content": "Hi"}])