Wan 2.7 R2V
unofficialvideo
Wan 2.7 R2V specifications
| Context window | — |
|---|---|
| Max output tokens | — |
| Release date | — |
| Input | Text, Image, Video |
| Output | Video |
Wan 2.7 R2V 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 | 27 ₽ per second |
| Video 720P | 18 ₽ per second |
| Video 1080P | 27 ₽ per second |
Prices are in rubles and may change with exchange rates.
What Wan 2.7 R2V can do
- Multiple references
Wan 2.7 R2V 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/references \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "alibaba/wan2.7-r2v-01402", "prompt": "Плавный переход между кадрами", "images": ["data:image/png;base64,...", "data:image/png;base64,..."]}'API endpoints
POST /v1/videos/referencesprimary | Video's — referenties Video op basis van referentie-afbeeldingen (eerste en laatste frame, referenties). |
Supported request parameters
| Parameter | Default | Allowed values | Description |
|---|---|---|---|
resolution | 1080P | 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, 10 | 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. |