Back to Models
Kling 2.0 Master
kwaivgi/kling-2.0-master
KwaivgI
Video
Description
Kling 2.0 Master by KwaivgI. This model supports video capabilities.
Specifications
Pricing
- Per Video Cost:
- $1.84000000
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: "kwaivgi/kling-2.0-master",
messages: [{ role: "user", content: "Hello!" }],
});