← All models
Flux 3 Image to Video
flux-3-keyframes-to-video
Video editby blackforestlabs
FLUX.3 is Black Forest Labs' frontier video model. This endpoint builds video from a sequence of keyframes, generating the motion between each anchor point for precise control over how a shot progresses.
Example
Details
- Accepts
- image
Pricing
- Price
- 10.63 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| promptrequired | string | The text prompt describing the video you want to generate. |
| duration | integerenum: 5, 6, 7, 8, 9, 10… | Duration of the generated video in seconds. An explicit duration is required to validate keyframe positions. |
| keyframesrequired | array | Keyframe images pinned to frame positions in the generated video. Up to 10 keyframes with unique `frame_index` values. |
| resolution | stringenum: 720p, 1080p | Resolution of the generated video. |
| aspect_ratio | stringenum: auto, 21:9, 2:1, 16:9, 4:3, 1:1… | Aspect ratio of the generated video. `auto` lets the model choose. |
| generate_audio | boolean | Whether to generate audio for the video. |
| safety_tolerance | integer | The safety tolerance level for the generated video. 0 is the strictest and 4 is the most permissive. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | The seed used for the generation. |
| video | — | The generated video. |
