lumen-labs·视频生成·Community
Lumen Video 1
用于产品 teaser、社媒循环短片和概念 demo 的文生视频模型。
看示例、试效果、复制调用代码。
teasersmotionshort-form
API snapshot
1c20f55
Avg latency
28s
价格提示
$0.12 / second
Playground
直接运行这个模型
prediction output
27s
适合落地页和社媒的短片
适合放在产品页、waitlist 页面和社媒开场。
curl
API 示例
curl -s -X POST https://www.founderhooks.com/api/v1/predictions \
-H "Authorization: Bearer $FOUNDERHOOKS_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "lumen-labs/lumen-video-1",
"input": {
"prompt": "Generate a polished product visual for an AI platform homepage"
},
"wait": 10
}'Python
API 示例
import os
import requests
response = requests.post(
"https://www.founderhooks.com/api/v1/predictions",
headers={
"Authorization": "Bearer " + os.environ["FOUNDERHOOKS_API_TOKEN"],
"Content-Type": "application/json",
},
json={
"model": "lumen-labs/lumen-video-1",
"input": {
"prompt": "Generate a polished product visual for an AI platform homepage"
},
"wait": 10,
},
)
print(response.json())可用快照
1c20f55
stable
稳定了 UI 动效镜头,优化了 10 秒内短片表现。
2026-04-12 · H100
0d18aa4
beta
加入更适合分镜描述的提示支持。
2026-03-18 · H100
示例输出
27s
产品 teaser
适合放在产品页、waitlist 页面和社媒开场。