← Marketplace

Perplexity

AI-powered search: Sonar chat with real-time web grounding, web search, and embeddings.

by Perplexity · ai, search

Relayable

Accepts

Payment rails: tempo

This service prices in Tempo USDC, which a Robinhood Chain wallet cannot spend. MeshGateway takes USDG on your side and bridges it to Tempo through a solver network in about a second, holding no float of its own. The solver charges a roughly flat fee per bridge, quoted in the 402 challenge at cost.

Endpoints

EndpointUpstream pricePay through MeshGateway
POST /perplexity/chat
Sonar Chat
per usage/x/perplexity/perplexity/chat
POST /perplexity/search
Web Search
per usage/x/perplexity/perplexity/search
POST /perplexity/embed
Embeddings
per usage/x/perplexity/perplexity/embed
POST /perplexity/context-embed
Contextualized Embeddings
per usage/x/perplexity/perplexity/context-embed

Pay it in USDG, live

The relay is live for this service: sign one USDG payment and MeshGateway settles it, bridges to Tempo, and pays the upstream invoice. The quote in the 402 covers the upstream price plus the solver fee, at cost.

Sign in with your wallet to try an endpoint straight from the browser.

Inspect the upstream challenge

Hit the real endpoint and see the 402 payment challenge this service returns right now, straight from the source.

Pay in USDG from Robinhood Chain

This service prices per call (tokens consumed, result size), so the relay quotes a maximum first, charges that in USDG, and settles the difference after the upstream call completes.

# 402 challenge in USDG on Robinhood Chain
curl -i https://api.meshgateway.co/x/perplexity/perplexity/chat

# Pay it with a signed permit2 authorization
curl https://api.meshgateway.co/x/perplexity/perplexity/chat \
  -H "payment-signature: $SIGNED_PAYLOAD"
# -> upstream response, plus payment-response with the settlement tx

Upstream docs: https://docs.perplexity.ai