Home/Wan 2.7 Text-to-Video
Wan

Wan 2.7 Text-to-Video

Video
模型 API 文档

Wan 2.7 Text-to-Video model generates smooth videos from text prompts. Supports audio-driven generation or automatic soundtrack. 720P and 1080P resolutions, duration 2~15 seconds, billed per second. Output includes audio by default.

0 / 2000
Pending
空状态

设置参数并点击生成以获取结果

请求 JSON

{}

API

提交任务

curl --location --request POST 'https://api.novita.ai/v3/async/wan2.7-t2v' \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${API_KEY}" \
--data-raw '{}'

查询结果

curl --location --request GET "https://api.novita.ai/v3/async/task-result?task_id
=${task_id}" \
--header "Authorization: Bearer ${API_KEY}"