Recraft V3 text-to-image generation via fal.ai, settled over Tempo MPP
What it does
This endpoint exposes fal.ai's Recraft V3 model — a state-of-the-art text-to-image generator known for strong long-text rendering and vector art capabilities — through the Tempo MPP (Micropayment Protocol) gateway at fal.mpp.tempo.xyz. Recraft V3 is part of fal.ai's catalog of 600+ generative models spanning image, video, and audio.
However, during probing the endpoint returned HTTP 404 on both HEAD and GET requests, and no 402 payment challenge was captured. The root domain and all documentation paths also returned 404. This suggests the endpoint may not be live at this URL, may require a POST method not tested, or may have been moved or decommissioned. Without a captured MPP challenge, pricing details (token, amount, settlement chain) are unknown.
Because no schema, documentation, or live payment challenge was obtained, nearly all details below are inferred from the endpoint path and the existing Bazaar listing description. Users should verify availability before relying on this endpoint.
Capabilities
Use cases
- —Generating high-quality images from detailed text prompts
- —Creating vector-style artwork programmatically
- —Producing images with legible long text overlays
- —Agent-driven image generation with per-call micropayments
Fit
Best for
- —Developers needing pay-per-call image generation without subscriptions
- —AI agents that need to generate images on demand via micropayments
- —Use cases requiring readable text rendered within generated images
Not for
- —Production workloads requiring guaranteed uptime (endpoint liveness unconfirmed)
- —Users who need transparent, documented pricing before calling
Quick start
# Endpoint returned 404 during probing; typical MPP flow would be:
curl -X POST https://fal.mpp.tempo.xyz/fal-ai/recraft-v3 \
-H 'Content-Type: application/json' \
-d '{"prompt": "A vector illustration of a mountain landscape"}'Endpoint
Quality
No live 402 challenge was captured, all crawled pages returned 404, and no schema or documentation is available. The listing is essentially a stub based on the Bazaar title and path inference.
Warnings
- —Endpoint returned 404 on HEAD and GET — may not be live or may require POST
- —No MPP payment challenge captured; pricing and settlement details unknown
- —All documentation and root paths returned 404
- —No OpenAPI schema or examples available