PixVerse V6
Generate video from text or frames with motion, audio, and continuation controls.
- Text to video
- Image to video
Playground
Input
Video content description
Input image URL array for image-to-video mode (only the first image is used)
First frame image URL for transition mode. Must be provided together with lastFrameImage
Last frame image URL for transition mode. Must be provided together with firstFrameImage
Runs are charged to your balance.
Output
Output will appear here.
Pricing
| Option | Price per generation | fal.ai | Your savings |
|---|---|---|---|
| Audio: no · Resolution: 360p · Duration: 1s | $0.024 | $0.025 | −5% |
| Audio: yes · Resolution: 360p · Duration: 1s | $0.033 | $0.035 | −5% |
| Audio: no · Resolution: 540p · Duration: 1s | $0.033 | $0.035 | −5% |
| Audio: yes · Resolution: 540p · Duration: 1s | $0.043 | $0.045 | −5% |
| Audio: no · Resolution: 720p · Duration: 1s | $0.043 | $0.045 | −5% |
| Audio: yes · Resolution: 720p · Duration: 1s | $0.057 | $0.06 | −5% |
| Audio: no · Resolution: 1080p · Duration: 1s | $0.086 | $0.09 | −5% |
| Audio: yes · Resolution: 1080p · Duration: 1s | $0.109 | $0.115 | −5% |
Quick start
Full API reference →1curl -X POST https://api.api-stock.com/api/v1/generation/create \2 -H "Authorization: Bearer $API_STOCK_KEY" \3 -H "Content-Type: application/json" \4 -d '{5 "model": "pixverse-v6",6 "input": {7 "prompt": "A cinematic shot of a city at dusk",8 "resolution": "360p",9 "duration": 5,10 "size": "16:9",11 "seed": 0,12 "audio": false,13 "watermark": false,14 "generateMultiClipSwitch": false15 }16 }'
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | Yes | — | Video content description |
resolution | string | No | 360p | Video resolution tier (affects pricing)One of: 360p, 540p, 720p, 1080p |
duration | number | No | 5 | Video duration in seconds (1-15). Transition mode only supports 5 or 8 |
size | string | No | 16:9 | Video aspect ratio. Only effective in text-to-video and multi-reference fusion modesOne of: 16:9, 4:3, 1:1, 3:4, 9:16, 2:3, 3:2, 21:9 |
seed | number | No | 0 | Random seed |
negativePrompt | string | No | — | Negative prompt to exclude unwanted content |
audio | boolean | No | false | Whether to generate an audio track (increases pricing) |
watermark | boolean | No | false | Whether to add a watermark in the bottom-right corner |
motionMode | string | No | — | Motion mode. pixverse-v6 only supports "normal"One of: normal |
generateMultiClipSwitch | boolean | No | false | Whether to generate a multi-clip continuous video. Only supported in text-to-video and image-to-video modes |
imageUrls | string[] | No | — | Input image URL array for image-to-video mode (only the first image is used) |
firstFrameImage | string | No | — | First frame image URL for transition mode. Must be provided together with lastFrameImage |
lastFrameImage | string | No | — | Last frame image URL for transition mode. Must be provided together with firstFrameImage |
imgReferences | string[] | No | — | Reference image URLs for multi-reference fusion mode (1-7 images) |
extendFromTaskId | string | No | — | Source task ID for video extension mode |
Frequently asked questions
How much does PixVerse V6 cost?
PixVerse V6 starts at $0.024 per generation through the API Stock API. You pay per use from a single prepaid balance — there is no subscription — and the final price scales with parameters such as resolution or duration.
How do I call the PixVerse V6 API?
Send a POST request to https://api.api-stock.com/api/v1/generation/create with your API key and the model id "pixverse-v6". The call returns a task id you poll, or a webhook callback when the result is ready. A ready-to-run example is in the quick start above.
What input parameters does PixVerse V6 accept?
PixVerse V6 accepts 15 input parameters, including the required field(s) prompt. Their types, defaults and allowed values are listed in the parameters table above.
What happens if a PixVerse V6 request fails?
API Stock automatically retries the request on a reserve provider. If every provider fails, the charge is refunded to your balance.
Can I use PixVerse V6 with the same API key as other models?
Yes. Every model on API Stock — video, image, music and chat — shares one API key and one prepaid balance, so you can switch to PixVerse V6 without new credentials.
Other Video models
- Seedance 2.0 MiniByteDance$0.016/ second
- Grok Imagine 1.5 VideoxAI$0.016/ second
- MiniMax H3MiniMax$0.016/ second
- Wan 3.0 VideoAlibaba$0.05/ second
- Seedance 2.0 FastByteDance$0.06/ second
- Seedance 1.5 ProByteDance$0.068/ generation
- Kling 3.0 Motion ControlKling$0.07/ second
- Kling 3.0Kling$0.09/ second
- Sora 2 OfficialOpenAI$0.09/ second
Guides
- Text to videoWhich text-to-video model fits the shot you have in mind, prompts that actually work, and the full API run from create to finished file.9 min read
- Image to videoTurning a still into a shot — which model to animate it with, first and last frame control, motion transfer, and the prompts that keep the subject intact.8 min read
- Going to productionKey handling, webhooks over polling, idempotency, terminal states, retry policy by error code, balance monitoring, rate limits and media storage.10 min read