Skip to main content
POST
Vidu Q3 Series
ShengShu Vidu Q3 video generation series. Reference-to-video (R2V) is the flagship capability — accepts 1-7 public images as subject / style references, with the prompt focused on motion and camera while the appearance comes from the reference images. Best fit for character consistency / style continuity / multi-shot transitions. Four tiers:
  • viduq3-pro — flagship tier, auto-routes T2V / I2V / first-last frame by image_urls count, audio output enabled by default (dialog + SFX)
  • viduq3-mix — overall quality king, supports multi-clip video / image remix for coherent video output, joint audio generation, 720P / 1080P, ideal for short-drama re-cutting and ad creative remix
  • viduq3 — standard tier, the default daily choice, smarter shot transitions, 540p / 720p / 1080p, 3-16 sec
  • viduq3-turbo — lightweight fast tier, fastest generation and lowest unit price, slightly lower quality than standard, ideal for previews / batch / A/B testing
Billed by resolution × duration, per-second pricing, any integer 1-16 sec.

Pricing

Examples

After submission, poll status with GET /v1/tasks/{task_id}; see Task System for details.

Available Models

Common Parameters

string
required
Model ID; see the Available Models table
string
Operation type. Pro tier may be omitted (auto-routed by image_urls count); other tiers should specify it explicitly. Allowed values:
  • generate — text-to-video (Pro only)
  • image2video — image-to-video
  • reference — reference-to-video (default for standard / Mix / Turbo)
  • first_last_frame — first/last frame (Pro only)
string
required
Video description text. Focus on motion / camera / atmosphere — character appearance is determined by image_urls
string
default:"16:9"
Frame aspect ratio. Allowed values:
  • 16:9 — landscape widescreen
  • 9:16 — portrait
  • 4:3 — landscape
  • 3:4 — portrait
  • 1:1 — square
string
default:"720p"
Output resolution; see Available Models for per-model support
integer
default:"5"
Video duration in seconds, any integer 1-16. Mix tier supports 1-second short videos
string[]
Reference image URL array, 1-7 images:
  • Standard / Mix / Turbo: subject / style references (R2V)
  • Pro tier: 0 = T2V / 1 = I2V / 2 = first-last frame; see Auto-routing
string
First-frame image URL, required for Pro first_last_frame mode
string
Last-frame image URL, required for Pro first_last_frame mode
string
Webhook callback URL, invoked when the task reaches a terminal state. See Callback Mechanism
string[]
Subscribed callback events; defaults to terminal events (succeeded / failed / cancelled)

Model-specific Parameters

boolean
default:"true"
Whether to generate audio (default true). Pro tier enables audio output by default (dialog + SFX); set false for silent output
Pro tier auto-routes the generation mode by image_urls count; see Auto-routing.

Auto-routing

viduq3-pro auto-selects the generation mode by image_urls array length, so you usually don’t need to pass action explicitly:
When first_frame_image + last_frame_image are passed explicitly, they take precedence and override the first-last-frame routing from image_urls.
Other tiers (viduq3 / viduq3-mix / viduq3-turbo) default to R2V reference-to-video mode, with image_urls providing 1-7 subject / style references.

Resource Limits