Seedance 2.0 Mini via the Tokenator API
What the model is for
Seedance 2.0 Mini is a video generation model from ByteDance. It supports text-to-video, image-to-video with first and last frame control, and multimodal reference-to-video with image, video, and audio inputs. It supports 480p and 720p output for 4-15 second videos. The number of tokens is given by (height of output video * width of output video * duration * 24) / 1024
Specification
| Full name | Seedance 2.0 Mini |
| API ID | seedance-2.0-mini |
| Model vendor | ByteDance |
| Type | Video generation |
| Context window | — |
| Max output | — |
| Image input | yes |
| Capabilities | Duration: 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 s • Resolution: 480p, 720p • Aspect ratio: 21:9, 16:9, 4:3, 1:1, 3:4, 9:16 • With audio • Image input |
| Tokenator usage multiplier | 2× |
| Input modalities | text, image, video, audio |
| Supported API formats | /v1/videos/generations |
| Upstream providers | 1 |
| Current status | available |
| Data updated | 2026-08-24 |
Upstream providers
| Provider | Multiplier |
|---|---|
| Unified LLM API | 2× |
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": "seedance-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, Cherry Studio, OpenClaw.
See also
FAQ about Seedance 2.0 Mini
What is the API ID of Seedance 2.0 Mini?
seedance-2.0-mini — put this into the model field of your request.
What context window does Seedance 2.0 Mini have?
—; max output is —.
How many tokens will a request cost?
(input + output) × 2×. 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.