← All models
wan2.7 — video model on LumeAPI

wan2.7

wan2.7

Cheaper. More stable. One-stop API aggregation.

Introduction

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.

Pricing

Official$0.125/s
LumeAPIfrom $0.072 / s
per second

Endpoint

Base URL: https://api.lumeapi.site/v1

Auth: Authorization: Bearer <your-lumeapi-key>

Developer docs

Open the integration notes for this model, or the modality guide for request fields and polling.

Call examplewan2.7
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}