More modelsWavespeed aiWan 2.1 i2v 480p ultra fast

Generate video with wavespeed-ai/wan-2.1/i2v-480p-ultra-fast

Generates a video using the wavespeed-ai/wan-2.1/i2v-480p-ultra-fast model.

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

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

In: header

seed?integer

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

Default-1
size?string

The size of the generated media in pixels (width*height).

Value in"832*480" | "480*832"
modelstring

model name

imagestring

The image for generating the output.

promptstring

The prompt for generating the output.

duration?integer

The duration of the generated media in seconds.

Default5
Range5 <= value <= 10
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/i2v-480p-ultra-fast",    "image": "https://static.atlascloud.ai/media/images/1750699353690224770_luCzvtol.jpg",    "prompt": "A girl stands in a lively 17th-century market. She holds a red tomato, looks gently into the camera and smiles briefly. Then, she glances at the tomato in her hand, slowly sets it back into the basket, turns around gracefully, and walks away with her back to the camera. The market around her is rich with colorful vegetables, meats hanging above, and bustling townsfolk. Golden-hour painterly lighting, subtle facial expressions, smooth cinematic motion, ultra-realistic detail, Vermeer-inspired style"  }'
{
  "id": "string",
  "urls": {},
  "model": "string",
  "status": "string",
  "outputs": [
    "string"
  ],
  "created_at": "2019-08-24T14:15:22Z",
  "has_nsfw_contents": [
    true
  ]
}