SVI-2.0-Pro

SVI-2.0-Pro

Provider: VITA-Group / EPFL
Category: Video Generation
Endpoint: POST /v1/videos/generations
Context window:
Served from: EmpirioLabs (Native Inference)

Stable Video Infinity 2.0 Pro on WAN 2.2: extends still images into theoretically infinite-length video while keeping consistent character IDs.

At a glance

FieldValue
Model idsvi-2-0-pro
Input modalitiestext
Output modalitiesvideo
Context window
RegionEmpirioLabs (Native Inference)
Featuresinfinite_length, character_consistency
NewNo
Native inferenceYes

Pricing

ChargeSpecRate
480p Videoper second$0.057
720p Videoper second$0.17
T2V Fastadditional fee$0.065
T2V Qualityadditional fee$0.13

Example request

$curl https://api.empiriolabs.ai/v1/videos/generations \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "svi-2-0-pro", "prompt": "sunrise over the ocean", "duration": 6}'

Parameters

ParameterTypeRequiredDefaultDescription
messagesstringyesOpenAI-style messages array
imagestringnoReference image URL or base64
temperaturenumberno0.7Range: 0 – 2
max_tokensnumberno4096
response_formatstringnoJSON schema or {type: json_object}
disable_formattingbooleannofalse

Live machine-readable schema is also available at GET https://api.empiriolabs.ai/v1/models/svi-2-0-pro.