← All models
Pika Scenes v2.2 creates videos from a images with high quality output.
Example
Details
- Accepts
- image
Pricing
- Price
- 25 cr / video
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The seed for the random number generator |
| promptrequired | string | Text prompt describing the desired video |
| duration | integerenum: 5, 10 | The duration of the generated video in seconds |
| image_urlsrequired | array | URLs of images to combine into a video |
| resolution | stringenum: 720p, 1080p | The resolution of the generated video |
| aspect_ratio | stringenum: 16:9, 9:16, 1:1, 4:5, 5:4, 3:2… | The aspect ratio of the generated video |
| negative_prompt | string | A negative prompt to guide the model |
| ingredients_mode | stringenum: precise, creative | Mode for integrating multiple images. Precise mode is more accurate, creative mode is more creative. |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The generated video combining multiple images |