Runflow
Back to Gallery

google/veo3.1/fast

Faster and more cost effective version of Google's Veo 3.1!

$0.15/second 2026-04-06

Install

pip install requests

Run the model

import requests

response = requests.post(
    "https://api.runflow.io/v1/run/veo3.1/fast",
    headers={"Authorization": "Bearer RUNFLOW_API_KEY"},
    json={
    "prompt": "First-person POV looking down at a pair of hands opening a premium matte blac...",
    "duration": "8s",
    "resolution": "1080p",
    "aspect_ratio": "9:16",
    "generate_audio": true
    },
)

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

Input schema

ParameterTypeDescription
promptstringThe text prompt describing the video you want to generate
auto_fixbooleanWhether to automatically attempt to fix prompts that fail content policy or other validation checks by rewriting them.
durationstringThe duration of the generated video.
generate_audiobooleanWhether to generate audio for the video.
resolutionstringThe resolution of the generated video.
aspect_ratiostringAspect ratio of the generated video
safety_tolerancestringThe safety tolerance level for content moderation. 1 is the most strict (blocks most content), 6 is the least strict.
seedintegerThe seed for the random number generator.
negative_promptstringA negative prompt to guide the video generation.

Output schema

FieldTypeDescription
videostringThe generated video.

Related models

Start generating with Veo 3.1 Fast

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