> ## Documentation Index
> Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Black Forest Labs Provider

> Use FLUX image generation with PraisonAI TypeScript

# Black Forest Labs Provider

FLUX image generation models.

## Environment Variables

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
export BFL_API_KEY=...
```

## Quick Start

```typescript theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
import { Agent } from 'praisonai';

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

## Related

* [Black Forest Labs CLI Usage](/docs/js/providers/black-forest-labs-cli)
