← All models
FLUX.3 is Black Forest Labs' frontier video model. This endpoint edits an existing video from natural-language instructions, applying targeted changes while preserving the rest of the scene.
Example
Details
- Accepts
- text
Pricing
- Price
- 3.75 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| promptrequired | string | The text prompt describing how to change the input video. The clip is re-rendered preserving motion, timing, and framing. |
| video_urlrequired | string | URL of the input video. MP4, under 50 MB and under 15 seconds. |
| 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. |