Google Veo 3 Fast を使用して動画を生成 — 標準版 Veo 3 と比べて、より高速かつ低コストです。
Request
Header Params
Body Params application/json
Example
{"aspect_ratio":"16:9","duration":8,"generate_audio":true,"prompt":"A charismatic woman in a dynamic ad set, wearing stylish clothes. She shouts with dramatic excitement:“Google Veo 3 Fast is now on WaveSpeed AI! It'll blow your mind — go try it now!”","resolution":"720p"}
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--request POST 'https://api.302.ai/ws/api/v3/google/veo3-fast' \
--header'Authorization: Bearer ' \
--header'Content-Type: application/json' \
--data-raw'{
"aspect_ratio": "16:9",
"duration": 8,
"generate_audio": true,
"prompt": "A charismatic woman in a dynamic ad set, wearing stylish clothes. She shouts with dramatic excitement:“Google Veo 3 Fast is now on WaveSpeed AI! It'\''ll blow your mind — go try it now!”",
"resolution": "720p"
}'