We use essential cookies to make our site work. With your consent, we may also use non-essential cookies to improve user experience and analyze website traffic…
ByteDance/SeeDance-T2V cover image

ByteDance/SeeDance-T2V

Partner
Public
$1.200 / Mtoken

HTTP/cURL API

You can use cURL or any other http client to run inferences:

curl -X POST \
    -d '{"prompt": "A hand with delicate fingers picks up a bright yellow lemon from a wooden bowl filled with lemons and sprigs of mint against a peach-colored background. The hand gently tosses the lemon up and catches it, showcasing its smooth texture. A beige string bag sits beside the bowl, adding a rustic touch to the scene. Additional lemons, one halved, are scattered around the base of the bowl. The even lighting enhances the vibrant colors and creates a fresh, inviting atmosphere."}'  \
    -H "Authorization: bearer $DEEPINFRA_TOKEN"  \
    -H 'Content-Type: application/json'  \
    'https://api.deepinfra.com/v1/inference/ByteDance/SeeDance-T2V'
copy

which will give you back something similar to:

{
  "video_url": "/model/inference/seedance_sample.mp4",
  "status": "ok",
  "out_tokens": 1000,
  "request_id": null,
  "inference_status": {
    "status": "unknown",
    "runtime_ms": 0,
    "cost": 0.0,
    "tokens_generated": 0,
    "tokens_input": 0
  }
}

copy

Input fields

promptstring

text prompt


resolutionstring

resolution of the output video

Allowed values: 480p720p


aspect_ratiostring

aspect ratio of the output video

Allowed values: 16:94:31:13:49:1621:9


seedinteger

specify as seed for reproducible output


camera_fixedboolean

whether to use a fixed camera angle


watermarkboolean

whether to add a watermark to the output video


durationinteger

duration of the output video in seconds

Allowed values: 510


webhookfile

The webhook to call when inference is done, by default you will get the output in the response of your inference request

Input Schema

Output Schema

Unlock the most affordable AI hosting

Run models at scale with our fully managed GPU infrastructure, delivering enterprise-grade uptime at the industry's best rates.