Pixverse 4.5 Effects

PixVerse 4.5 transforms photos and text into stunning animated videos for impactful storytelling and marketing.


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 23 24 25 26 27 28 29 30 31 32 33 34 import requests import base64 # Use this function to convert an image file from the filesystem to base64 def image_file_to_base64(image_path): with open(image_path, 'rb') as f: image_data = f.read() return base64.b64encode(image_data).decode('utf-8') # Use this function to fetch an image from a URL and convert it to base64 def image_url_to_base64(image_url): response = requests.get(image_url) image_data = response.content return base64.b64encode(image_data).decode('utf-8') # Use this function to convert a list of image URLs to base64 def image_urls_to_base64(image_urls): return [image_url_to_base64(url) for url in image_urls] api_key = "YOUR_API_KEY" url = "https://api.segmind.com/v1/pixverse-4.5-effects" # Request payload data = { "image_url": "https://segmind-resources.s3.amazonaws.com/output/4e932411-b5b5-4d39-a956-79329951cc68-model_4.png", "duration": 5, "quality": "540p", "seed": 56698 } headers = {'x-api-key': api_key} response = requests.post(url, json=data, headers=headers) print(response.content) # The response is the generated image
RESPONSE
video/mp4
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


image_urlstr *

Provide the URL of the image to be relit. Use a URL from cloud storage like S3.


durationenum:int *

Video duration in seconds (5 or 8; only 5 is allowed for fast mode or 1080p quality)

Allowed values:


qualityenum:str *

Video quality (360p, 540p, 720p, 1080p)

Allowed values:


seedint ( default: 1 )

Seed for random generation

min : 1,

max : 999999


styleenum:str ( default: 1 )

Style (only for model=v3.5): anime, 3d_animation, clay, comic, cyberpunk

Allowed values:


template_idenum:str ( default: 321958627120000 )

Template for effects

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.

Resources to get you started

Everything you need to know to get the most out of Pixverse 4.5 Effects

# Maximizing PixVerse 4.5: An Effective Usage Guide

PixVerse 4.5 transforms static images and text into animated videos in seconds. Whether you’re a developer integrating a new SDK, a creator seeking trendy social clips, or an executive crafting polished promos, these best practices and parameter recommendations will help you get the most out of the model.

## 1. Getting Started
1. Prepare a high-resolution image (JPEG/PNG) and upload it to an accessible S3-like URL.  
2. Draft a concise text prompt describing movements or emotions (“smiling character waving”).  
3. Choose parameters below based on your use case.  
4. Call the PixVerse API with your `image_url`, `duration`, `quality`, and (optionally) advanced settings.

## 2. Core Parameters

- **image_url** (required)  
  Point to your source image. Example:  
  `https://segmind-resources.s3.amazonaws.com/output/sample-image.png`

- **duration** (required)  
  – 5 seconds: rapid proof-of-concept previews  
  – 8 seconds: more detailed scenes, better for storytelling

- **quality** (advanced)  
  – 360p: ultra-fast, small files  
  – 540p (default): balanced speed & clarity  
  – 720p: crisp social media content  
  – 1080p: high-resolution marketing assets

- **seed** (advanced, optional)  
  Use a fixed integer (e.g., `12345`) to reproduce identical videos across runs.

- **style** (advanced, optional)  
  – `anime` (default): vibrant, colorful  
  – `3d_animation`: realistic shading & depth  
  – `clay`, `comic`, `cyberpunk`: genre-specific flair

- **template_id** (optional)  
  Pre-built effects like `pixverse-kiss` for expressive animations or `Ghibli Live` for cinematic mood.

## 3. Use-Case Scenarios

| Scenario             | duration | quality | style        | template_id        | seed    |
|----------------------|----------|---------|--------------|--------------------|---------|
| Developer Preview    | 5s       | 540p    | anime        | —                  | random  |
| Social-Media Reel    | 8s       | 720p    | comic        | pixverse-kiss      | 56789   |
| Marketing Promo      | 8s       | 1080p   | 3d_animation | Ghibli Live        | 12345   |
| Trendy Visual Story  | 5s       | 720p    | cyberpunk    | pixverse-kiss-me-ai| random  |

## 4. Tips & Best Practices

- Start with shorter durations to iterate quickly, then lengthen to 8 s for final drafts.  
- Lock `seed` when you need brand-consistent visuals.  
- Combine cinematic filters (`Ghibli Live`) with dramatic lighting for high-impact ads.  
- For lip-sync or character-driven clips, add short audio tracks in post-production.  
- Use a descriptive prompt to guide motion (“soft smile turning into a wink”).

By fine-tuning these settings, PixVerse 4.5 delivers dynamic, high-quality videos with minimal effort—empowering you to scale creative production across any digital channel.

Other Popular Models

Discover other models you might be interested in.

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.