← Marketplace

Anthropic

Claude chat completions (Sonnet, Opus, Haiku) via native and OpenAI-compatible APIs.

by Anthropic · ai

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 /v1/messages
Create messages with Claude (Sonnet, Opus, Haiku) - price varies by model
per usage/x/anthropic/v1/messages
POST /v1/chat/completions
OpenAI-compatible chat completions (auto-converted to Anthropic format)
per usage/x/anthropic/v1/chat/completions

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/anthropic/v1/messages

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

Upstream docs: https://docs.anthropic.com