Skip to main content

Black Forest Labs Provider

FLUX image generation models.

Environment Variables

export BFL_API_KEY=...

Quick Start

1

Simple Usage

import { Agent } from 'praisonai';

const agent = new Agent({
  name: 'FluxAgent',
  instructions: 'Generate images.',
  llm: 'black-forest-labs/flux-pro'
});
2

With Configuration

Adjust provider credentials and model settings for production — see the sections above.

Black Forest Labs CLI Usage

Black Forest Labs CLI Usage