Available now
Bailian
wan2.6-i2v
Video
Per request$1.00
TypeVideo
Endpointsopenai
§ 01
Pricing
| Price per request | $1.00 / request |
| Compatible endpoints | openai |
| Vendor | Bailian |
Price grid
| Duration | Resolution | Price |
|---|---|---|
| 5s | 720P | $3.00 |
| 10s | 720P | $6.00 |
| 15s | 720P | $9.00 |
| 5s | 1080P | $5.00 |
| 10s | 1080P | $10.00 |
| 15s | 1080P | $15.00 |
§ 02
Call wan2.6-i2v from your code
Point any OpenAI-compatible SDK at UnoRouter and request the model by name. Replace YOUR_API_KEY with a real key from your dashboard.
bash
curl https://api.unorouter.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "wan2.6-i2v",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
Frequently asked questions
How much does wan2.6-i2v cost per request?
wan2.6-i2v is billed at a fixed $1.00 per request.
How do I access wan2.6-i2v via API?
Send requests to the UnoRouter /v1/chat/completions endpoint with model=wan2.6-i2v. Any OpenAI-compatible client library works. Authentication uses a standard Bearer token.
§ 04