
wan2.7
Cheaper. More stable. One-stop API aggregation.
wan2.7 (Alibaba) covers T2V / I2V / continuation style async video.
Use model `wan2.7`.
Portal from-price is $0.072/s (720p) with 1080p at $0.125/s.
Submit via `/v1/videos` and poll until completed before downloading content.
T2V/I2V · 720p $0.072/s · 1080p $0.125/s · duration 2–15s
POST/v1/videos
Base URL: https://api.lumeapi.site/v1
Auth: Authorization: Bearer <your-lumeapi-key>
Open the integration notes for this model, or the modality guide for request fields and polling.
curl https://api.lumeapi.site/v1/videos \
-H "Authorization: Bearer $LUMEAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "wan2.7",
"prompt": "Cinematic drone shot over mountains"
}'
# then poll GET https://api.lumeapi.site/v1/videos/{id}