More modelsWavespeed aiWan 2.1 i2v 720p

Generate video with wavespeed-ai/wan-2.1/i2v-720p

Generates a video using the wavespeed-ai/wan-2.1/i2v-720p 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 seed for random number generation.

Default-1
size?string

The size of the output.

Value in"1280*720" | "720*1280"
imagestring

The image for generating the output.

promptstring

The prompt for generating the output.

duration?Video Duration

Generate video duration length seconds.

Default5
Range5 <= value <= 10
flow_shift?number

The shift value for the timestep schedule for flow matching.

Default5
Range1 <= value <= 10
guidance_scale?number

The guidance scale for generation.

Default5
Range1.01 <= value <= 10
negative_prompt?string

The negative prompt for generating the output.

num_inference_steps?integer

The number of inference steps.

Default30
Range1 <= value <= 40
enable_safety_checker?boolean

Whether to enable the safety checker.

Defaulttrue
enable_prompt_optimizer?boolean

Auto-optimize prompt text.

Defaultfalse

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-720p",    "image": "https://static.atlascloud.ai/media/images/1745147168756911752_14ZWSNLG.jpg",    "prompt": "The family of three just took a selfie. They lean in together, smiling and relaxed. The daughter holds the phone and shows the screen. All three look at it with interest. They laugh softly, pointing at the photo. Their faces are close, full of warmth. The background is still the same scenic place. Candid, joyful, cinematic style"  }'
{
  "id": "7hm7nbwarxrm80cnq1yvmxz4m4",
  "logs": "...",
  "urls": {
    "cancel": "http://example.com",
    "result": "http://example.com"
  },
  "input": {
    "model": "wavespeed-ai/wan-2.1/i2v-720p",
    "seed": -1,
    "size": "1280*720",
    "image": "https://static.atlascloud.ai/media/images/1745147168756911752_14ZWSNLG.jpg",
    "prompt": "The family of three just took a selfie. They lean in together, smiling and relaxed. The daughter holds the phone and shows the screen. All three look at it with interest. They laugh softly, pointing at the photo. Their faces are close, full of warmth. The background is still the same scenic place. Candid, joyful, cinematic style",
    "duration": 5,
    "flow_shift": 5,
    "guidance_scale": 5,
    "negative_prompt": "string",
    "num_inference_steps": 30,
    "enable_safety_checker": true,
    "enable_prompt_optimizer": false
  },
  "model": "black-forest-labs/flux-dev",
  "output": [
    "https://replicate.delivery/..."
  ],
  "status": "processing",
  "created_at": "2025-03-21T11:36:30.151Z",
  "has_nsfw_contents": [
    false
  ]
}