# Veo 3

> Google Veo 3 flagship — 1080p with native audio (dialogue + ambient + lip-sync). Top-quality cinematic clips.

Human version: https://kymaapi.com/models/veo-3
Live JSON: `GET https://kymaapi.com/v1/models` (no auth required)

## Facts

- **Model ID**: `veo-3` — pass this as `model` in the request body
- **Creator**: Google
- **Released**: 2025-05-20
- **Price**: $0.54 / second

## Call it

```bash
curl https://kymaapi.com/v1/videos/generations \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "veo-3", "prompt": "..."}'
```

## Positioning

Google Veo 3 generates 1080p video clips with synchronized native audio, including dialogue and ambient sound. Reach for it when producing broadcast-ready cinematic assets or talking-head videos.

## About

Veo 3 is Google’s flagship video generation model. It produces 1080p clips with native audio output, handling dialogue, ambient sound, and lip-sync alignment. The model accepts text prompts and reference images.

On Kyma, this model runs on a premium cost tier with slower generation speeds. It supports prompt caching, which bills repeated input prefixes at 10% of the standard rate. All requests route through Kyma’s OpenAI-compatible endpoint using a single API key, include automatic failover, and return exact billing data in usage.cost.

The model does not support reasoning, vision analysis, or structured outputs. It is billed per second of generated output and is optimized for final-quality assets rather than high-throughput or low-latency workflows.

## Use cases

- **Hero brand commercials** — Generate high-fidelity 1080p promotional clips with synchronized voiceovers and ambient sound.
- **Talking head avatars** — Produce character videos with accurate lip-sync and native dialogue generation.
- **Cinematic scene rendering** — Convert text prompts or reference images into broadcast-quality video sequences.
- **Synchronized audio output** — Output clips where speech, environmental audio, and visual motion are natively aligned.

## Not ideal for

Do not use this model for rapid prototyping, low-latency interactive applications, or workflows that require structured JSON outputs.

## Pick something else when

- You need faster generation speeds → `veo-3-fast`
- You need lower-cost draft iterations → `seedance-2-fast`
- You need high-resolution video without audio → `hailuo-02-1080p`

## See also

- All models: https://kymaapi.com/models.md
- Pricing: https://kymaapi.com/pricing.md
- Other models by Google: https://kymaapi.com/models?q=Google
