Skip to main content

Fal Provider

Image generation with Fal.ai.

Environment Variables

export FAL_KEY=...

Quick Start

1

Simple Usage

import { Agent } from 'praisonai';

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

With Configuration

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

Fal CLI Usage

Fal CLI Usage