flux-3-generate
Installation
SKILL.md
FLUX 3 Generate
Execute a ready plan through the asynchronous API, preserve expiring artifacts, and
verify the MP4. Read the FLUX 3 API reference before building a
request; it is authoritative wherever this skill disagrees. Authenticate with the
x-key header from BFL_API_KEY; check the variable exists without printing it, and
never put keys in prompts, logs, or saved request bodies.
Request shape
Every request names its mode (required, exact strings) and carries the matching media
field:
mode |
Media field | What the model does |
|---|---|---|
t2v |
none | Generates the clip from your text alone |
i2v |
keyframes (required) |
Puts your images on screen, pixel for pixel, as pinned frames |
v2v |
start_video (required) |
Continues from the final frames of your clip |
draft_enhance |
draft_cache (required) |
Replays a cached draft at full quality; accepts no other fields, not even prompt |