Fal with Nano Banana 2 API Reference
Setup
Install the client:
npm install @fal-ai/client
Set your API key (option 1 - environment variable, safer):
export FAL_KEY="your_key_here"
Set your API key (option 2 - in code):
import { fal } f
tigerabrodi.blog3 min read