Pay-per-call access to fal.ai generative models via MPP on Tempo L2
What it does
This endpoint provides pay-per-call access to fal.ai's generative AI models through the Micropayment Protocol (MPP) settled on Tempo L2. The URL pattern `https://fal.mpp.tempo.xyz/fal-ai/:model` suggests a proxy that wraps fal.ai's model inference API behind an MPP payment wall, allowing agents to pay in pathUSD per request without needing a fal.ai API key or subscription.
fal.ai itself offers access to 600+ models spanning image generation (Flux, Stable Diffusion, Recraft), video generation, and audio generation. The MPP wrapper would theoretically let callers specify a model in the URL path (e.g., `/fal-ai/flux/dev`) and pay per inference call. However, the endpoint currently returns 404 on all probed paths and methods, and no documentation, OpenAPI schema, or MPP 402 challenge was captured during probing.
Because no live 402 challenge was observed and all crawled pages return "Not Found," it is unclear whether this endpoint is operational, temporarily down, or requires a specific model path to respond. The listing is based primarily on the Bazaar record and the known capabilities of fal.ai's platform. Users should verify availability before attempting integration.
Capabilities
Use cases
- —Generating images from text prompts using models like Flux or Stable Diffusion via per-call payment
- —Producing AI-generated video or audio clips without a subscription
- —Agent-driven content generation workflows that settle payments on Tempo L2
Fit
Best for
- —AI agents needing on-demand generative model access without API keys
- —Developers who want crypto-settled pay-per-call image/video generation
- —Workflows requiring access to multiple fal.ai models through a single payment gateway
Not for
- —Production workloads requiring guaranteed uptime (endpoint status is currently uncertain)
- —Users who need detailed API documentation or schema validation before integration
Quick start
# Endpoint pattern (model name in path)
curl -X POST https://fal.mpp.tempo.xyz/fal-ai/flux/dev \
-H "Content-Type: application/json" \
-d '{"prompt": "a sunset over mountains"}'Endpoint
Quality
No live 402 challenge was captured, all crawled pages return 404, no OpenAPI schema or documentation exists, and pricing details are unknown. The listing is essentially a stub based on the Bazaar record and fal.ai's known platform capabilities.
Warnings
- —Endpoint returned 404 on all probed methods (HEAD, GET) — no MPP 402 challenge observed
- —All crawled documentation paths return 'Not Found'
- —No pricing, schema, or authentication details available
- —Endpoint may require a specific model path segment to respond, but this could not be verified
- —Operational status is uncertain — treat as potentially inactive
Citations
- —fal.ai offers 600+ models including Flux, SD, Recraft, and Grok for image, video, and audio generationhttps://fal.ai