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.
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
Attributes
Provide the URL of the image to be relit. Use a URL from cloud storage like S3.
Video duration in seconds (5 or 8; only 5 is allowed for fast mode or 1080p quality)
Allowed values:
Video quality (360p, 540p, 720p, 1080p)
Allowed values:
Seed for random generation
min : 1,
max : 999999
Style (only for model=v3.5): anime, 3d_animation, clay, comic, cyberpunk
Allowed values:
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.
illusion-diffusion-hq
Monster Labs QrCode ControlNet on top of SD Realistic Vision v5.1

faceswap-v2
Take a picture/gif and replace the face in it with a face of your choice. You only need one image of the desired face. No dataset, no training

sdxl1.0-txt2img
The SDXL model is the official upgrade to the v1.5 model. The model is released as open-source software

sd2.1-faceswapper
Take a picture/gif and replace the face in it with a face of your choice. You only need one image of the desired face. No dataset, no training
