首页/Veo 3.1 参考图像生成视频
Google

Veo 3.1: Generating Videos from Reference Images

Video
Model API Documentation

Use the Google Veo 3.1 model to generate videos guided by 1–3 reference images. It supports 720p and 1080p resolutions, as well as 16:9 and 9:16 aspect ratios. The video length is fixed at 8 seconds. Only "asset" reference types are supported.

0 / 2000
To be generated
Empty state

After setting the parameters, click "Generate" to get the results

Request JSON

{}

API

Submit Assignment

curl --location --request POST 'https://api.highwayapi.ai/v3/async/veo-3.1-generate-reference' \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${API_KEY}" \
--data-raw '{}'

Search results

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