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 Generación de video a partir de una descripción de texto. |
POST /v1/video/generations | Videos — generations (ruta obsoleta) Ruta temprana de generación de video en singular. Funciona, pero en nuevas integraciones use /v1/videos/generations. |
Supported request parameters
| Parameter | Default | Allowed values | Description |
|---|---|---|---|
resolution | 1080P | 720p, 1080p | Resolución de video, por ejemplo 720P o 1080P. También afecta al precio. |
size | — | — | Tamaño del resultado como una cadena del tipo «ancho×alto». |
duration | 5 | 5, 10 | Duración del video en segundos. También afecta al precio. |
negative_prompt | — | — | Qué no debe estar presente en el resultado: enumere objetos, detalles o estilos no deseados. |
seed | — | — | Fija la aleatoriedad: una solicitud repetida con el mismo seed y los mismos parámetros produce el mismo resultado. |
prompt_extend | true | — | Permitir que el model amplíe y aclare por sí mismo el prompt corto antes de la generation. |
aspect_ratio | 16:9 | 16:9, 9:16, 1:1 | Relación de aspecto del resultado, por ejemplo 16:9, 9:16 o 1:1. |