Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FAL_KEY | Yes | Your fal.ai API key (required for authentication) | |
| FAL_IMAGES_OUTPUT_DIR | No | Custom location for saving generated images. Images will be saved in <your-folder>/fal_ai. Default is ~/Downloads/fal_ai |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate-image | Generate an image from a text prompt using a selectable text-to-image model. |