Wan 2.6 I2V Flash
unofficialvideo
Wan 2.6 I2V Flash specifications
| Context window | — |
|---|---|
| Max output tokens | — |
| Release date | — |
| Input | Text, Image |
| Output | Video |
Wan 2.6 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 | 13,5 ₽ per second |
| Video 720P | 9 ₽ per second |
| Video 1080P | 13,5 ₽ per second |
Prices are in rubles and may change with exchange rates.
What Wan 2.6 I2V Flash can do
- Image to video
Wan 2.6 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.6-i2v-flash-01402", "prompt": "Камера медленно отъезжает", "image": "data:image/png;base64,..."}'API endpoints
POST /v1/videos/animationsprimary | Videos — animations Animazione dell'immagine: video da un'unica immagine. |
Supported request parameters
| Parameter | Default | Allowed values | Description |
|---|---|---|---|
resolution | 720P | 720p, 1080p | Risoluzione video, ad esempio 720P o 1080P. Influisce anche sul prezzo. |
size | — | — | Dimensione del risultato in una stringa del tipo «larghezza×altezza». |
duration | 5 | 5, 10 | Durata del video in secondi. Influisce anche sul prezzo. |
negative_prompt | — | — | Cosa NON dovrebbe comparire nel risultato: elencare oggetti, dettagli o stili indesiderati. |
seed | — | — | Fissa la casualità: una nuova richiesta con lo stesso seed e gli stessi parametri restituisce lo stesso risultato. |
prompt_extend | true | — | Consentire al modello di espandere e precisare da solo il breve prompt prima della generazione. |