Context
2K
Input
image, text
Output
video
Tool calling
Not listed
About this model
Wan2.2-I2V-A14B is a 14B-parameter image-to-video diffusion model specializing in animating static images with realistic motion. Features advanced motion transfer, temporal consistency, and style preservation capabilities with 128-frame video generation from single images.
Input modalities
image
Accepted as model input
text
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Available
Video generation
$0.300 / video
Video generation
$0.400 / video
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Video generation640*480 | $0.300 / video |
| Video generation1920*1080 | $0.400 / video |
Performance
Published evaluation results associated with this model.
Animation Quality
Motion Realism89.5
Style Consistency94.2
Temporal Flicker4.1
PSNR29.3
Motion Transfer
Object Motion Accuracy90.8
Camera Motion Fidelity88.7
Depth Consistency92.6
Application Scores
Character Animation91.4
Landscape Cinemagraphs89.7
Product Visualization87.2
Historical Photo Animation85.9
API example
curl -X POST https://api.oneinfer.ai/v1/ula/generate-video \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"provider": "novita",
"model": "Qwen/Wan2.2-I2V",
"prompt": "A red fox running through a snowy forest",
"resolution": "640*480",
"aspect_ratio": "16:9",
"duration": 5,
"generate_audio": false,
"camera_fixed": false,
"service_tier": "default"
}'