Google Veo 3.1 T2V is DeepMind’s latest flagship model, designed to bring cinematic storytelling to life. It generates high-fidelity 4k videos with synchronized native audio, including realistic dialogue and lip-sync. Featuring advanced subject consistency (via reference images) and seamless video interpolation, Veo 3.1 offers precise control over motion and lighting. With flexible options for duration (4s/6s/8s) and aspect ratio, it stands as one of the most advanced generative video systems available. Official-stable: stable and highly efficient, with pricing lower than purchasing directly from the official model provider.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"A small energetic puppy surfing on a vivid yellow surfboard, riding a powerful blue wave. Fast motion, splashing water particles, dramatic ocean spray, dynamic camera movement following the board from the side, bright sunny day, clear sky, high contrast, ultra-detailed fur physics, realistic wave simulation, cinematic slow-motion moments","aspectRatio":"9:16","duration":"8","resolution":"720p","generateAudio":false}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location'https://www.runninghub.ai/openapi/v2/rhart-video-v3.1-pro-official/text-to-video' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data'{
"prompt": "A small energetic puppy surfing on a vivid yellow surfboard, riding a powerful blue wave. Fast motion, splashing water particles, dramatic ocean spray, dynamic camera movement following the board from the side, bright sunny day, clear sky, high contrast, ultra-detailed fur physics, realistic wave simulation, cinematic slow-motion moments",
"aspectRatio": "9:16",
"duration": "8",
"resolution": "720p",
"generateAudio": false
}'