← All Models
PixVerse v5.5
Pixverse's v5.5 video model. Stylized video generation with artistic flair.
Specifications
| Provider | PixVerse |
| Category | Video |
Quick Start
curl -X POST https://query.genx.sh/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "pixverse-v5.5",
"params": {
"prompt": "Anime-style warrior running through a cherry blossom forest",
"duration": 5
}
}'
Example Request Body
// POST /api/v1/generate
{
"model": "pixverse-v5.5",
"params": {
"prompt": "Anime-style warrior running through a cherry blossom forest",
"duration": 5
}
}