← All models

Animate

Bring a still image to life. Image required.

20 credits per run
~90s
video generation
slug: animate-video

One call

curl
curl https://generativeaiapi.com/api/public/v1/generations \
  -H "Authorization: Bearer gai_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "animate-video",
    "image": "https://example.com/input.mp4",
    "prompt": "an orbital greenhouse at golden hour",
    "wait": true
  }'

Options

  • resolution

    Resolution

What you get

  • 20 credits per run — priced before you press go
  • Failed generations are refunded automatically
  • Takes an input file plus a prompt
  • Same slug in the browser studio and the REST API