Seedance 2.0 Mini
Generate lightweight 4-15 second video from text, first/last frames, and multimodal image, video, or audio references at 480p or 720p.
- Text to video
- Image to video
Playground
Input
Video content description. Required unless image or video reference media is provided (maximum 4000 characters).
Public image URLs for image-to-video (maximum 9)
Public reference-video URLs (maximum 3; total duration must be more than 1.8s and less than 15.2s). Their duration is probed before charging.
Public reference-audio URLs (maximum 3; 15 seconds total). Requires imageUrls or videoUrls.
Runs are charged to your balance.
Output
Output will appear here.
Pricing
Quick start
Full API reference →1curl -X POST https://api.apihubs.ru/api/v1/generation/create \2 -H "Authorization: Bearer $API_STOCK_KEY" \3 -H "Content-Type: application/json" \4 -d '{5 "model": "doubao-seedance-2.0-mini",6 "input": {7 "duration": 5,8 "size": "16:9",9 "generateAudio": true,10 "nsfwCheck": false,11 "returnLastFrame": false,12 "resolution": "480p"13 }14 }'
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | No | — | Video content description. Required unless image or video reference media is provided (maximum 4000 characters). |
duration | number | No | 5 | Video duration in seconds (4-15) |
size | string | No | 16:9 | Video aspect ratio. adaptive follows the input image or video.One of: adaptive, 16:9, 9:16, 1:1, 4:3, 3:4, 21:9 |
seed | number | No | — | Random seed for controlling randomness |
generateAudio | boolean | No | true | Whether to generate audio |
nsfwCheck | boolean | No | false | Run Apimart prompt/image moderation before generation |
returnLastFrame | boolean | No | false | Whether to return the last frame image |
imageUrls | string[] | No | — | Public image URLs for image-to-video (maximum 9) |
imageWithRoles | string[] | No | — | Images with explicit first_frame / last_frame roles. Cannot be combined with other reference-media fields. |
videoUrls | string[] | No | — | Public reference-video URLs (maximum 3; total duration must be more than 1.8s and less than 15.2s). Their duration is probed before charging. |
audioUrls | string[] | No | — | Public reference-audio URLs (maximum 3; 15 seconds total). Requires imageUrls or videoUrls. |
tools | string[] | No | — | Optional enhancements such as web search grounding |
resolution | string | No | 480p | Output resolution and per-second billing tierOne of: 480p, 720p |
Frequently asked questions
How much does Seedance 2.0 Mini cost?
Seedance 2.0 Mini starts at $0.016 per second of output through the API Hubs API. You pay per use from a single prepaid balance — there is no subscription — and the final price scales with parameters such as resolution or duration.
How do I call the Seedance 2.0 Mini API?
Send a POST request to https://api.apihubs.ru/api/v1/generation/create with your API key and the model id "doubao-seedance-2.0-mini". The call returns a task id you poll, or a webhook callback when the result is ready. A ready-to-run example is in the quick start above.
What input parameters does Seedance 2.0 Mini accept?
Seedance 2.0 Mini accepts 13 input parameters. Their types, defaults and allowed values are listed in the parameters table above.
What happens if a Seedance 2.0 Mini request fails?
API Hubs automatically retries the request on a reserve provider. If every provider fails, the charge is refunded to your balance.
Can I use Seedance 2.0 Mini with the same API key as other models?
Yes. Every model on API Hubs — video, image, music and chat — shares one API key and one prepaid balance, so you can switch to Seedance 2.0 Mini without new credentials.
Other Video models
- Grok Imagine 1.5 VideoxAI0.016 coins/ second
- PixVerse V6PixVerse0.024 coins/ generation
- Wan 3.0 VideoAlibaba0.05 coins/ second
- Seedance 2.0 FastByteDance0.06 coins/ second
- Seedance 1.5 ProByteDance0.068 coins/ generation
- Kling 3.0 Motion ControlKling0.07 coins/ second
- Sora 2 OfficialOpenAI0.09 coins/ second
- Wan 2.7 VideoAlibaba0.09 coins/ second
- Seedance 2.0ByteDance0.099 coins/ second
Guides
- Text to videoWhich text-to-video model fits the shot you have in mind, prompts that actually work, and the full API run from create to finished file.9 min read
- Image to videoTurning a still into a shot — which model to animate it with, first and last frame control, motion transfer, and the prompts that keep the subject intact.8 min read
- Going to productionKey handling, webhooks over polling, idempotency, terminal states, retry policy by error code, balance monitoring, rate limits and media storage.10 min read