Back to Models

Wan 2.2 T2V

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

Description

Wan 2.2 T2V by Wan-AI. This model supports video capabilities.

Specifications

Parameters:
14B

Pricing

Per Video Cost:
$1.32000000

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-t2v-a14b",
  messages: [{ role: "user", content: "Hello!" }],
});