← All modelsText to video · Google

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
Preview
Pricing
$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.

EndpointPOST https://api.tryinfer.com/v1/inference/veo-3.1/text-to-video
request
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
NameTypeRequiredDefaultDescription
seedinteger
promptstringYes
aspect_ratiostring16:916:99:16
duration_secondsinteger468

Authenticate with a bearer token. Get an API key →

Try it

Run Veo 3.1 now.

Try it in the playground