Doubao Seed 2.0 Mini via the Tokenator API
What the model is for
This is a compact, general-purpose multimodal model optimized for low latency, high throughput, and high-volume workloads. It supports four levels of reasoning intensity and is suitable for chatbots, agent-based tasks, programming, and enterprise applications where speed and cost are important.
Specification
| Full name | Doubao Seed 2.0 Mini |
| API ID | doubao-seed-2.0-mini |
| Model vendor | Bytedance-seed |
| Type | Text model (chat / completions) |
| Context window | 256K tokens |
| Max output | 64K tokens |
| Image input | yes |
| Tokenator usage multiplier | 1.1× |
| Input modalities | text, image, video, file |
| Aliases | cursor-doubao-seed-2.0-mini |
| Supported API formats | /v1/chat/completions /v1/responses /v1/messages |
| Upstream providers | 1 |
| Current status | available |
| Data updated | 2026-08-04 |
Upstream providers
| Provider | Multiplier |
|---|---|
| Doubao Partner #1 | 1.1× |
A request goes to the first available provider by priority; if it fails, Tokenator switches to the next one.
Example request
curl https://api.tokenator.top/v1/chat/completions \ -H "Authorization: Bearer sk-your-tokenator-key" \ -H "Content-Type: application/json" \ -d '{ "model": "doubao-seed-2.0-mini", "messages": [{"role": "user", "content": "Hello"}] }'
Compatible tools
The model can be used in any tool that accepts a custom base URL: Claude Code, Codex CLI, OpenCode, Cursor, Cline, Kilo Code, OpenClaw.
See also
FAQ about Doubao Seed 2.0 Mini
What is the API ID of Doubao Seed 2.0 Mini?
doubao-seed-2.0-mini — put this into the model field of your request.
What context window does Doubao Seed 2.0 Mini have?
256K tokens; max output is 64K tokens.
How many tokens will a request cost?
(input + output) × 1.1×. See the documentation for details.
Which tools support this model?
Any tool that accepts a custom base URL: Claude Code, Codex CLI, OpenCode, Cursor, Cline, Kilo Code. Setup guides are in the integrations section.