Video models › Wan

Wan 2.5 - Image to Video

Video generation by wan/2-5-image-to-video ## Create Task Use this endpoint to create a new image-to-video generation task. <Card title="Get Task Details" icon="lucide-search" href="/market/common/get-task-detail"> After submission, use the unified query endpoint to check task progress and retrieve results </Card> For production use, we recommend providing the `callBackUrl` parameter so your service can receive completion notifications instead of polling for task status. ## Related Resources <CardGroup cols={2}> <Card title="Model Marketplace" icon="lucide-store" href="/market/quickstart"> Exp

video Wan price on request

Request

POST https://app.video-blade.com/api/v1/generations
X-API-Key: vb_…
Content-Type: application/json

{
  "callback_url": "https://your-app.example/callbacks/video-blade",
  "input": {
    "duration": "5",
    "image_url": "\u2026",
    "prompt": "\u2026"
  },
  "model": "wan-2-5-image-to-video"
}

Input parameters

NameTypeRequiredDescription
prompt string required The text prompt describing the desired video motion. Maximum length: 800 characters.
image_url string required URL of the image to use as the first frame. Must be publicly accessible. - Please provide the URL of the uploaded file, not raw file content - Accepted types: `image/jpeg`, `image/png`, `image/webp` - Max size: 10.0MB
duration string required The duration of the generated video in seconds. - `5`: 5 seconds - `10`: 10 seconds
Values: 5, 10
resolution string optional Video resolution. Valid values: `720p`, `1080p`.
Values: 720p, 1080p
negative_prompt string optional Negative prompt used to describe content to avoid. Maximum length: 500 characters.
enable_prompt_expansion boolean optional Whether to enable prompt rewriting using LLM. - Boolean value: `true` / `false`
seed integer optional Random seed for reproducibility. If omitted, a random seed is chosen.
nsfw_checker boolean optional Defaults to false. You can set it to false based on your needs. If set to false, our content filtering will be disabled, and all results will be returned directly by the model itself. Note: There is no guarantee that everything can be filtered out; if you are not satisfied with the results, you will need to make your own arrangements.

Pricing

Price on request; the charge is settled from actual consumption with the video coefficient ×2.0. See Pricing & tokens.