🚀 New models by Bria.ai, generate and edit images at scale 🚀
ByteDance/
ByteDance's Seedance 1.0 Lite is a lightweight and efficient AI model that generates cinematic-quality videos from text or start/end frames. It offers precise control over characters, actions, and camera movements, creating detailed and aesthetic videos in resolutions up to 1080p.
You can use cURL or any other http client to run inferences:
curl -X POST \
-H "Authorization: bearer $DEEPINFRA_TOKEN" \
-F '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.' \
-F first_frame_image=@my_image.jpg \
'https://api.deepinfra.com/v1/inference/ByteDance/SeeDance-I2V'
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
}
}
© 2025 Deep Infra. All rights reserved.