All models
Veo 3
google/veo-3
Google Video GenerationAudio
Google's video generation model capable of producing high-quality videos with optional audio from text prompts.
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",
"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", "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