wan2.7-t2v

by Wan

wan/wan2.7-t2v

Generate video from a text prompt.

Billed per
second
Price
720P (default): $0.1 · 1080P: Unavailable
Provider
Wan
Timeout
5 min

Overview

The request waits for the accepted task. Billing uses measured output seconds at the selected resolution. Outputs include a watermark. Video continuation and supplied audio are unsupported. A timed-out accepted task must be reconciled before another generation is requested.

Official model name, task ID, video URL, measured duration and resolution. Save the video before its URL expires after 24 hours.

Input

These go in the input object of the run request.

FieldTypeRequiredDescription
promptstringYesScene and movement.
ratiostringNoOutput aspect ratio.
durationintegerNoRequested output seconds.
resolutionstringNoOutput resolution and billing tier.

Requests up to 1 MB.

Example

A call that works, with your own key.

curl https://gateway.agentsky.dev/v1/run \
  -H "authorization: Bearer $AGENTSKY_API_KEY" \
  -H "content-type: application/json" \
  -d '{"provider":"wan","endpoint":"wan2.7-t2v","input":{"prompt":"A blue ceramic cup on a white table","duration":2,"resolution":"720P"}}'

Pricing

720P (default): $0.1 · 1080P: Unavailable per second on the default plan. Every run carries its price in the response.

Questions