xAI Grok Imagine Edit: AI-powered image editing via fal.ai on Tempo MPP
What it does
This endpoint exposes xAI's Grok Imagine Edit model through fal.ai's inference platform, settled via the Tempo MPP (Micropayment Protocol). Grok Imagine Edit is an image editing model from xAI that allows users to modify existing images using text-based instructions, similar to inpainting or instruction-based editing workflows.
The endpoint is hosted at fal.mpp.tempo.xyz and is intended to be called as a POST request (the probe only attempted HEAD and GET, which returned 404 — this is consistent with an endpoint that only accepts POST). However, no 402 MPP challenge was captured during probing, so pricing details, settlement method, and exact capabilities could not be confirmed from the wire protocol. The fal.ai platform generally hosts 600+ generative AI models including Flux, Stable Diffusion, Recraft, and Grok variants.
Due to the lack of a captured MPP challenge, missing documentation at the provider origin, and no OpenAPI schema, the listing is based primarily on the endpoint path and the existing Bazaar description. Users should verify that the endpoint is operational and confirm pricing before integrating.
Capabilities
Use cases
- —Editing product photos with natural language instructions
- —Modifying or retouching images via AI-driven text prompts
- —Integrating AI image editing into automated creative pipelines
- —Agent-driven image manipulation with per-call micropayments
Fit
Best for
- —Developers needing pay-per-call AI image editing without subscriptions
- —Agents that need programmatic image modification via text instructions
- —Applications requiring xAI Grok-family model access through a simple HTTP API
Not for
- —Image generation from scratch (this is an editing endpoint, not a text-to-image generator)
- —Users who need guaranteed uptime — endpoint liveness could not be confirmed during probing
Quick start
curl -X POST https://fal.mpp.tempo.xyz/xai/grok-imagine-image/edit \
-H 'Content-Type: application/json' \
-d '{"image_url": "https://example.com/photo.jpg", "prompt": "Make the sky sunset orange"}'Endpoint
Quality
No MPP 402 challenge was captured (HEAD and GET returned 404, likely because the endpoint only accepts POST). All crawled pages returned 'Not Found'. No schema, no pricing, no documentation available. The listing is essentially a stub inferred from the URL path and existing Bazaar metadata.
Warnings
- —No MPP 402 challenge captured — endpoint may only respond to POST requests, which the probe did not attempt
- —All crawled documentation pages returned 404 — no provider docs available
- —Pricing and settlement details are unknown; no challenge parameters were observed
- —Endpoint liveness is unconfirmed — the 404 on HEAD/GET may be normal for a POST-only endpoint, but cannot be verified without a POST probe
Citations
- —fal.ai hosts 600+ generative AI models including Flux, SD, Recraft, and Grokhttps://fal.mpp.tempo.xyz