What is Veo3.1 Video 1080p?
Veo3.1 Video 1080p is an AI video generation model available on UniAll AI for creating short video clips with 1080p output support. The public model id is `veo3.1-video-1080p`.
It supports multiple production workflows: text-to-video, image-to-video, first/last frame guided generation, multi-reference image video generation, video editing, and video extension. Requests are asynchronous, making the model suitable for apps, creative tools, automation systems, and backend video pipelines.
Key capabilities
- **Text to video:** Generate a video from a written prompt.
- **Image to video:** Animate a reference image into a short clip.
- **First/last frame control:** Provide start and end frames to guide motion and composition.
- **Reference images:** Use 2–3 images to guide subject, style, or scene consistency.
- **Video to video:** Edit or continue from a source video.
- **Audio option:** Enable generated audio when your workflow needs sound.
- **Aspect ratios:** Supports `16:9` and `9:16` for landscape and vertical content.
- **Durations:** Supports 4, 6, or 8 second generations.
Who should use it?
Veo3.1 Video 1080p is useful for:
- Product teams adding AI video features to an app.
- Marketing teams producing short product reveals, social ads, or vertical clips.
- Creative studios prototyping shots before full production.
- E-commerce teams generating product motion previews.
- Automation teams building batch video workflows through API calls.
- Developers who need a consistent API layer for AI video generation.
API usage
UniAll AI exposes the model through an asynchronous video generation endpoint:
```http POST /v1/videos/generations ```
Example request:
```json { "model": "veo3.1-video-1080p", "generation_mode": "text_to_video", "prompt": "A cinematic product reveal of a matte black smart speaker on a glass table, soft studio lighting, slow dolly-in camera movement.", "duration": 8, "aspect_ratio": "16:9", "resolution": "1080p", "generate_audio": true } ```
For image-to-video, include `image_url`. For first/last frame generation, include `first_image_url` and `last_image_url`. For video editing or extension, include `video_url`.
Supported modes include:
- `text_to_video`
- `reference_image_to_video`
- `reference_media_to_video`
- `first_last_frame`
- `video_to_video`
Pricing angle
Veo3.1 Video 1080p is billed per generated second. On the standard user profile, 1080p video generation starts at **$0.136 per second** without audio and **$0.272 per second** with audio. Pricing may vary by account type, region, resolution, and whether audio is enabled.
Because the model supports fixed short durations of 4, 6, and 8 seconds, teams can estimate cost before submitting jobs. Failed generations are configured for refund on failure, which helps reduce waste in automated pipelines.
Best use cases
- Short social media clips in 16:9 or 9:16.
- Product reveal videos with controlled prompts.
- Animated still images for landing pages or ads.
- Storyboard-to-motion tests using first and last frames.
- Brand-consistent video generation using reference images.
- Extending or modifying existing source video clips.
Implementation tips
Write prompts that specify subject, environment, camera movement, lighting, and style. For stronger consistency, use reference images or first/last frame inputs instead of relying on text alone. For app integration, queue generation jobs asynchronously and poll or subscribe to job completion before delivering the final video to users.
常见问题
What is the model id for Veo3.1 Video 1080p API?
The public model id is `veo3.1-video-1080p`. Use it in the `model` field when creating a video generation request through UniAll AI.
What generation modes does Veo3.1 Video 1080p support?
It supports text-to-video, image-to-video, reference media to video, first/last frame generation, and video-to-video workflows such as video editing or extension.
How is Veo3.1 Video 1080p priced?
It is billed per generated second. The listed user price for 1080p generation is $0.136 per second without audio and $0.272 per second with audio. Actual pricing can depend on account profile and selected options.