Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Michael 5e3223a2cb
chore(providers): update fal provider (#4182)
3 months ago
..
5e3223a2cb
chore(providers): update fal provider (#4182)
3 months ago
5e3223a2cb
chore(providers): update fal provider (#4182)
3 months ago

README.md

You have to be logged in to leave a comment. Sign In

fal-image-generation (fal.ai Image Generation Example)

You can run this example with:

npx promptfoo@latest init --example fal-image-generation

Demonstrates how to evaluate and compare image generation models using promptfoo.

Setup

  1. Get your API key from fal.ai dashboard
  2. Set environment variable:
    export FAL_KEY=your-fal-key-here
    
  3. Install client:
    npm install @fal-ai/client
    
  4. Run the evaluation:
    promptfoo eval
    

What This Example Shows

  • Model comparison: Two different fal.ai models side-by-side
  • Creative prompts: 7 test cases with artistic styles
  • Reproducible results: Fixed seeds for consistent outputs
  • Configuration options: Different settings per model

Example Output

The evaluation generates a comparison table showing:

  • Model performance across different prompts
  • Generated images in markdown format
  • Execution time and caching behavior

View Results

promptfoo view

Opens the web interface to browse generated images and compare model outputs.

Customize the Example

Edit promptfooconfig.yaml to:

  • Try different models from fal.ai/models
  • Add your own prompts
  • Adjust model parameters
  • Add assertions to test output quality

Documentation

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...