← All models
Generate film-grade videos from text prompts with native audio, up to 1080p and 15 seconds, using PixVerse C1.
Example
Details
- Accepts
- text + image
Pricing
- Price
- 0.625 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | The same seed and the same prompt given to the same version of the model will output the same video every time. |
| promptrequired | string | Text prompt for the video generation. Limited to 2048 UTF-8 encoded bytes. Because the limit counts bytes rather than characters, emoji and non-Latin or accented characters (which use multiple bytes each) can push a visually short prompt over the cap. |
| duration | integer | The duration of the generated video in seconds (1-15) |
| image_url | string | URL of the image to use as the first frame |
| resolution | stringenum: 360p, 540p, 720p, 1080p | The resolution of the generated video |
| generate_audio_switch | boolean | Enable audio generation (BGM, SFX, dialogue) |
| aspect_ratio | stringenum: 16:9, 4:3, 1:1, 3:4, 9:16, 2:3… | The aspect ratio of the generated video |
Output
| Field | Type | Description |
|---|---|---|
| video | — | The generated video file. |