black_forest_labs/flux-3-video/Released Aug 2026

FLUX 3 Video

Text, keyframe and video-continuation generation

Commercial use
Video
Per video output second
Standard$0.22 / sec

Ready to build with FLUX 3 Video?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/ai/videos/generate \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "flux-3-video",
  "prompt": "A lone lighthouse keeper climbs a spiral staircase at dawn, storm clouds breaking outside the glass.",
  "resolution": "720p",
  "aspect_ratio": "auto",
  "duration": 5,
  "generate_audio": true,
  "draft": false,
  "safety_tolerance": 2
}'