# claw402 Grok Models List — x402 Payment Gateway

> claw402 Grok Models List — x402 Payment Gateway is a paid API for AI agents from claw402.ai, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Lists available Grok AI models via claw402's x402 payment gateway, payable in USDC with no API key required

## Facts

- Endpoint: GET https://claw402.ai/api/v1/ai/grok/models
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claw402-grok-models-list-x402-payment-gateway-dbaa4b90
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DPf-duqKXq_HdHF8zrvXh

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-grok-models-list-x402-payment-gateway-dbaa4b90
```

Example prompt: Show me the list of Grok AI models available through claw402 so I can pick one for my request — I'll pay the $0.002 USDC fee with my wallet, no API key needed.

## When to prefer this

Use this endpoint when you need to discover available Grok model IDs before making inference calls, particularly when operating without traditional API keys and prefer to pay per-call in USDC via an x402-compatible wallet. Prefer over direct xAI API when you want keyless, crypto-native access.

## Known failure modes

- Payment not received — 402 response requiring USDC payment before access
- Empty data array returned if no models are currently available
- Malformed properties parameter yields unexpected or empty results
- Upstream vergex.trade or xAI Grok outage causes gateway error
- Wallet balance insufficient to cover $0.002 USDC fee

## How this service works

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

## Output

A JSON response with a code field (0 for success) and a data array containing available Grok model identifiers and metadata accessible through the claw402 x402 gateway.

## 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-grok-models-list-x402-payment-gateway-dbaa4b90/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)
