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.

Specifications

Parameters:
14B

Pricing

Per Video Cost:
$0.62000000

Usage Example

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.yourproxy.com/v1",
  apiKey: process.env.PROXY_KEY,
});

const completion = await client.chat.completions.create({
  model: "wan-ai/wan2.2-i2v-a14b",
  messages: [{ role: "user", content: "Hello!" }],
});