Back to Models

PixVerse v5

pixverse/pixverse-v5
PixVerse Video

Description

PixVerse v5 by PixVerse. 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:
0.60000000 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: 'pixverse/pixverse-v5'
});