PixVerse V6
Generate video from text or frames with motion, audio, and continuation controls.
- Texto a vídeo
- Imagen a vídeo
Entorno de pruebas
Entrada
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
Las ejecuciones se descuentan de tu saldo.
Salida
La salida aparecerá aquí.
Precios
| Opción | Precio por generación | fal.ai | Tu ahorro |
|---|---|---|---|
| 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% |
Inicio rápido
Referencia completa de la API →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": "Una toma cinematográfica de una ciudad al anochecer",8 "resolution": "540p",9 "duration": 5,10 "size": "16:9",11 "seed": 0,12 "audio": false,13 "watermark": false,14 "generateMultiClipSwitch": false15 }16 }'
Parámetros
| Nombre | Tipo | Obligatorio | Predeterminado | Descripción |
|---|---|---|---|---|
prompt | string | Sí | — | Video content description |
resolution | string | No | 540p | Video resolution tier (affects pricing)Uno de: 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 modesUno de: 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"Uno de: 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 |
Preguntas frecuentes
¿Cuánto cuesta PixVerse V6?
PixVerse V6 comienza en $0.024 por generación a través de la API de API Stock. Pagas por uso desde un único saldo prepago — no hay suscripción — y el precio final varía según parámetros como la resolución o la duración.
¿Cómo llamo a la API de PixVerse V6?
Envía una solicitud POST a https://api.api-stock.com/api/v1/generation/create con tu clave de API y el ID del modelo "pixverse-v6". La llamada devuelve un ID de tarea que debes consultar, o una llamada de retorno mediante webhook cuando el resultado esté listo. Encontrarás un ejemplo listo para ejecutar en el inicio rápido anterior.
¿Qué parámetros de entrada acepta PixVerse V6?
PixVerse V6 acepta 15 parámetros de entrada, incluidos los campos obligatorios prompt. Sus tipos, valores predeterminados y valores permitidos aparecen en la tabla de parámetros anterior.
¿Qué ocurre si falla una solicitud de PixVerse V6?
API Stock reintenta automáticamente la solicitud con un proveedor de respaldo. Si todos los proveedores fallan, el cargo se reembolsa en tu saldo.
¿Puedo usar PixVerse V6 con la misma clave de API que otros modelos?
Sí. Todos los modelos de API Stock — vídeo, imagen, música y chat — comparten una única clave de API y un único saldo prepago, por lo que puedes cambiar a PixVerse V6 sin necesidad de nuevas credenciales.