More modelsAlibabaWan 2.5 image to video fast

Generate video with alibaba/wan-2.5/image-to-video-fast

Generates a video using the alibaba/wan-2.5/image-to-video-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

modelstring

model name

audio?string

Audio URL to guide generation (optional).

duration?integer

The duration of the generated media in seconds.

Default5
Value in5 | 10
enable_prompt_expansion?boolean

If set to true, the prompt optimizer will be enabled.

Defaultfalse
imagestring

The image for generating the output.

negative_prompt?string

Negative prompt for the generation.

promptstring

The prompt for generating the output.

resolutionstring

The resolution of the generated video.

Value in"720p" | "1080p"
seed?integer

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

Default-1

Response Body

curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \  -H "Content-Type: application/json" \  -d '{    "model": "alibaba/wan-2.5/image-to-video-fast",    "image": "string",    "prompt": "string",    "resolution": "720p"  }'
{
  "created_at": "2019-08-24T14:15:22Z",
  "has_nsfw_contents": [
    true
  ],
  "id": "string",
  "model": "string",
  "outputs": [
    {}
  ],
  "status": "string",
  "urls": {}
}