Wan 2.5 T2V Preview
unofficialvideo
Wan 2.5 T2V Preview specifications
| Context window | — |
|---|---|
| Max output tokens | — |
| Release date | — |
| Input | Text |
| Output | Video |
Wan 2.5 T2V Preview 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.5 T2V Preview can do
- Text to video
Wan 2.5 T2V Preview 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/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "alibaba/wan2.5-t2v-preview-01402", "prompt": "Дрон летит над осенним лесом", "resolution": "1080P", "duration": 5}'API endpoints
POST /v1/videos/generationsprimary | Videos — generations Վիդեոների գեներացիա տեքստային նկարագրության հիման վրա։ |
POST /v1/video/generations | Videos — generations (հնացած ուղի) Վիդեոների միակ գեներացիայի վաղ ուղի։ Աշխատում է, բայց նոր ինտեգրացիաներում օգտագործեք /v1/videos/generations։ |
Supported request parameters
| Parameter | Default | Allowed values | Description |
|---|---|---|---|
resolution | 1080P | 720p, 1080p | Վիդեոյի լուծում, օրինակ 720P կամ 1080P։ Այն նաև գնի վրա ազդում է։ |
size | — | — | Արդյունքի չափը՝ «լայնություն×բարձրություն» տեսքի տողով։ |
duration | 5 | 5, 10 | Վիդեոյի տևողությունը վայրկյաններով. Դա նաև ազդում է գնի վրա. |
negative_prompt | — | — | Արդյունքում ինչ պետք է չլինի՝ նշեք անպատվիրված օբյեկտները, մանրամասները կամ ոճը։ |
seed | — | — | Ֆիքսում է պատահականությունը՝ նույն seed‑ը և նույն պարամետրերով կրկնակի հարցումը տալիս նույն արդյունքը։ |
prompt_extend | true | — | Թույլ տալ model-ին ինքնուրույն ընդլայնել և ճշտել կարճ prompt-ը գեներացմանից առաջ։ |
aspect_ratio | 16:9 | 16:9, 9:16, 1:1 | Արդյունքի կողմնորոշման հարաբերակցությունը, օրինակ 16:9, 9:16 կամ 1:1. |