More modelsWavespeed aiWan 2.1 v2v 480p

Generate video with wavespeed-ai/wan-2.1/v2v-480p

Generates a video using the wavespeed-ai/wan-2.1/v2v-480p model.

POST
/api/v1/model/generateVideo
AuthorizationBearer <token>

API key is required to authorize requests. Obtain a key from your AtlasCloud dashboard.

In: header

modelstring

model name

seed?integer

The random seed to use for the generation. -1 means a random seed will be used.

Default-1
videostring

The video for generating the output.

promptstring
duration?integer

The duration of the generated media in seconds.

Default5
Range5 <= value <= 10
strength?number
Default0.9
Range0.1 <= value <= 1
flow_shift?number

The shift value for the timestep schedule for flow matching.

Default3
Range1 <= value <= 10
guidance_scale?number

The guidance scale to use for the generation.

Default5
Range0 <= value <= 20
negative_prompt?string

The negative prompt for generating the output.

num_inference_steps?integer

The number of inference steps to perform.

Default30
Range1 <= value <= 40
enable_safety_checker?boolean

If set to true, the safety checker will be enabled.

Defaulttrue

Response Body

curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \  -H "Content-Type: application/json" \  -d '{    "model": "wavespeed-ai/wan-2.1/v2v-480p",    "video": "https://cdn.goenhance.ai/user/20231219150534c2a75f/246130fc-e605-4ca9-994b-3196bd158035.mp4",    "prompt": "In the heart of a bustling city square, a girl is dancing. The sun is setting, casting a warm golden hue over the cobblestone streets. Streetlights are beginning to flicker on, their soft glow mingling with the last rays of daylight. A gentle breeze carries the scent of freshly baked bread from a nearby bakery, mixing with the faint aroma of blooming flowers from the park across the way. The sounds of laughter and conversation fill the air, punctuated by the occasional honk of a distant car. The girl, with her hair flowing freely and a radiant smile on her face, moves gracefully to the rhythm of an invisible melody, her joyous spirit lifting the mood of everyone around her."  }'
{
  "id": "string",
  "urls": {},
  "model": "string",
  "status": "string",
  "outputs": [
    "string"
  ],
  "created_at": "2019-08-24T14:15:22Z",
  "has_nsfw_contents": [
    true
  ]
}