Alibaba / alibaba/wan3.0-video-prime

Wan3.0-Video-Prime - access through LLMTR

Wan3.0-Video-Prime is Alibaba's high-speed video generation model. It builds a clip from a text prompt and can additionally take reference material in the same request: a first or last frame, a reference image, a reference video, or a reference audio track. Output runs from 2 to 30 seconds at 480P, 720P or 1080P, with sound generated alongside the picture.

Technical specifications

Canonical IDalibaba/wan3.0-video-prime
ProviderAlibaba
Context windowNot available
OperationsVIDEO_GENERATIONS
Modalitiestext, image, audio, video

Pricing

An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
VIDEO_GENERATIONSOUTPUT_VIDEOPER_SECOND$0.068000
VIDEO_GENERATIONSOUTPUT_VIDEOPER_SECOND$0.140000
VIDEO_GENERATIONSOUTPUT_VIDEOPER_SECOND$0.280000

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"alibaba/wan3.0-video-prime","messages":[{"role":"user","content":"Hello"}]}'

Related models