All models

Veo 3 Fast

google/veo-3-fast
Google Video GenerationAudioFast

A faster version of Veo 3 optimized for lower latency video generation with audio support.

Quick start

# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
  -H "content-type: application/json" \
  -d '{
    "model": "google/veo-3-fast",
    "prompt": "<your prompt>"
  }'

# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
  -J '{"model": "google/veo-3-fast", "prompt": "<your prompt>"}'

Examples

Parameters

Input
prompt string required

Text prompt describing the video to generate

aspect_ratio string optional default: "16:9"

Video aspect ratio

duration string optional default: "6s"

Video duration

generate_audio boolean optional default: true

Whether to generate audio with the video

image_input string optional

Base64-encoded reference image for i2v

resolution string optional default: "720p"

Video resolution

Output
video: URL to the generated video