More modelsWavespeed aiWan 2.2 i2v 480p lora ultra fast
Generate video with wavespeed-ai/wan-2.2/i2v-480p-lora-ultra-fast
Generates a video using the wavespeed-ai/wan-2.2/i2v-480p-lora-ultra-fast model.
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
modelstring
model name
imagestring
The image for generating the output.
loras?array<LoraWeight>
List of LoRAs to apply (max 3).
Items
items <= 3
promptstring
The prompt for generating the output.
duration?integer
The duration of the generated media in seconds.
Default
5
Value in
5 | 8
last_image?string
The last image for generating the output.
Response Body
curl -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \ -H "Content-Type: application/json" \ -d '{ "model": "wavespeed-ai/wan-2.2/i2v-480p-lora-ultra-fast", "image": "string", "prompt": "string" }'
{
"id": "string",
"urls": {},
"model": "string",
"status": "string",
"outputs": [
"string"
],
"created_at": "2019-08-24T14:15:22Z",
"has_nsfw_contents": [
true
]
}