← 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.09 / secondtext-to-videogooglefast
Preview
Pricing
$0.09/ second

$0.09 per second. $1 ≈ 11 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-fast/text-to-video
request
curl https://api.tryinfer.com/v1/inference/veo-3.1-fast/text-to-video \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": {
"prompt": "camera pushes in slowly, ambient lighting"
}
}'
Parameters
NameTypeRequiredDefaultDescription
seedinteger
promptstringYes
resolutionstring720p720p1080p
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