🎉 New Year Sale: Get 20% OFF on all plans — Use code NEWYEAR2026.

Upgrade now
Wan2.2 Image to Video thumbnail

ModelsLab/Wan2.2 Image To Video

wan-2.2-i2v
Wan2.2 Image to VideoFree for Premium UsersLLMs.txt
Generate high-quality 720p videos at 24fps from images with advanced motion control and seamless transitions, ideal for animations and cinematic outputs.
API PlaygroundAPI Documentation

API Endpoint URL

Base URL for all API requests to this endpoint.

https://modelslab.com/api/v6/video/img2video_ultra

API Authentication

Authentication requires a valid API key included in the request. Generate and manage your API keys from your developer dashboard. Include the key in the key parameter for all API requests.

Integration Examples

Production-ready code samples for API integration

{
"init_image": "https://assets.modelslab.com/generations/91c519f4-20fe-4834-ac47-fe5c39c44b34",
"prompt": "Flirting, flirtatious, charming, seductive ",
"resolution": "480",
"output_type": "mp4",
"model_id": "wan-2.2-i2v",
"negative_prompt": "blurry, low quality, distorted, extra limbs, missing limbs, broken fingers, deformed, glitch, artifacts, unrealistic, low resolution, bad anatomy, duplicate, cropped, watermark, text, logo, jpeg artifacts, noisy, oversaturated, underexposed, overexposed, flicker, unstable motion, motion blur, stretched, mutated, out of frame, bad proportions",
"num_frames": "89",
"fps": "18",
"base64": "false",
"key": "YOUR_API_KEY"
}

SDKs

Official SDKs

Production-ready SDKs and client libraries for all major programming languages

API Parameters

Technical specifications for API request parameters.

Field NameParameterTechnical Description
Reference Imageinit_imageImage to upscale/enhance
PromptpromptText description of the image you want to generate
ResolutionresolutionVideo resolution
Output Formatoutput_typeoutput_type
model_idmodel_idSelect the model id
Negative Promptnegative_promptNegative prompt are used for things that do not want in the generated video
Number of Framesnum_framesNumber of frames (fps=16, frames=81 = 5 seconds)
fpsfpsFrames per second
base64base64Indicates whether the init_image is provided in base64 format. Defaults to false. ( true or false)