Image-to-video generation via Stable Video Diffusion on fal.ai, paid per-call over MPP/Tempo.
What it does
This endpoint wraps fal.ai's Stable Video Diffusion model, enabling image-to-video generation through the Machina Payments Protocol (MPP) settled on Tempo L2. Stable Video Diffusion takes a static image as input and produces a short video clip animating that image, leveraging Stability AI's diffusion-based video model.
The endpoint is hosted at fal.mpp.tempo.xyz under the /fal-ai/stable-video path. However, during probing neither HEAD nor GET requests returned a 402 payment challenge — both returned 404. The root domain and all documentation paths also return 404. This suggests the endpoint may require a POST method, may have been moved, or may no longer be active. No OpenAPI schema, pricing details, or documentation were recoverable from the crawl.
Because fal.ai's broader platform offers 600+ models including Stable Video Diffusion, the underlying capability likely exists on fal.ai proper, but the MPP-wrapped version at this specific URL could not be confirmed as live. Users interested in this model should verify availability before integrating.
Capabilities
Use cases
- —Animating product images into short video clips
- —Creating motion content from static artwork or photographs
- —Generating video previews from single-frame inputs
- —Adding subtle motion effects to still images for social media
Fit
Best for
- —Developers needing programmatic image-to-video generation
- —Applications requiring per-call crypto-settled video generation
- —Prototyping video content from existing image assets
Not for
- —Long-form video generation (SVD produces short clips)
- —Text-to-video generation without a source image
- —Production workloads requiring guaranteed uptime (endpoint liveness unconfirmed)
Quick start
# Endpoint may require POST with an image URL payload.
# Verify liveness before integrating.
curl -X POST https://fal.mpp.tempo.xyz/fal-ai/stable-video \
-H 'Content-Type: application/json' \
-d '{"image_url": "https://example.com/photo.jpg"}'Example
Request
{
"image_url": "https://example.com/photo.jpg"
}Endpoint
Quality
The endpoint returned 404 on both HEAD and GET probes, no 402 MPP challenge was captured, and all documentation/crawl pages returned Not Found. No schema, pricing, or examples are available. The listing is effectively a stub based on the Bazaar title and description alone.
Warnings
- —Endpoint returned 404 on HEAD and GET — not confirmed live. May require POST or may be decommissioned.
- —No MPP 402 challenge was captured; payment terms and pricing are unknown.
- —No OpenAPI schema or documentation found at any crawled path.
- —Root domain fal.mpp.tempo.xyz returns 404 — no landing page or docs available.
- —Example request is inferred from typical fal.ai SVD usage and is not verified against this endpoint.
Citations
- —fal.ai offers 600+ models including Flux, SD, Recraft, and Grok for image, video, and audio generation.https://fal.mpp.tempo.xyz/fal-ai/stable-video
- —Endpoint returned 404 on HEAD and GET probe attempts.https://fal.mpp.tempo.xyz/fal-ai/stable-video