Veo-2

Create stunning, realistic videos with Veo 2, Google's state-of-the-art AI video generation model. Experience enhanced quality & cinematic control.


API

If you're looking for an API, you can choose from your desired programming language.

POST
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 import requests api_key = "YOUR_API_KEY" url = "https://api.segmind.com/v1/veo-2" # Prepare data and files data = {} files = {} data['seed'] = 965002 data['prompt'] = "a red panda riding a skateboard" data['duration'] = "5" data['aspect_ratio'] = "16:9" headers = {'x-api-key': api_key} # If no files, send as JSON if files: response = requests.post(url, data=data, files=files, headers=headers) else: response = requests.post(url, json=data, headers=headers) print(response.content) # The response is the generated image
RESPONSE
image/jpeg
HTTP Response Codes
200 - OKImage Generated
401 - UnauthorizedUser authentication failed
404 - Not FoundThe requested URL does not exist
405 - Method Not AllowedThe requested HTTP method is not allowed
406 - Not AcceptableNot enough credits
500 - Server ErrorServer had some issue with processing

Attributes


seedint ( default: 965002 )

Random seed. Omit for random generations


promptstr *

Text prompt for video generation


durationenum:str ( default: 5 )

Duration of the output video

Allowed values:


aspect_ratioenum:str ( default: 16:9 )

Aspect ratio of the output video

Allowed values:

To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.

Veo 2

Veo 2 is Google's latest state-of-the-art video generation model, designed for creators, filmmakers, and businesses seeking incredibly high-quality, realistic video outputs. It offers significant advancements in understanding cinematography and real-world physics, providing unparalleled creative control and detail in generated videos.

Key Features of Veo 2

  • High-Quality Video Generation - Veo 2 creates incredibly high-quality videos across a wide range of subjects and styles, achieving state-of-the-art results in human evaluations against leading models.

  • Enhanced Realism and Fidelity - This model significantly improves upon previous AI video models by delivering greater detail, enhanced realism, and a reduction in unwanted artifacts like extra fingers or unexpected objects.

  • Advanced Motion Capabilities - Veo 2 demonstrates an improved understanding of real-world physics and the nuances of human movement and expression, resulting in more accurate and realistic motion in generated videos.

  • Greater Camera Control Options - Users can precisely direct Veo 2 to create a wide array of shot styles, angles, and movements by specifying cinematic elements such as genre, lens (e.g., 18mm), and effects (e.g., shallow depth of field) in their prompts.

  • Cinematic Understanding - The model understands the unique language of cinematography, allowing users to request specific cinematic techniques and achieve desired visual outcomes.

  • SynthID Watermarking - Outputs from Veo 2 include an invisible SynthID watermark, helping to identify them as AI-generated and reduce the spread of misinformation.

Use Cases

  • Creative Content for YouTube Shorts - YouTube creators can leverage Veo 2 to explore innovative and high-quality video backgrounds and elements for their short-form content.

  • Enhancing Creative Workflows on Vertex AI - Enterprise customers can utilize Veo 2 within Vertex AI to streamline and elevate their creative production processes.

  • Storytelling and Filmmaking with VideoFX - Creatives, including filmmakers, can use Veo 2 through the VideoFX tool to bring their narratives to life with advanced video generation capabilities.

  • Visual Prototyping and Concept Visualization - Businesses and individuals can quickly generate realistic video prototypes and visualizations for various projects and presentations.

  • Marketing and Advertising Video Production - The high quality and cinematic control of Veo 2 can be applied to create engaging and professional video content for marketing and advertising campaigns

Veo 2 represents a significant leap forward in AI-powered video generation, offering state-of-the-art quality, unprecedented cinematic control, and the ability to create highly realistic videos.

Cookie settings

We use cookies to enhance your browsing experience, analyze site traffic, and personalize content. By clicking "Accept all", you consent to our use of cookies.