LumixAI logo
Black Forest Labs video generation API

FLUX 3 API for production videos.

FLUX 3 API is an AI video generation model for async text-to-video, image-to-video, polling, and download workflows through LumixAI.

Model slug
bfl-flux-3
Credit rate
25 credits per video
Provider
Black Forest Labs
FLUX 3 API video generation sample

Model overview

Why use FLUX 3 through LumixAI?

FLUX 3 video generation through the LumixAI API with async jobs, polling, download URLs, and live pricing from the backend.

Use FLUX 3 through LumixAI when you want one stable REST workflow for prompts, model selection, async jobs, polling, usage tracking, and credit pricing. The page targets searches for FLUX 3 API, FLUX 3 video API, and Black Forest Labs video generation API.

AI video generation

image-to-video workflows

production API integrations

Developer workflow

Call FLUX 3 without a separate provider integration.

Async jobs

Queue generation with /v1/videos/jobs, poll /v1/videos/jobs/{id}, then download the finished video.

Credit pricing

FLUX 3 starts at 25 credits per video before conditional rules.

Modality
Video
Aspect ratios
auto, 21:9, 2:1, 16:9
Resolutions
720p, 1080p
await fetch("https://api.lumixai.live/v1/videos/jobs", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    "X-API-Key": process.env.LUMIXAI_API_KEY
  },
  body: JSON.stringify({
    model: "bfl-flux-3",
    prompt: "cinematic product reveal, smooth camera motion",
    aspectRatio: "auto",
    resolution: "720p",
    duration: 6,
    withSoundEffects: true
  })
});

Next step

Generate your first FLUX 3 video.

Generate with LumixAI