Wan 2.2 T2V Plus
unofficialvideo
Wan 2.2 T2V Plus specifications
| Context window | — |
|---|---|
| Max output tokens | — |
| Release date | — |
| Input | Text |
| Output | Video |
Wan 2.2 T2V Plus 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 | 18 ₽ per second |
| Video 480P | 3,6 ₽ per second |
| Video 720P | 18 ₽ per second |
| Video 1080P | 18 ₽ per second |
Prices are in rubles and may change with exchange rates.
What Wan 2.2 T2V Plus can do
- Text to video
Wan 2.2 T2V Plus 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.2-t2v-plus-01402", "prompt": "Дрон летит над осенним лесом", "resolution": "1080P", "duration": 5}'API endpoints
POST /v1/videos/generationsprimary | Videos — generations Generate video from a text description. |
POST /v1/video/generations | Videos — generations (legacy path) The early singular path for video generation. Still accepted, but use /v1/videos/generations in new integrations. |
Supported request parameters
| Parameter | Default | Allowed values | Description |
|---|---|---|---|
resolution | 1080P | 480p, 720p, 1080p | Video resolution, for example 720P or 1080P. Also affects the price. |
size | — | — | Result size as a "width×height" string. |
duration | 5 | 5 | Video length in seconds. Also affects the price. |
negative_prompt | — | — | What must NOT appear in the result: list unwanted objects, details or styling. |
seed | — | — | Pins randomness: repeating a request with the same seed and parameters returns the same result. |
prompt_extend | true | — | Let the model expand and refine a short prompt before generating. |
aspect_ratio | 16:9 | 16:9, 9:16, 1:1 | Aspect ratio of the result, for example 16:9, 9:16 or 1:1. |