bytedance/seedance-v1-lite-t2v-1080p

An efficient text-to-video model geared toward fast, cost-effective generation. Ideal for prototyping short narrative clips (5–10 s) with stylistic flexibility and prompt-faithful motion.

TEXT-TO-VIDEONEW
文生视频

An efficient text-to-video model geared toward fast, cost-effective generation. Ideal for prototyping short narrative clips (5–10 s) with stylistic flexibility and prompt-faithful motion.

输入

正在加载参数配置...

输出

空闲
生成的视频将在这里显示
配置参数后点击运行开始生成

每次运行将花费 0.081。$10 可运行约 123 次。

你可以继续:

1. 代码示例

2. Schema

3. LLM 提示词

4. 参数

import requests
import time

# Step 1: Start video generation
generate_url = "https://api.atlascloud.ai/api/v1/model/generateVideo"
headers = {
    "Content-Type": "application/json",
    "Authorization": "Bearer $ATLASCLOUD_API_KEY"
}
data = {
    "model": "bytedance/seedance-v1-lite-t2v-1080p",
    "prompt": "A beautiful sunset over the ocean with gentle waves",
    "width": 512,
    "height": 512,
    "duration": 3,
    "fps": 24
}

generate_response = requests.post(generate_url, headers=headers, json=data)
generate_result = generate_response.json()
prediction_id = generate_result["data"]["id"]

# Step 2: Poll for result
poll_url = f"https://api.atlascloud.ai/api/v1/model/prediction/{prediction_id}"

def check_status():
    while True:
        response = requests.get(poll_url, headers={"Authorization": "Bearer $ATLASCLOUD_API_KEY"})
        result = response.json()

        if result["data"]["status"] in ["completed", "succeeded"]:
            print("Generated video:", result["data"]["outputs"][0])
            return result["data"]["outputs"][0]
        elif result["data"]["status"] == "failed":
            raise Exception(result["data"]["error"] or "Generation failed")
        else:
            # Still processing, wait 2 seconds
            time.sleep(2)

video_url = check_status()

请登录以查看请求历史

您需要登录才能访问模型请求历史记录。

登录

Seedance 1.0

A video generation model that creates videos from text prompts and images.


🌟 Core Capabilities

🎬 Video Generation

  • Text-to-Video (T2V): Generate videos from text descriptions

  • Image-to-Video (I2V): Generate videos from static images with optional text prompts

  • Resolution: Outputs 1080p videos

🎥 Motion and Dynamics

  • Wide dynamic range supporting both subtle and large-scale movements

  • Maintains physical realism and stability across motion sequences

  • Handles complex action sequences and multi-agent interactions

🧩 Multi-Shot Support

  • Native multi-shot video generation with narrative coherence

  • Maintains consistency in subjects, visual style, and atmosphere across shot transitions

  • Handles temporal and spatial shifts between scenes

🎨 Style and Aesthetics

  • Supports diverse visual styles: photorealism, cyberpunk, illustration, felt texture, and more

  • Interprets stylistic prompts accurately

  • Maintains cinematic quality with rich visual details

🧠 Prompt Understanding

  • Parses natural language descriptions effectively

  • Stable control over camera movements and positioning

  • Accurate interpretation of complex scene descriptions

  • Strong prompt adherence across generated content


⚙️ Technical Specifications

  • Model Version: 1.0

  • Output Resolution: 1080p

  • Input Types: Text prompts, images (for I2V mode)

  • Video Length: Multi-shot capable (specific duration limits not specified)


📊 Model Performance

Based on internal benchmarks using SeedVideoBench-1.0 and third-party evaluations:

  • High scores in prompt adherence

  • Strong motion quality ratings

  • Competitive aesthetic quality

  • Effective source image consistency in I2V tasks


🎯 Use Cases

  • Creative video content generation

  • Prototype development for film and animation

  • Commercial video production

  • Educational and documentary content

  • Fantasy and surreal video creation


⚠️ Limitations

  • Performance metrics based on specific benchmark datasets

  • Actual generation quality may vary with prompt complexity

  • Multi-shot consistency depends on prompt clarity and scene descriptions

详细规格

概览:

模型提供商:BYTEDANCE
模型类型:text-to-video
部署方式:推理 API;Playground
定价:$0.081

关键参数:

尺寸上限:最大宽度 × 高度(用户可配置)
LoRA 支持:
种子选项:N/A

创作你的下一件杰作

300+ 模型,即刻开启,

探索全部模型