MiniMax Video-01 text/image-to-video generation via fal.ai, pay-per-call on Tempo L2
What it does
This endpoint wraps fal.ai's MiniMax Video-01 model behind an MPP (Micropayment Protocol) gateway on Tempo L2. MiniMax Video-01 is a generative AI model that converts text prompts or input images into short video clips. The endpoint is hosted at fal.mpp.tempo.xyz and is intended to allow agents to pay per request using pathUSD settled on the Tempo network.
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 means the endpoint is currently not responding with the expected MPP wire protocol and may be offline, misconfigured, or moved. No OpenAPI schema, pricing information, or usage documentation was found.
Based on the existing catalog description, the underlying model is MiniMax Video-01 served through fal.ai's infrastructure, which hosts 600+ generative AI models. Without a live 402 challenge or any documentation, details about pricing, supported parameters, output format, and resolution remain unknown.
Capabilities
Use cases
- —Generating short video clips from text prompts
- —Converting a static image into an animated video
- —Prototyping video content for creative projects
- —Agent-driven automated video generation with micropayments
Fit
Best for
- —AI agents needing pay-per-call video generation without subscriptions
- —Developers wanting text-to-video or image-to-video via a single API call
- —Creative workflows requiring quick video prototyping from prompts
Not for
- —Production workloads requiring guaranteed uptime (endpoint currently returns 404)
- —Users needing long-form or high-resolution cinematic video
- —Anyone without a Tempo L2 / pathUSD wallet for settlement
Quick start
# Endpoint is currently returning 404; when live, an MPP-aware client would:
curl -X POST https://fal.mpp.tempo.xyz/fal-ai/minimax/video-01 \
-H 'Content-Type: application/json' \
-d '{"prompt": "A cat walking on the moon"}'Endpoint
Quality
The endpoint returned 404 on all probe attempts with no 402 MPP challenge captured. All documentation paths returned 404 as well. The only information available is the catalog title and brief description; no schema, pricing, or live response data exists.
Warnings
- —Endpoint returned HTTP 404 on HEAD and GET — no MPP 402 challenge was captured; the endpoint appears offline or misconfigured.
- —Root domain and all documentation paths (/docs, /api, /pricing, /README) return 404.
- —No pricing, schema, or parameter information is available.
- —Listing is largely inferred from the catalog title; treat all capability claims as unverified.