Seedance 1.5 Pro
Generate cinematic video from text or first/last frame images with optional generated audio.
- Text to video
- Image to video
Starting at
0.068 coins
per generation
Playground
Input
Video content description. Required for text-to-video; optional when image input is provided (maximum 4000 characters).
Public image URLs for image-to-video (maximum 9)
Runs are charged to your balance.
Output
Output will appear here.
Pricing
| Option | Price per generation |
|---|---|
| Audio: no · Duration: 4s · Resolution: 480p | 0.068 coins |
| Audio: no · Duration: 4s · Resolution: 720p | 0.12 coins |
| Audio: yes · Duration: 4s · Resolution: 480p | 0.135 coins |
| Audio: no · Duration: 8s · Resolution: 480p | 0.135 coins |
| Audio: no · Duration: 12s · Resolution: 480p | 0.158 coins |
| Audio: yes · Duration: 4s · Resolution: 720p | 0.24 coins |
| Audio: no · Duration: 8s · Resolution: 720p | 0.24 coins |
| Audio: yes · Duration: 8s · Resolution: 480p | 0.27 coins |
| Audio: yes · Duration: 4s · Resolution: 1080p | 0.3 coins |
| Audio: no · Duration: 4s · Resolution: 1080p | 0.3 coins |
| Audio: yes · Duration: 12s · Resolution: 480p | 0.315 coins |
| Audio: no · Duration: 12s · Resolution: 720p | 0.315 coins |
| Audio: yes · Duration: 8s · Resolution: 720p | 0.48 coins |
| Audio: yes · Duration: 8s · Resolution: 1080p | 0.525 coins |
| Audio: no · Duration: 8s · Resolution: 1080p | 0.525 coins |
| Audio: yes · Duration: 12s · Resolution: 720p | 0.63 coins |
| Audio: yes · Duration: 12s · Resolution: 1080p | 0.75 coins |
| Audio: no · Duration: 12s · Resolution: 1080p | 0.75 coins |
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-1-5-pro",6 "input": {7 "duration": 4,8 "size": "16:9",9 "resolution": "480p",10 "generateAudio": true,11 "cameraFixed": false12 }13 }'
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | No | — | Video content description. Required for text-to-video; optional when image input is provided (maximum 4000 characters). |
duration | number | No | 4 | Video duration in secondsOne of: 4, 8, 12 |
size | string | No | 16:9 | Video aspect ratioOne of: 16:9, 9:16, 1:1, 4:3, 3:4, 21:9 |
resolution | string | No | 480p | Video resolutionOne of: 480p, 720p, 1080p |
seed | number | No | — | Random seed for controlling randomness |
generateAudio | boolean | No | true | Whether to generate audio |
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. |
cameraFixed | boolean | No | false | Whether to fix the camera position |
Frequently asked questions
How much does Seedance 1.5 Pro cost?
Seedance 1.5 Pro starts at $0.068 per generation 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 1.5 Pro API?
Send a POST request to https://api.apihubs.ru/api/v1/generation/create with your API key and the model id "doubao-seedance-1-5-pro". 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 1.5 Pro accept?
Seedance 1.5 Pro accepts 9 input parameters. Their types, defaults and allowed values are listed in the parameters table above.
What happens if a Seedance 1.5 Pro 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 1.5 Pro 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 1.5 Pro without new credentials.
Other Video models
- Seedance 2.0 MiniByteDance0.016 coins/ second
- 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
- 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