Back to Models

Wan 2.2 I2V

wan-ai/wan2.2-i2v-a14b
Wan-AI Video

Description

Wan 2.2 I2V by Wan-AI. This model supports video capabilities. Main use: Image-to-Video.

Specifications

Parameters:
14B
Input Modalities:
Text, Image
Output Modalities:
Video
Main Use:
Image-to-Video

Pricing

Per Video Cost:
0.62000000 Credits

Usage Example

const { Client } = require('ai-proxy-sdk');

const client = new Client({
  consumerKey: process.env.BITMESH_CONSUMER_KEY,
  consumerSecret: process.env.BITMESH_CONSUMER_SECRET
});

const response = await client.videos.generate({
  prompt: 'Happy happy happy cat',
  model: 'wan-ai/wan2.2-i2v-a14b'
});