# claw402 OpenAI Large Embeddings via x402 Payment Gateway

> claw402 OpenAI Large Embeddings via x402 Payment Gateway is a paid API for AI agents from claw402.ai, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Generates large-model text embeddings via an OpenAI-compatible endpoint, paid per-call with USDC using the x402 protocol — no API key or registration required.

## Facts

- Endpoint: GET https://claw402.ai/api/v1/ai/openai/embeddings/large
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claw402-openai-large-embeddings-via-x402-payment-gateway-15903f5f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TQdrHyqz7wCbtJYsyuQdd

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 claw402-openai-large-embeddings-via-x402-payment-gateway-15903f5f
```

Example prompt: Generate large-model embeddings for this text: 'The quick brown fox jumps over the lazy dog' — pay per call using my USDC wallet, no API key needed.

## When to prefer this

Choose this endpoint when you need OpenAI large-model text embeddings but want to avoid API key management and account registration, preferring anonymous per-call USDC micropayments via the x402 protocol. Ideal for agents with crypto wallets operating in trustless or serverless environments.

## Known failure modes

- Insufficient USDC balance — payment fails and request is rejected with 402
- Malformed input schema — returns error code with empty data array
- Gateway or upstream OpenAI service unavailable — timeout or 5xx error
- Invalid x402 payment header — authentication/payment verification fails
- Rate limiting by the underlying provider — temporary 429-like rejection

## How this service works

Backed by vergex.trade. Pay for any API with USDC. No API keys. No registration. Just a wallet.

## Output

Returns a JSON object with a code field and a data array containing the embedding vector(s) produced by the large embedding model for the input text.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "code": 0,
  "data": []
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claw402-openai-large-embeddings-via-x402-payment-gateway-15903f5f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from claw402.ai](https://www.zero.xyz/host/claw402.ai/llms.txt)
