Skip to main content

Black Forest Labs Provider

FLUX image generation models.

Environment Variables

export BFL_API_KEY=...

Quick Start

import { Agent } from 'praisonai';

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