Ecosystem/fal.ai

fal.ai

Tempo
Image9 endpointsFrom $0.0030 /req

Image and video generation API. Access Flux, Stable Diffusion 3.5, Recraft V3, MiniMax Video, and more — from $0.003/image for fast drafts to $0.07/video for cinematic clips. Pay per generation.

View documentation

When should an agent use this?

Use fal.ai when your agent needs to generate images or videos — product mockups, social media visuals, concept art, marketing assets, or animated content. Ideal for creative agents, content pipelines, e-commerce product visualization, and any workflow that needs on-demand image or video generation at multiple quality/price tiers.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (9)

FLUX.1 [schnell] — fast text-to-image in 1-4 steps. Best for quick drafts and iteration.

Path/services/fal/fal-ai/flux/schnell
MethodPOST
Price$0.0030 per request

Parameters

NameTypeRequiredDescription
promptstringYesText description of the image to generate
image_sizestringNoOutput size — 'square_hd', 'landscape_4_3', 'landscape_16_9', 'portrait_4_3', 'portrait_16_9'
num_inference_stepsnumberNoNumber of inference steps (1-4 for Schnell, default: 4)
num_imagesnumberNoNumber of images to generate (default: 1)

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/fal/fal-ai/flux/schnell" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "prompt": "A serene mountain lake at sunset with reflections in the water"
}'

IndieGent Endpoint

api.indiegent.com/services/fal

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli