# httpay.xyz API Gateway: Together AI

> httpay.xyz API Gateway: Together AI is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-08).

Proxies requests to the Together AI API through an x402 micropayment gateway, enabling pay-per-call access to Together AI's LLM inference and other endpoints

## Facts

- Endpoint: POST https://httpay.xyz/api/gateway/togetherai/%7B*path%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-api-gateway-together-ai-8f6d371d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ibT6QAZJ5Ns3HaOpzcJ77

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability httpay-xyz-api-gateway-together-ai-8f6d371d -d '<json body>'
```

Example prompt: Use Together AI through the httpay gateway to generate a completion — send a prompt asking 'What are the main causes of the French Revolution?' to the Llama-3 70B model and return the response.

## When to prefer this

Use this endpoint when you need pay-per-call access to Together AI's hosted open-source LLMs (Llama, Mistral, etc.) without managing a Together AI API key or subscription, and you want to pay in USDC via the x402 protocol. Prefer this over direct Together AI access when operating in an agent environment that supports x402 micropayments.

## Known failure modes

- Payment failure: x402 payment not accepted or insufficient USDC balance
- Invalid path: Together AI sub-path not found or malformed (404)
- Together AI API error: upstream model or endpoint unavailable (502/503)
- Rate limiting: Together AI upstream throttling
- Invalid request body: malformed prompt or unsupported model parameter

## How this service works

API Gateway: Together AI API

## Output

The raw Together AI API response for the proxied request, including model-generated text completions, chat responses, or other Together AI endpoint outputs, delivered after a $0.005 USDC micropayment is processed via x402.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-api-gateway-together-ai-8f6d371d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
