ByteDance: doubao-seed-2.0-mini
doubao-seed-2.0-mini- Input / Output
- $0.0294 / $0.2941
- Context
- 229K
- Max output
- 128K
- Modalities
- VisionChat
- Capabilities
- Tool usePrompt CacheReasoning
Getting started
Create API key
Create a key in Console, then use it with every model on the platform.
Send your first request
Copy the example for your language and run it against the endpoint.
chat_completionOpenAI-compatiblePOST/v1/chat/completionscurl https://api.tokenlab.sh/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer sk-xxx" \ -d '{ "model": "doubao-seed-2.0-mini", "messages": [ {"role": "user", "content": "Hello!"} ] }'
Pricing
Official price is the model maker's public baseline. TokenLab price is what you pay for this model on TokenLab.
Input tokens <= 32K · Text to text · Input token range · [0,32k]
Per 1M tokens- Official price
- Input $0.0294 / Output $0.2941 / Cache read $0.005882 / Audio Input $0.4412
- TokenLab price
- -
- Discount
- -
Input tokens <= 128K · Text to text · Input token range · (32k,128k]
Per 1M tokens- Official price
- Input $0.0588 / Output $0.5882 / Cache read $0.0118 / Audio Input $0.8824
- TokenLab price
- -
- Discount
- -
Input tokens <= 256K · Text to text · Input token range · (128k,256k]
Per 1M tokens- Official price
- Input $0.1176 / Output $1.18 / Cache read $0.0235 / Audio Input $1.76
- TokenLab price
- -
- Discount
- -
Display Base Rates
Per 1M tokens- Official price
- -
- TokenLab price
- Input $0.0294 / Output $0.2941 / Cache read $0.005882
- Discount
- -
Cache read
- Official price
- $0.005882
- TokenLab price
- $0.005882
- Discount
- -
| Official pricePer 1M tokens | TokenLab pricePer 1M tokens | Discount | |
|---|---|---|---|
| Input tokens <= 32K · Text to text · Input token range · [0,32k] | Input $0.0294 / Output $0.2941 / Cache read $0.005882 / Audio Input $0.4412 | - | - |
| Input tokens <= 128K · Text to text · Input token range · (32k,128k] | Input $0.0588 / Output $0.5882 / Cache read $0.0118 / Audio Input $0.8824 | - | - |
| Input tokens <= 256K · Text to text · Input token range · (128k,256k] | Input $0.1176 / Output $1.18 / Cache read $0.0235 / Audio Input $1.76 | - | - |
| Display Base Rates | - | Input $0.0294 / Output $0.2941 / Cache read $0.005882 | - |
| Cache read | $0.005882 | $0.005882 | - |
Usage & activity
Success rate is the share of requests that completed. Latency is how long a full response takes; P95 means 95% of requests finished within that time.
Usage & availability
Last 24 hoursNo data yet
Data is based on aggregate user requests, excluding status checks.
Open in Console
Open doubao-seed-2.0-mini in Console with a prompt ready to edit or send.
Help me try doubao-seed-2.0-mini with a short message at /v1/chat/completions. Show the reply, latency, and cost.
Use cases
Best forReasoning
Multi-step reasoning, analysis, and research workflows
Vision
Reading images, parsing documents, and answering visual questions
Agents and tools
Handle reasoning, support triage, tool calls, and multi-step tasks.
Coding
Generate, review, or debug code in the tools you already use.
Knowledge assistants
Build chat, search, and retrieval with a clear price and capability profile.
Side-by-side test
Compare response quality, latency, and price side by side.
Prompt examples
Write a concise support reply and list the assumptions behind it.
Review this API design and call out the top three integration risks.
Turn a long changelog into release notes a non-engineer would read.
This model has conditional pricing. Monthly token totals alone cannot produce a reliable estimate; use the detailed pricing for the request specification, cache, and applicable time window.
FAQ
How much does doubao-seed-2.0-mini cost?
On TokenLab, doubao-seed-2.0-mini costs Input $0.0294 / Output $0.2941 Per 1M tokens. The pricing table above shows the full breakdown. Rates depend on the billing unit, specification, and usage. Compare matching conditions in the model's detailed pricing; a single rate does not determine the total cost.
What is doubao-seed-2.0-mini best for?
doubao-seed-2.0-mini supports JSON mode, Prompt Cache, Reasoning. You can open it directly in Create.
How do I test doubao-seed-2.0-mini?
Open doubao-seed-2.0-mini in Create. A sample for /v1/chat/completions will be ready to try.
Which endpoint should doubao-seed-2.0-mini use?
Use https://api.tokenlab.sh/v1/chat/completions for doubao-seed-2.0-mini. The request example below shows the matching code shape.
Can I test doubao-seed-2.0-mini before integrating it?
Yes. Open Console starts a ready draft for doubao-seed-2.0-mini and keeps your prompt after sign-in, so you don’t lose context.
Which operations does doubao-seed-2.0-mini support?
doubao-seed-2.0-mini supports chat_completion. Select an operation above to see its endpoint and request example.