# PixVerse V5 > Create 5-8s videos with enhanced character movement, visual effects, and exclusive 1080p-8s support. Optimized for anime characters, complex actions like gymnastics, parkour, and martial arts. - **Provider**: replicate - **Model ID**: pixverse/pixverse-v5 - **Category**: video_generation - **Credits**: 2400 per request - **Pricing Type**: input_based ## API Endpoint Base URL: https://api.core.today/v1 ### Create Prediction POST /predictions ### Get Status GET /predictions/{job_id} ### Cancel DELETE /predictions/{job_id} ## Authentication Header: `X-API-Key: YOUR_API_KEY` ## Input Parameters - `duration` (integer, optional): Duration in seconds (5 or 8) (Default: `5`; Options: `5`, `8`) - `image` (string, optional): Image to use for the first frame of the video - `aspect_ratio` (string, optional): Aspect ratio (16:9, 9:16, 1:1) (Default: `16:9`) - `seed` (integer, optional): Random seed for reproducibility - `negative_prompt` (string, optional): Elements to avoid in the video - `last_frame_image` (string, optional): End frame for transition video. Must be used with image - `effect` (string, optional): Special effect to apply (15+ effects available) (Default: `None`) - `prompt` (string, **required**): Text prompt for video generation - `quality` (string, optional): Resolution (360p, 540p, 720p, 1080p) (Default: `720p`; Options: `360p`, `540p`, `720p`, `1080p`) ## Example Request ```json { "model": "pixverse/pixverse-v5", "input": { "duration": 8, "aspect_ratio": "16:9", "prompt": "A hummingbird frozen mid-flight, iridescent feathers catching golden hour light through morning mist", "quality": "1080p" } } ``` ## Response Format ```json { "job_id": "abc123", "status": "pending", "provider": "replicate", "model": "black-forest-labs/flux-schnell", "created_at": "2026-01-01T00:00:00Z", "result": null, "error": null } ``` Status values: `pending`, `processing`, `completed`, `failed`, `cancelled` ## Usage Flow 1. POST /predictions with model and input → receive job_id 2. Poll GET /predictions/{job_id} until status is `completed` or `failed` 3. Result contains output URL(s) or data ## Output Type url ## Tags pixverse, video-generation, text-to-video, image-to-video, anime, effects, 1080p, fast ## Documentation https://replicate.com/pixverse/pixverse-v5