Browse ModelsSkywork AISkywork AI Skyreels V3 Extend Video

Skywork Ai Skyreels V3 Extend Video

Skywork Ai Skyreels V3 Extend Video

Playground

Try it on WavespeedAI!

SkyReels V3 Extend Video is a fast AI video extension model that continues existing videos using a prompt-guided extension workflow. Ready-to-use REST inference API for extending creative clips, continuing storytelling sequences, enhancing product videos, social media content, advertising creatives, and professional video generation workflows with simple integration, no coldstarts, and affordable pricing.

Features

Skywork AI SkyReels V3 Extend Video

Skywork AI SkyReels V3 Extend Video continues an existing video clip with newly generated footage from a natural-language prompt. Upload a source video, describe how the scene should evolve, and generate a smooth extension that keeps the original subject, motion, and visual context as the starting point.


Why Choose This?

  • Video continuation workflow Extend an existing clip instead of generating a new one from scratch.

  • Prompt-guided scene evolution Describe what should happen next using natural language.

  • Simple editing flow Upload one video, write a prompt, choose duration, and generate the extension.

  • Useful for short-form content Great for product reveals, social clips, concept shots, and scene continuation.

  • Production-ready API Suitable for video prototyping, commercial edits, and creative continuation workflows.


Parameters

ParameterRequiredDescription
promptYesText description of how the video should continue.
videoYesSource video to extend.
durationNoExtension duration in seconds. Default: 5.

How to Use

  1. Upload your source video — provide the clip you want to continue.
  2. Write your prompt — describe what should happen next in the scene.
  3. Set duration (optional) — choose how long the extension should be.
  4. Submit — run the model and download the extended video.

Example Prompt

Cut open the watermelon, show it off; the watermelon looks delicious.


Pricing

Pricing is based on duration.

DurationCost
5s$0.20
10s$0.40
15s$0.60

Best Use Cases

  • Scene continuation — Extend an existing moment into a longer sequence.
  • Product demos — Continue a product interaction or reveal.
  • Short-form video creation — Build longer clips from short source footage.
  • Creative prototyping — Test how a shot or action could evolve.
  • Marketing edits — Expand short commercial clips with new motion.

Pro Tips

  • Keep the prompt focused on what should happen next.
  • Use a clear source video so the extension has a stronger visual anchor.
  • Start with shorter durations to validate the continuation before generating longer results.
  • Mention key actions, objects, and mood if you want tighter control over the extension.

Notes

  • prompt and video are required.
  • duration defaults to 5.
  • Pricing depends only on duration.

Authentication

For authentication details, please refer to the Authentication Guide.

API Endpoints

Submit Task & Query Result


# Submit the task
curl --location --request POST "https://api.wavespeed.ai/api/v3/skywork-ai/skyreels-v3/extend-video" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "duration": 5
}'

# Get the result
curl --location --request GET "https://api.wavespeed.ai/api/v3/predictions/${requestId}/result" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}"

Parameters

Task Submission Parameters

Request Parameters

ParameterTypeRequiredDefaultRangeDescription
promptstringYes-Text prompt describing the scene, action, camera, or avatar behavior.
videostringYes-Input video URL.
durationintegerNo55 ~ 10Generated or extended video duration in seconds.

Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
data.idstringUnique identifier for the prediction, Task Id
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds

Result Request Parameters

ParameterTypeRequiredDefaultDescription
idstringYes-Task ID

Result Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
dataobjectThe prediction data object containing all details
data.idstringUnique identifier for the prediction, the ID of the prediction to get
data.modelstringModel ID used for the prediction
data.outputsstringArray of URLs to the generated content.
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds
© 2025 WaveSpeedAI. All rights reserved.