This application is a sample of Flux Schnell API [https://fal.ai/models/fal-ai/flux/schnell]. It also shows the fal.realtime
client in action.
- Fal AI API key (for model access)
- Add the
FAL_KEY
to your.env.local
file. - Install dependencies
npm install
- Run
npm run dev