Fast Stable Diffusion XL image generation via fal.ai, pay-per-call over Tempo MPP
What it does
This endpoint wraps fal.ai's Fast SDXL (Stable Diffusion XL) model behind a Tempo MPP (Micropayment Protocol) gateway at fal.mpp.tempo.xyz. Fast SDXL is designed for quick text-to-image generation using the Stable Diffusion XL architecture, which produces high-quality 1024×1024 images from text prompts.
The endpoint is listed as an MPP-settled service, meaning callers would normally receive a 402 Payment Required challenge with Tempo payment parameters. However, during probing the endpoint returned 404 on both HEAD and GET requests, and all crawled pages on the gateway domain also returned "Not Found." This suggests the endpoint may not currently be live, may have been moved, or may only respond to POST requests with a specific payload. No OpenAPI schema, documentation, or pricing information was found on the gateway domain.
fal.ai itself is a well-known platform offering 600+ generative AI models including Flux, Stable Diffusion variants, Recraft, and others. The underlying Fast SDXL model is a production-grade image generation service. Without a working 402 challenge or documentation on the MPP gateway, details about per-call pricing, accepted payment tokens, and exact request/response schemas cannot be confirmed.
Capabilities
Use cases
- —Generating high-quality images from text prompts
- —Rapid prototyping of visual concepts
- —Creating illustrations or concept art on demand
- —Automated image content creation pipelines
Fit
Best for
- —Developers needing fast text-to-image generation with per-call micropayments
- —Agents that need to generate images without subscription commitments
- —Applications requiring SDXL-quality outputs with low latency
Not for
- —Production workloads requiring guaranteed uptime (endpoint status is uncertain)
- —Users needing fine-grained model control or custom SDXL pipelines
- —Image editing or inpainting tasks (this is text-to-image only)
Quick start
# Endpoint may require POST with a JSON body; 402 challenge not confirmed.
curl -X POST https://fal.mpp.tempo.xyz/fal-ai/fast-sdxl \
-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",
"num_images": 1,
"num_inference_steps": 25
}Endpoint
Quality
The endpoint returned 404 on all probe methods and the entire gateway domain returned Not Found on every crawled path. No 402 challenge, no schema, no pricing, and no documentation were recovered. The listing is based almost entirely on the existing title/description and general knowledge of fal.ai's Fast SDXL model.
Warnings
- —Endpoint returned 404 on HEAD and GET — it may be down, moved, or only accept POST requests
- —No MPP 402 challenge was captured; payment terms (price, token, chain) are unknown
- —All pages on fal.mpp.tempo.xyz returned Not Found — gateway may be inactive
- —No OpenAPI schema or documentation available; request/response formats are inferred
- —Example request JSON is inferred from typical fal.ai SDXL APIs and is not confirmed for this endpoint
Citations
- —fal.ai offers 600+ models including Flux, SD, Recraft, Grokhttps://fal.mpp.tempo.xyz/fal-ai/fast-sdxl
- —Endpoint returned 404 on HEAD and GET probe attemptshttps://fal.mpp.tempo.xyz/fal-ai/fast-sdxl