Wan 2.2 I2V Flash
unofficialvideo
Wan 2.2 I2V Flash specifications
| Context window | — |
|---|---|
| Max output tokens | — |
| Release date | — |
| Input | Text, Image |
| Output | Video |
Wan 2.2 I2V Flash pricing in rubles
You pay for what you use, per token and per unit. The final request cost is returned in the API response.
| Type | Price |
|---|---|
| Video | 6,48 ₽ per second |
| Video 480P | 2,7 ₽ per second |
| Video 720P | 6,48 ₽ per second |
| Video 1080P | 6,48 ₽ per second |
Prices are in rubles and may change with exchange rates.
What Wan 2.2 I2V Flash can do
- Image to video
Wan 2.2 I2V Flash API: connection and code examples
The service exposes a single OpenAI-compatible API. Set our base_url and the key from your dashboard.
cURL
curl https://api.neuralbridge.ru/v1/videos/animations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "alibaba/wan2.2-i2v-flash-01402", "prompt": "Камера медленно отъезжает", "image": "data:image/png;base64,..."}'API endpoints
POST /v1/videos/animationsprimary | Videos — animations Animatie van een afbeelding: video uit één afbeelding. |
Supported request parameters
| Parameter | Default | Allowed values | Description |
|---|---|---|---|
resolution | 720P | 480p, 720p, 1080p | Resolutie van video, bijvoorbeeld 720P of 1080P. Heeft ook invloed op de prijs. |
size | — | — | Resultaatgrootte als een string in de vorm «breedte×hoogte». |
duration | 5 | 5 | Duur van de video in seconden. Heeft ook invloed op de prijs. |
negative_prompt | — | — | Wat er NIET in het resultaat mag staan: som ongewenste objecten, details of stijl op. |
seed | — | — | Fixeert de willekeur: een herhaald verzoek met dezelfde seed en dezelfde parameters geeft hetzelfde resultaat. |
prompt_extend | true | — | Sta het model toe om zelf de korte prompt uit te breiden en te verfijnen vóór de generatie. |