xAI Grok Imagine image generation via fal.ai, pay-per-call over MPP/Tempo
What it does
This endpoint provides access to xAI's Grok Imagine image generation model through fal.ai's infrastructure, settled via the MPP (Micropayment Protocol) on Tempo L2. Grok Imagine is xAI's image generation capability, and fal.ai acts as the hosting platform offering access to 600+ generative AI models including Flux, Stable Diffusion, Recraft, and Grok.
The endpoint is registered at https://fal.mpp.tempo.xyz/xai/grok-imagine-image but did not return a 402 MPP challenge during probing — both HEAD and GET requests returned 404. The root domain and all documentation paths also returned 404. This suggests the endpoint may not yet be live, may have been moved, or may only respond to POST requests with a specific payload. No OpenAPI schema, pricing information, or documentation was found.
Without a captured MPP challenge, pricing details (amount, currency, settlement method) are unknown. The endpoint's intended input/output schema cannot be confirmed from the probe data. Users interested in this endpoint should verify its availability directly or check fal.ai's main platform for the current status of Grok Imagine access via MPP.
Capabilities
Use cases
- —Generating images from text prompts using xAI's Grok Imagine model
- —Programmatic image creation with per-call micropayments
- —Agent-driven image generation workflows settled on Tempo L2
Fit
Best for
- —Developers wanting pay-per-call access to Grok Imagine without API key management
- —AI agents that need on-demand image generation with crypto-settled payments
- —Prototyping image generation pipelines with xAI models
Not for
- —Production workloads requiring guaranteed uptime — endpoint liveness is unconfirmed
- —Users needing detailed API documentation or schema validation before integration
Quick start
# Endpoint returned 404 during probing; may require POST with a specific body.
# Verify availability before use.
curl -X POST https://fal.mpp.tempo.xyz/xai/grok-imagine-image \
-H 'Content-Type: application/json' \
-d '{"prompt": "a futuristic cityscape at sunset"}'Endpoint
Quality
The endpoint returned 404 on all probe attempts (HEAD, GET) and no MPP challenge was captured. No documentation, schema, or pricing information is available. The listing is essentially a stub based on the Bazaar record title and description alone.
Warnings
- —Endpoint returned 404 on both HEAD and GET — no MPP 402 challenge captured; liveness unconfirmed
- —No OpenAPI schema, documentation, or pricing information available
- —Root domain and all documentation paths return 404
- —May only respond to POST requests or may have been decommissioned
Citations
- —Part of fal.ai: Image, video, and audio generation with 600+ models (Flux, SD, Recraft, Grok)https://fal.mpp.tempo.xyz/xai/grok-imagine-image