Vidu Q3 與 Q3 Pro 模型 5 折 · 僅限 WaveSpeedAI | 5月20日 – 6月2日

Seedance V1.5 Pro Image to Video Spicy

bytedance /

Seedance 1.5 Pro Spicy Image-to-Video generates unlimited high-quality cinematic clips from images, optimized for scalable content generation with smooth animations and stable aesthetics. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

image-to-video
輸入

拖放檔案或點擊上傳

preview

拖放檔案或點擊上傳

Whether to generate audio.
Whether to fix the camera position.

就緒

$0.26每次運行·~38 / $10

下一步:

示例查看全部

相關模型

README

Seedance V1.5 Pro Spicy — Image-to-Video

Seedance V1.5 Pro Spicy generates unlimited high-quality cinematic clips from images with smooth, expressive motion. It transforms static images into dynamic video with bold motion, rich tonal contrast, and stable temporal coherence — perfect for creative storytelling and scalable content generation.

Why It Works Well

  • Unlimited-style generation: Optimized for high-quality, smooth animations at scale.
  • Expressive motion: Bold, vivid motion with stable aesthetics and natural transitions.
  • Flexible resolution: 480p, 720p, or 1080p to match your needs.
  • Duration control: 4–12 second clips with fine-grained control.
  • Audio generation: Optional synchronized audio for complete audiovisual output.

Parameters

ParameterRequiredDescription
imageYesThe reference image to animate (URL or upload).
promptNoDescribe the motion, story, and style.
last_imageNoOptional ending frame to steer final composition.
durationNoVideo length in seconds (4–12, default: 5).
resolutionNo480p, 720p (default), or 1080p.
aspect_ratioNo21:9, 16:9, 4:3, 1:1, 3:4, or 9:16.
camera_fixedNoFix camera position (default: false).
generate_audioNoGenerate synchronized audio (default: true).
seedNoRandom seed; -1 for random.

How to Use

  1. Upload your image (ensure clarity and proper framing).
  2. (Optional) Enter a prompt describing desired motion, mood, or camera movement.
  3. Select resolution and duration.
  4. (Optional) Set aspect_ratio to match your target platform.
  5. (Optional) Set a seed for consistent results.
  6. Click Run to generate your video.

Pricing

ResolutionDurationAudio OnAudio Off
480p5s$0.12$0.06
720p5s$0.26$0.13
1080p5s$0.52$0.26
480p10s$0.24$0.12
720p10s$0.52$0.26
1080p10s$1.04$0.52

Notes

  • Works best with clear, well-lit images.
  • Match aspect ratios to your input image to avoid awkward crops.
  • Use camera_fixed: true for locked-off tripod shots.
  • Start at 480p + shorter duration for iteration, then scale up.

Related Models

無障礙:本網站使用的 AI 模型由第三方提供。

Seedance v1.5 Pro Image To Video Spicy API — Quick start

Grab a WaveSpeedAI API key, then call POST https://api.wavespeed.ai/api/v3/bytedance/seedance-v1.5-pro/image-to-video-spicy with your input as JSON. The endpoint returns a prediction id; poll the prediction endpoint until status flips to completed, then read the output URL from data.outputs[0]. Examples for Seedance v1.5 Pro Image To Video Spicy below.

HTTP example
# Submit the prediction
curl -X POST "https://api.wavespeed.ai/api/v3/bytedance/seedance-v1.5-pro/image-to-video-spicy" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $WAVESPEED_API_KEY" \
  -d '{
    "image": "https://example.com/your-input.jpg",
    "prompt": "A cinematic shot of a city at sunset, soft golden light",
    "aspect_ratio": "21:9",
    "duration": 5,
    "resolution": "720p",
    "generate_audio": true,
    "camera_fixed": false,
    "seed": -1
}'

# Response includes a prediction id. Poll for the result:
curl -X GET "https://api.wavespeed.ai/api/v3/predictions/{request_id}/result" \
  -H "Authorization: Bearer $WAVESPEED_API_KEY"

# When status is "completed", read the output from data.outputs[0].
Node.js example
// npm install wavespeed
const WaveSpeed = require('wavespeed');

const client = new WaveSpeed(); // reads WAVESPEED_API_KEY from env

const result = await client.run("bytedance/seedance-v1.5-pro/image-to-video-spicy", {
        "image": "https://example.com/your-input.jpg",
        "prompt": "A cinematic shot of a city at sunset, soft golden light",
        "aspect_ratio": "21:9",
        "duration": 5,
        "resolution": "720p",
        "generate_audio": true,
        "camera_fixed": false,
        "seed": -1
});

console.log(result.outputs[0]); // → URL of the generated output
Python example
# pip install wavespeed
import wavespeed

output = wavespeed.run(
    "bytedance/seedance-v1.5-pro/image-to-video-spicy",
    {
    "image": "https://example.com/your-input.jpg",
    "prompt": "A cinematic shot of a city at sunset, soft golden light",
    "aspect_ratio": "21:9",
    "duration": 5,
    "resolution": "720p",
    "generate_audio": true,
    "camera_fixed": false,
    "seed": -1
}
)

print(output["outputs"][0])  # → URL of the generated output

Seedance v1.5 Pro Image To Video Spicy API — Frequently asked questions

What is the Seedance v1.5 Pro Image To Video Spicy API?

Seedance v1.5 Pro Image To Video Spicy is a ByteDance model for video generation from images, exposed as a REST API on WaveSpeedAI. Seedance 1.5 Pro Spicy Image-to-Video generates unlimited high-quality cinematic clips from images, optimized for scalable content generation with smooth animations and stable aesthetics. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing. You can call it programmatically or try it from the playground above.

How do I call the Seedance v1.5 Pro Image To Video Spicy API?

POST your input parameters to the model's REST endpoint (shown in the API tab of this playground) with your WaveSpeedAI API key in the Authorization header. Submission returns a prediction ID; poll the prediction endpoint until status flips to "completed", then read the output URL from the result. The playground generates a ready-to-paste code sample in Python, JavaScript, or cURL for whatever inputs you've set. Full request/response shape is documented at https://wavespeed.ai/docs/docs-api/bytedance/bytedance-seedance-v1.5-pro-image-to-video-spicy.

How much does Seedance v1.5 Pro Image To Video Spicy cost per run?

Seedance v1.5 Pro Image To Video Spicy starts at $0.26 per run. That figure is the base price — the final charge scales with the parameters you set in the form (output size, length, count, references, or whatever knobs this model exposes), so a higher-quality or larger output costs more than a minimal one. The exact cost for your current input is shown live next to the Generate button before you submit, and the actual per-call charge is recorded on the prediction afterwards.

What inputs does Seedance v1.5 Pro Image To Video Spicy accept?

Key inputs: `prompt`, `image`, `aspect_ratio`, `resolution`, `duration`, `seed`. The full JSON schema (types, defaults, allowed values) is rendered above the Generate button and mirrored in the API reference at https://wavespeed.ai/docs/docs-api/bytedance/bytedance-seedance-v1.5-pro-image-to-video-spicy.

How do I get started with the Seedance v1.5 Pro Image To Video Spicy API?

Sign up for a free WaveSpeedAI account to claim starter credits, copy your API key from /accesskey, then call the endpoint shown in the API tab of the playground. The playground also auto-generates a code sample in Python, JavaScript, or cURL for the parameters you've set.

Can I use Seedance v1.5 Pro Image To Video Spicy outputs commercially?

Commercial usage rights depend on the model's license, set by its provider (ByteDance). The license summary appears on the model card above; see WaveSpeedAI's Terms of Service for platform-level conditions.