FLUX1.1 [pro] image generation via fal.ai, payable per-call on Tempo L2
What it does
This endpoint wraps fal.ai's FLUX1.1 [pro] model for professional-grade image generation, exposed through the Metered Payment Protocol (MPP) on the Tempo L2 network. FLUX1.1 [pro] is a high-quality text-to-image model from Black Forest Labs, known for strong prompt adherence and photorealistic output. The fal.ai platform hosts 600+ generative AI models spanning image, video, and audio.
The endpoint is registered at https://fal.mpp.tempo.xyz/fal-ai/flux-pro/v1.1 and is expected to accept a prompt (and optional parameters such as image size, guidance scale, and number of inference steps) and return one or more generated images. However, during probing the endpoint returned HTTP 404 on both HEAD and GET requests, and all crawled pages on the origin domain also returned 404. This means the MPP payment challenge could not be captured, and the endpoint may not currently be live or may require a POST method that was not probed.
Because no schema, pricing, or documentation was retrievable from the endpoint or its origin, most details here are inferred from the Bazaar listing metadata and general knowledge of fal.ai's FLUX1.1 [pro] offering. Users should verify availability before attempting integration.
Capabilities
Use cases
- —Generating high-quality marketing and product images from text prompts
- —Creating photorealistic illustrations for editorial or creative projects
- —Programmatic image generation in agent workflows with per-call crypto payment
- —Rapid prototyping of visual concepts from natural-language descriptions
Fit
Best for
- —Developers wanting pay-per-call image generation without subscriptions
- —Agent pipelines that need high-fidelity text-to-image on Tempo L2 rails
- —Creative professionals seeking photorealistic AI-generated imagery
Not for
- —Users who need a guaranteed-live endpoint today (probe returned 404)
- —Applications requiring free or ad-supported image generation
- —Real-time video or audio generation (this endpoint is image-only)
Quick start
# Endpoint expected to accept POST with a JSON body (unverified — returned 404 on probe)
curl -X POST https://fal.mpp.tempo.xyz/fal-ai/flux-pro/v1.1 \
-H 'Content-Type: application/json' \
-d '{"prompt": "A futuristic cityscape at sunset"}'Example
Request
{
"prompt": "A futuristic cityscape at sunset",
"image_size": "landscape_16_9",
"guidance_scale": 3.5,
"num_inference_steps": 28
}Endpoint
Quality
The endpoint returned 404 on all probe methods and every crawled page on the origin domain was also 404. No MPP challenge, schema, pricing, or documentation could be retrieved. The listing is essentially a stub based on the Bazaar title and description alone.
Warnings
- —Endpoint returned HTTP 404 on HEAD and GET — may not be live or may only accept POST
- —All pages on fal.mpp.tempo.xyz returned 404; no documentation or schema available
- —No MPP payment challenge was captured; pricing and settlement details are unknown
- —Example request is inferred from general fal.ai FLUX1.1 [pro] API conventions and is unverified for this specific MPP endpoint
Citations
- —FLUX1.1 [pro] is described as professional-grade image generation on fal.ai with 600+ modelshttps://fal.mpp.tempo.xyz/fal-ai/flux-pro/v1.1