All Models
Vidu Q1
Video
🎭

Vidu Q1

Shengshu

About

Vidu Q1 by Shengshu delivers breakthrough character consistency technology in a 1080p package. Its identity-preservation system maintains facial features, clothing, and personality traits across different shots and lighting conditions — enabling multi-shot narrative storytelling that was previously impossible with AI video.

Pricing Tiers

Resolution / TierCostCredits
1080p / 5s$0.450/req97 cr

Use Cases

Multi-shot narrative sequencesCharacter-consistent storytellingPersonalized video messagesAvatar animation at scale

API Example

JavaScript
const response = await fetch("https://api.lumavo.com/v1/txt2video", {
  method: "POST",
  headers: {
    "Authorization": "Bearer YOUR_API_KEY",
    "Content-Type": "application/json"
  },
  body: JSON.stringify({
    model: "vidu-q1",
    prompt: "A detective in a dark trench coat walking through rain-soaked city streets, noir cinematic style",
    duration: 5,
    resolution: "1080p"
  })
});

const { taskId } = await response.json();