Wan 3.0 Prime

Wan 3.0 Prime is a video generation model from alibaba available through the Givon AI API. Use the published schema to prepare inputs and request token quotes before generation.

Cost

from 7 tokens/s

VideoProvider: Alibaba
Run generation
IDEMPOTENCY_KEY="${IDEMPOTENCY_KEY:-$(uuidgen)}"
curl -X POST https://api.givon.ai/api/v1/generations \
  -H "Authorization: Bearer $GIVON_API_KEY" \
  -H "Idempotency-Key: $IDEMPOTENCY_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type":"video","model":"wan-3.0-prime","input":{"prompt":"cinematic drone shot over a city at night","aspectRatio":"adaptive","resolution":"480p","duration":5,"audioEnabled":true,"referenceAssetUris":["asset://asset_..."]}}'

Input fields

* required
prompt*prompt

Generation prompt describing the scene, action and direction.

Type
string
Default
Allowed
up to 5000 chars
aspectRatioaspectRatio
Type
string
Default
adaptive
Allowed
adaptive, 16:9, 4:3, 1:1, 3:4, 9:16
resolutionresolution
Type
string
Default
480p
Allowed
480p, 720p, 1080p
durationduration
Type
number
Default
5
Allowed
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
audioEnabledaudioEnabled

Additional model-specific guidance.

Type
boolean
Default
true
Allowed
boolean
Start imagestartImage

Asset input for the startImage slot.

Type
string
Default
Allowed
image · asset, https, data
End imageendImage

Asset input for the endImage slot.

Type
string
Default
Allowed
image · asset, https, data
Wan 30 reference video 1wan30ReferenceVideo1

Asset input for the wan30ReferenceVideo1 slot.

Type
string
Default
Allowed
video · asset, https, data
Wan 30 reference video 2wan30ReferenceVideo2

Asset input for the wan30ReferenceVideo2 slot.

Type
string
Default
Allowed
video · asset, https, data
Wan 30 reference video 3wan30ReferenceVideo3

Asset input for the wan30ReferenceVideo3 slot.

Type
string
Default
Allowed
video · asset, https, data
Wan 30 reference video 4wan30ReferenceVideo4

Asset input for the wan30ReferenceVideo4 slot.

Type
string
Default
Allowed
video · asset, https, data
Wan 30 reference video 5wan30ReferenceVideo5

Asset input for the wan30ReferenceVideo5 slot.

Type
string
Default
Allowed
video · asset, https, data
Wan 30 reference audio 1wan30ReferenceAudio1

Asset input for the wan30ReferenceAudio1 slot.

Type
string
Default
Allowed
voiceover · asset, https, data
Wan 30 reference audio 2wan30ReferenceAudio2

Asset input for the wan30ReferenceAudio2 slot.

Type
string
Default
Allowed
voiceover · asset, https, data
Wan 30 reference audio 3wan30ReferenceAudio3

Asset input for the wan30ReferenceAudio3 slot.

Type
string
Default
Allowed
voiceover · asset, https, data
Wan 30 reference audio 4wan30ReferenceAudio4

Asset input for the wan30ReferenceAudio4 slot.

Type
string
Default
Allowed
voiceover · asset, https, data
Wan 30 reference audio 5wan30ReferenceAudio5

Asset input for the wan30ReferenceAudio5 slot.

Type
string
Default
Allowed
voiceover · asset, https, data
Wan 30 reference documentwan30ReferenceDocument

Asset input for the wan30ReferenceDocument slot.

Type
string
Default
Allowed
file · asset, https, data
Reference imagesreferenceAssetUris

Optional reference assets as asset:// URIs, HTTPS URLs, or data URIs.

Type
array
Default
Allowed
image · up to 10 · asset, https, data

Cost

from 7 tokens/s
480pdefault7 tokens/s
720p13 tokens/s
1080p26 tokens/s
Image 480p7 tokens/s
Image 720p13 tokens/s
Image 1080p26 tokens/s
Reference 480p7 tokens/s
Reference 720p13 tokens/s
Reference 1080p26 tokens/s

The variant is selected automatically from request fields, so you do not need to send it.

Capabilities

Modestext_to_videoimage_to_videovideo_reference
Asset slotsstartImage:imageendImage:imagewan30ReferenceVideo1:videowan30ReferenceVideo2:videowan30ReferenceVideo3:videowan30ReferenceVideo4:videowan30ReferenceVideo5:videowan30ReferenceAudio1:voiceoverwan30ReferenceAudio2:voiceoverwan30ReferenceAudio3:voiceoverwan30ReferenceAudio4:voiceoverwan30ReferenceAudio5:voiceoverwan30ReferenceDocument:filereferenceAssetUris:image[]<=10

Run Wan 3.0 Prime

Get an API key and the same request shape will work across every model in the catalog.

Where to use this model

Wan 3.0 Prime API - video generation · Givon AI