Skip to main content
POST
Veo 3.1 Fast — Image to Video
Animate existing images into dynamic videos with Google’s Veo 3.1 Fast model. Provide a source image and a text prompt to guide the animation.

Request Body

string
required
Model slug. Use google/veo-3.1-fast/image-to-video for image-to-video generation.
object
required
Input parameters for image-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: 8 seconds, 720p, with sound = 200,000 × 8 × 1 × 1.5 = 2,400,000 micro-cents ($2.40)

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