Skip to main content
POST
Veo 3.1 (ECL) — Start-End Frame to Video
Generate seamless video transitions between two key frames with Google’s Veo 3.1 (ECL) variant. Provide a first frame, a last frame, and an optional text prompt to guide the in-between motion. Supports optional audio generation.

Request Body

string
required
Model slug. Use google/veo-3.1-ecl/start-end-frame-to-video for start-end frame video generation.
object
required
Input parameters for start-end frame to video generation.
string
HTTPS URL to receive a webhook notification when the job completes or fails.

Pricing

Base cost: 200,000 micro-cents per second ($0.20/sec)
Default cost: 4 seconds, no sound = 200,000 × 4 × 1 = 800,000 micro-cents ($0.80)

Response

string
Unique identifier for the submitted job.
string
Initial job status. Always "pending" on successful submission.
string
ISO 8601 timestamp of the estimated completion time.
number
The cost of the job in micro-cents.

Code Examples