Back to Models
PixVerse v5
pixverse/pixverse-v5
PixVerse
Video
Description
PixVerse v5 by PixVerse. This model supports video capabilities.
Specifications
Pricing
- Per Video Cost:
- $0.60000000
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: "pixverse/pixverse-v5",
messages: [{ role: "user", content: "Hello!" }],
});