Veo3 Fast
Faster and more cost effective version of Google's Veo 3!
sk-Qp03mnjjNqXKxpnw5qQ4IqVABNfad5YOk1axUhp7pJbokFmumodel is the model name
veo3-fast-text-to-videoprompt is the prompt.
A cute baby sea otter.The aspect ratio of the generated video. If it is set to 1:1, the video will be outpainted. Default value: "16:9"
Possible enum values: 16:9, 9:16, 1:1
16:9Example: 16:9Possible values: The resolution of the generated video Default value: "720p"
Possible enum values: 720p, 1080p
720pExample: 720pPossible values: The duration of the generated video in seconds Default value: "8s"
Possible enum values: 4s, 6s, 8s
8sExample: 4sPossible values: A negative prompt to guide the video generation
" "Example: low resolution, error, worst quality, low quality, defectsWhether to enhance the video generation Default value: true
trueWhether to automatically attempt to fix prompts that fail content policy or other validation checks by rewriting them Default value: true
trueA seed to use for the video generation
Whether to generate audio for the video. If false, %33 less credits will be used. Default value: true
trueoutput_format indicate the output format, default value is url.
urlExample: urlPOST /v1/videos/generations HTTP/1.1
Host: video.onerouter.pro
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 297
{
"model": "veo3-fast-text-to-video",
"prompt": "A cute baby sea otter.",
"aspect_ratio": "16:9",
"resolution": "720p",
"duration": "4s",
"negative_prompt": "low resolution, error, worst quality, low quality, defects",
"enhance_prompt": true,
"auto_fix": true,
"seed": 1,
"generate_audio": true,
"output_format": "url"
}{
"data": [
{
"url": "https://resource.onerouter.pro/video/generated%2Fonerouter_914245c2-a89b-4fe3-a2f1-b0233b8ef812.mp4",
"revised_prompt": ""
}
],
"created": 1760431254
}