Veo 3.1 Lite balances practical utility with professional capabilities.
pip install requestsimport 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"])| Parameter | Type | Description |
|---|---|---|
| prompt | string | |
| aspect_ratio | string | |
| duration | string | |
| negative_prompt | string | |
| resolution | string | |
| generate_audio | boolean | |
| seed | integer | |
| auto_fix | boolean | |
| safety_tolerance | string |
| Field | Type | Description |
|---|---|---|
| video | string | — |
Wan 2.7 Text to Video
alibaba/wan/v2.7/text-to-video
Wan 2.7 is the latest generation AI video model, delivering enhanced motion smoo...
Seedance 2.0 Fast Text to Video
bytedance/seedance/2.0/fast/text-to-video
Fast variant of Seedance 2.0 for quicker text-to-video generation with synchroni...
Seedance 2.0 Text to Video
bytedance/seedance/2.0/text-to-video
Seedance 2.0 generates high-quality videos from text prompts with synchronized a...
Kling v3 Pro — Text to Video
kuaishou/kling-video/v3/pro/text-to-video
Kling 3.0 Pro: Top-tier text-to-video with cinematic visuals, fluid motion, and ...
Get API access in minutes. No GPU setup, no infrastructure to manage.