MPPtempoquality 0.15

Upload files to Google Gemini for multimodal input, settled via MPP on Tempo L2.

Price
$0.001 / session
Protocol
mpp
Verified
no

What it does

This endpoint is part of a Google Gemini proxy hosted on Tempo's MPP (Micropayment Protocol) infrastructure. It is intended to allow callers to upload files (images, audio, video, documents) for use as multimodal input in subsequent Gemini model calls. The URL pattern `/:version/files` mirrors the Google Gemini API's file upload route, suggesting compatibility with the standard Gemini Files API.

However, during probing the endpoint returned HTTP 404 on both HEAD and GET requests, and every crawled path on the origin (root, /docs, /api, /pricing, /README) also returned "Not Found." No MPP 402 challenge was captured, so pricing details, settlement method, and supported models cannot be confirmed from the probe data. The existing catalog description mentions Gemini text generation, Veo video, and Nano Banana image generation with model-tier pricing, but none of this could be independently verified.

Because the endpoint did not respond with a 402 challenge or any successful content, it may be temporarily down, not yet deployed, or require a specific HTTP method (e.g., POST) and path parameter (version) that the probe did not attempt. Users should verify availability before integrating.

Capabilities

file-uploadmultimodal-inputgemini-api-proxympp-settlement

Use cases

  • Uploading images or documents for Gemini multimodal prompts
  • Providing video or audio context to Gemini models
  • Preparing file references for subsequent Gemini generation calls

Fit

Best for

  • Agents needing pay-per-call file uploads to Gemini without API keys
  • Multimodal AI workflows that combine text with uploaded media
  • Developers wanting crypto-settled access to Google Gemini file handling

Not for

  • Production workloads requiring guaranteed uptime — endpoint could not be confirmed live
  • Users needing direct Google Gemini API access with standard billing

Quick start

# Endpoint pattern (POST expected, version required):
curl -X POST https://gemini.mpp.tempo.xyz/v1beta/files \
  -H "Content-Type: application/octet-stream" \
  --data-binary @image.png
# Note: A valid MPP payment header is required; endpoint was not live at probe time.

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.15/ 1.00

The endpoint returned 404 on all probe methods and every crawled page was "Not Found." No MPP challenge, schema, pricing, or documentation could be captured. The listing is essentially a stub based on the catalog title and URL pattern alone.

Warnings

  • Endpoint returned 404 on HEAD and GET — no MPP 402 challenge captured; may not be live or may require POST with a version path parameter.
  • All crawled pages (root, /docs, /api, /pricing, /README) returned Not Found.
  • Pricing, supported models, and settlement details are entirely unverified.
  • The existing description mentions Veo and Nano Banana but these claims could not be confirmed.

Provenance

Indexed frommpp_dev
Enriched2026-04-19 15:46:44Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access