Veo 3.1
Google's Veo 3.1 text-to-video with synchronized audio, in full and fast tiers.
Text to videoGoogle$0.20 / secondtext-to-videogoogleaudio-sync
$0.20/ second
$0.20 per second. $1 ≈ 5 seconds of video.
Pay only for successful generations. No idle, no minimums, no per-seat.
API
Wire it up.
Endpoint
POST https://api.tryinfer.com/v1/inference/veo-3.1/text-to-videorequest
curl https://api.tryinfer.com/v1/inference/veo-3.1/text-to-video \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"prompt": "slow cinematic dolly across a quiet city street at dawn"
}
}'
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| seed | integer | — | — | — |
| prompt | string | Yes | — | — |
| aspect_ratio | string | — | 16:9 | 16:99:16 |
| duration_seconds | integer | — | — | 468 |
Authenticate with a bearer token. Get an API key →