Veo 3.1 API — Google's Veo 3.1 Video Generator
Generate cinematic 8-second clips with Google's Veo 3.1 video generator. Five Veo 3.1 channels — Fast, Quality, Lite, plus official tiers with audio and 4K output.
Cheap and quick. Per-generation billing at 720p / 1080p or 4K, image-to-video, and remix support.
Same API endpoint. The model parameter selects the variant.
≤ 4000 chars · English recommended
Provide a prompt or at least one reference image / video / frame.
16:9 landscape · 9:16 portrait
4K bills at the highest tier
Alt: 8 fixed · Official: 4 / 6 / 8
Frame mode: first + last · Reference mode: 3 refs
Quality channel: frame only
Mutually exclusive with 1080p / 4K
What you can build
Real workflows powered by this model.
Cinematic shots from one Veo 3.1 prompt
Send a scene description to the Veo 3.1 API and get an 8-second cinematic clip back. Iterate on framing, lighting, and motion at the speed of typing — no film crew, no edit timeline.
Generate a clipBring stills to life with Veo 3.1
Pass a first frame, optional last frame, and a motion prompt. The model interpolates between them or animates from a single anchor — ready for Reels, Shorts, and TikTok in one call.
Native audio on official Veo 3.1 tiers
Switch to an official channel and toggle generate_audio to ship video with synthesized sound in a single call. Skip the post-production sound edit for hero spots and product clips.
Pricing
Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.
| Mode | Category | Unit | Price |
|---|---|---|---|
| veo3.1-fast | |||
| 720p / 1080p | 1 generation | $0.092 92 credits | |
| 4K | 1 generation | $0.276 276 credits | |
| veo3.1-quality | |||
| 720p / 1080p | 1 generation | $0.69 690 credits | |
| 4K | 1 generation | $2.208 2208 credits | |
| veo3.1-lite | |||
| 720p / 1080p | 1 generation | $0.046 46 credits | |
| 4K | 1 generation | $0.138 138 credits | |
| veo3.1-fast-official | |||
| 720P / 1080P (no audio) | 1 second | $0.092 92 credits | |
| 720P / 1080P + audio | 1 second | $0.138 138 credits | |
| 4K + audio | 1 second | $0.322 322 credits | |
| veo3.1-quality-official | |||
| 720P / 1080P (no audio) | 1 second | $0.184 184 credits | |
| 720P / 1080P + audio | 1 second | $0.368 368 credits | |
| 4K + audio | 1 second | $0.552 552 credits | |
Why reAPI
Five Veo 3.1 channels, one API
Pick veo3.1-fast for drafts, veo3.1-quality for hero shots, veo3.1-lite for the cheapest tier, or the official channels for audio and 4K. Same endpoint — just change the model field.
Transparent credit pricing
1 credit equals $0.001. Alt channels bill per generation; official channels bill per second × duration. Failed jobs refund automatically — you only pay for video that ships.
Async with Veo 3.1 remix
Submit returns a task ID instantly. Once a Fast or Quality clip lands, call /api/v1/videos/:id/remix to extend it from 8 to 15 seconds without re-prompting.
Integrate the Veo 3.1 API in three steps
- step 01
Create an API key
Sign up and grab a key from the dashboard. Free credits cover your first Veo 3.1 generations — no card required.
Open - step 02
Submit a Veo 3.1 task
POST your prompt to /api/v1/videos/generations with the model field set to a Veo 3.1 channel. The endpoint returns a task ID immediately.
Open - step 03
Poll the result
GET /api/v1/tasks/:id until status is completed. Download the output video and ship it.
Open
Frequently asked questions
Common questions about this model.
POST /api/v1/videos/generations
Authorization: Bearer $REAPI_API_KEY
Content-Type: application/json
{
"prompt": "..."
}Ready to ship?
Try it in the playground or grab an API key to integrate now.