Runflow
Back to Gallery

google/veo3.1/lite

Veo 3.1 Lite balances practical utility with professional capabilities.

$0.03/second 2026-04-08

Install

pip install requests

Run the model

import requests

response = requests.post(
    "https://api.runflow.io/v1/run/veo3.1/lite",
    headers={"Authorization": "Bearer RUNFLOW_API_KEY"},
    json={
    "prompt": "Time-lapse of a single flower blooming in a sunlit garden, macro lens close-u...",
    "duration": "6s",
    "resolution": "720p"
    },
)

data = response.json()
print(data["video"]["url"])

Input schema

ParameterTypeDescription
promptstring
aspect_ratiostring
durationstring
negative_promptstring
resolutionstring
generate_audioboolean
seedinteger
auto_fixboolean
safety_tolerancestring

Output schema

FieldTypeDescription
videostring

Related models

Start generating with Veo 3.1 Lite

Get API access in minutes. No GPU setup, no infrastructure to manage.