Wan 2.7 R2V
Берёт до 5 референсов — изображения, видео или аудио — и фиксирует внешность и голос героев между шотами, чтобы делать сериальный контент с одними и теми же персонажами.
Coste
desde 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":"toma cinematográfica de dron sobre una ciudad nocturna","aspectRatio":"9:16","resolution":"720p","duration":2,"referenceAssetUris":["asset://asset_..."]}}'Campos de entrada
* obligatorio| Campo | Tipo | Predeterminado | Permitido |
|---|---|---|---|
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.
- Tipo
- string
- Predeterminado
- —
- Permitido
- string
aspectRatio- Tipo
- string
- Predeterminado
- 9:16
- Permitido
- 9:16, 16:9, 1:1, 4:3, 3:4
resolution- Tipo
- string
- Predeterminado
- 720p
- Permitido
- 720p, 1080p
duration- Tipo
- number
- Predeterminado
- 2
- Permitido
- 2, 3, 4, 5, 6, 7, 8, 9, 10
startImageAsset input for the startImage slot.
- Tipo
- string
- Predeterminado
- —
- Permitido
- image · asset, https, data
referenceVideoAsset input for the referenceVideo slot.
- Tipo
- string
- Predeterminado
- —
- Permitido
- video · asset, https, data
speechAudioAsset input for the speechAudio slot.
- Tipo
- string
- Predeterminado
- —
- Permitido
- voiceover · asset, https, data
referenceAssetUrisOptional reference assets as asset:// URIs, HTTPS URLs, or data URIs.
- Tipo
- array
- Predeterminado
- —
- Permitido
- image · asset, https, data
Coste
desde 6 tokens/sLa variante se selecciona automáticamente a partir de los campos de la petición; no necesitas enviarla.
Capacidades
text_to_videoimage_to_videovideo_to_videoreference_to_videostartImage:imagereferenceVideo:videospeechAudio:voiceoverreferenceAssetUris:imageEjecutar Wan 2.7 R2V
Obtén una clave API y el mismo formato de petición funcionará con cualquier modelo del catálogo.