首页/Veo 3.1 首尾帧视频生成
Google

Veo 3.1: Generating Video from Start and End Frames

Video
Model API Documentation

Using the Google Veo 3.1 model, generate a transition video based on the provided start and end frames. Supports durations of 4, 6, or 8 seconds, resolutions of 720p and 1080p, and optional audio generation.

0 / 2000

0/1 page

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-firstlastframe' \
--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