Wan 2.7 R2V
Uses up to 5 references, including images, video, or audio, to lock hero appearance and voice across shots for episodic content with consistent characters.
Cost
from 6 tokens/s
curl -X POST https://api.givon.ai/api/v1/generations \
-H "Authorization: Bearer $GIVON_API_KEY" \
-H "Content-Type: application/json" \
-d '{"type":"video","model":"wan-2.7-r2v","input":{"prompt":"cinematic drone shot over a city at night","aspectRatio":"9:16","resolution":"720p","duration":2,"referenceAssetUris":["asset://asset_..."]}}'Input fields
* required| Field | Type | Default | Allowed |
|---|---|---|---|
prompt* promptScene / motion description. | string | — | string |
aspectRatio aspectRatio | string | 9:16 | 9:16, 16:9, 1:1, 4:3, 3:4 |
resolution resolution | string | 720p | 720p, 1080p |
duration duration | number | 2 | 2, 3, 4, 5, 6, 7, 8, 9, 10 |
Start image startImageAsset input for the startImage slot. | string | — | image · asset, https, data |
Reference video referenceVideoAsset input for the referenceVideo slot. | string | — | video · asset, https, data |
Speech audio speechAudioAsset input for the speechAudio slot. | string | — | voiceover · asset, https, data |
Reference images referenceAssetUrisOptional reference assets as asset:// URIs, HTTPS URLs, or data URIs. | array | — | image · asset, https, data |
promptScene / motion description.
- Type
- string
- Default
- —
- Allowed
- string
aspectRatio- Type
- string
- Default
- 9:16
- Allowed
- 9:16, 16:9, 1:1, 4:3, 3:4
resolution- Type
- string
- Default
- 720p
- Allowed
- 720p, 1080p
duration- Type
- number
- Default
- 2
- Allowed
- 2, 3, 4, 5, 6, 7, 8, 9, 10
startImageAsset input for the startImage slot.
- Type
- string
- Default
- —
- Allowed
- image · asset, https, data
referenceVideoAsset input for the referenceVideo slot.
- Type
- string
- Default
- —
- Allowed
- video · asset, https, data
speechAudioAsset input for the speechAudio slot.
- Type
- string
- Default
- —
- Allowed
- voiceover · asset, https, data
referenceAssetUrisOptional reference assets as asset:// URIs, HTTPS URLs, or data URIs.
- Type
- array
- Default
- —
- Allowed
- image · asset, https, data
Cost
from 6 tokens/sThe variant is selected automatically from request fields, so you do not need to send it.
Capabilities
text_to_videoimage_to_videovideo_to_videoreference_to_videostartImage:imagereferenceVideo:videospeechAudio:voiceoverreferenceAssetUris:imageRun Wan 2.7 R2V
Get an API key and the same request shape will work across every model in the catalog.