Flux 3 Draft API
What is Flux 3 Draft
Flux 3 Draft is a video model provided by BFL. It is available through varg under the model key bfl:flux-3-video/t2v-draft.
Flux 3 Draft via varg vs. calling BFL directly
| Feature | Calling BFL directly | Via varg |
|---|---|---|
| Separate account / API key | Yes | No |
| Combine with other models in one pipeline | No | Yes |
| Automatic caching | No | Yes |
With varg, you access Flux 3 Draft through a single gateway using your varg credits. You do not need to sign up for a separate BFL API key. Because varg supports JSX composition, you can combine this model with other video, image, speech, or music models in the same pipeline. Identical repeated inputs are automatically cached.
Pricing
Flux 3 Draft costs $1.26 per conditional second of output.
Code example
import { varg } from '@varg/sdk';
export default function Scene() {
return (
<video src={varg("bfl:flux-3-video/t2v-draft", {
prompt: "A serene mountain landscape at dawn"
})} />
);
}
When to use Flux 3 Draft vs. other video models
No sibling video models were provided in the source data for direct comparison. Flux 3 Draft is a text-to-video draft model from BFL available through varg. Choose it when you want BFL draft video generation with unified billing and the ability to compose it alongside other models in a single varg pipeline.
FAQ
How much does Flux 3 Draft cost via varg?
$1.26 per conditional second of output.
Do I need a BFL API key to use Flux 3 Draft?
No. varg acts as a multi-provider gateway, so you access Flux 3 Draft with your varg account and credits.
Can I combine Flux 3 Draft with other models in one pipeline?
Yes. varg supports JSX composition, letting you use Flux 3 Draft alongside image, speech, music, or other video models in one workflow.