Back to Models
Kling 2.1 Master
kwaivgi/kling-2.1-master
KwaivgI
Video
Description
Kling 2.1 Master by KwaivgI. This model supports video capabilities. Main use: Text-to-Video, Image-to-Video.
Specifications
- Input Modalities:
- Text, Image
- Output Modalities:
- Video
- Main Use:
- Text-to-Video, Image-to-Video
Pricing
- Per Video Cost:
- 1.84000000 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: 'kwaivgi/kling-2.1-master'
});